Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
11.8.2
-
None
Description
I run the following statements, in which a zero is expected to return.
CREATE TABLE t1 (c1 BIGINT); |
INSERT INTO t1 VALUES (-1336292660); |
SELECT c1 MOD ROUND(c1, -1) * CONV(c1, 10, 10) FROM t1; -- actual: {-0}, expected: {0} |
Attachments
Issue Links
- relates to
-
MDEV-8924 mysqldump restores a negative zero as a positive zero
-
- Confirmed
-