Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.4(EOL), 10.5, 10.6, 10.7(EOL), 10.8(EOL), 10.9(EOL), 10.10(EOL), 10.11
-
None
Description
Test:
create view v1 as select round(9999999999, -10); |
select * from v1; |
drop view v1; |
Actual result:
round(9999999999, -10)
|
9999999999
|
Expected result:
round(9999999999, -10)
|
10000000000
|
Attachments
Issue Links
- is part of
-
MDEV-27691 make working view-protocol
- Open
- relates to
-
MDEV-28651 quote(NULL) returns incorrect result in view ('NU' instead of 'NULL')
- Closed
-
MDEV-31555 ROUND(X,D) returns incorrect result with cursor-protocol when D>9
- Open