Commit 30947b7b authored by serg@serg.mylan's avatar serg@serg.mylan

make linux to behave (like freebsd does :)

parent bbfb5f24
...@@ -805,7 +805,7 @@ col1 col2 ...@@ -805,7 +805,7 @@ col1 col2
1.7e+308 1.7e+308 1.7e+308 1.7e+308
-2.2e-308 0 -2.2e-308 0
1.7e+308 1.7e+308 1.7e+308 1.7e+308
-0 NULL 0 NULL
2 NULL 2 NULL
NULL NULL NULL NULL
1.79769313486232e+308 0 1.79769313486232e+308 0
......
...@@ -556,6 +556,8 @@ INSERT IGNORE INTO t1 (col1) values (1/0); ...@@ -556,6 +556,8 @@ INSERT IGNORE INTO t1 (col1) values (1/0);
--error 1367 --error 1367
INSERT IGNORE INTO t1 VALUES (+1.9E+309,-1.9E+309); INSERT IGNORE INTO t1 VALUES (+1.9E+309,-1.9E+309);
INSERT IGNORE INTO t1 VALUES ('+2.0E+309','-2.0E+309'); INSERT IGNORE INTO t1 VALUES ('+2.0E+309','-2.0E+309');
# stupid...
--replace_result -0 0
SELECT * FROM t1; SELECT * FROM t1;
DROP TABLE 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