Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.4(EOL), 10.5, 10.6, 10.9(EOL), 10.10(EOL), 11.0(EOL), 11.1(EOL), 11.2(EOL)
-
None
-
None
Description
Test (run MTR test with --cursor-protocol):
select round(9999999999, -10); |
Expected result:
round(9999999999, -10)
|
10000000000
|
Actual result:
round(9999999999, -10)
|
9999999999
|
Attachments
Issue Links
- relates to
-
MDEV-29526 ROUND(X,D) returns incorrect result in view when D>9
- Open
-
MDEV-31005 Make working ./mtr --cursor-protocol
- Stalled