Details
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 cursor-protocol
- Stalled