Commit 6853eb45 authored by unknown's avatar unknown

make linux to behave (like freebsd does :)

parent 22f0e4d9
......@@ -805,7 +805,7 @@ col1 col2
1.7e+308 1.7e+308
-2.2e-308 0
1.7e+308 1.7e+308
-0 NULL
0 NULL
2 NULL
NULL NULL
1.79769313486232e+308 0
......
......@@ -556,6 +556,8 @@ INSERT IGNORE INTO t1 (col1) values (1/0);
--error 1367
INSERT IGNORE INTO t1 VALUES (+1.9E+309,-1.9E+309);
INSERT IGNORE INTO t1 VALUES ('+2.0E+309','-2.0E+309');
# stupid...
--replace_result -0 0
SELECT * FROM t1;
DROP TABLE t1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment