mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge polly.local:/tmp/maint/bug22129/my41-bug22129
into polly.local:/tmp/maint/bug22129/my50-bug22129 mysql-test/r/type_float.result: Auto merged strings/strtod.c: Auto merged
This commit is contained in:
@ -264,7 +264,7 @@ a decimal(21,2) NO 0.00
|
||||
drop table t1,t2,t3;
|
||||
select 1e-308, 1.00000001e-300, 100000000e-300;
|
||||
1e-308 1.00000001e-300 100000000e-300
|
||||
0 1.00000001e-300 1e-292
|
||||
1e-308 1.00000001e-300 1e-292
|
||||
select 10e307;
|
||||
10e307
|
||||
1e+308
|
||||
|
Reference in New Issue
Block a user