mirror of
https://github.com/MariaDB/server.git
synced 2026-04-16 21:35:35 +02:00
Merge branch '10.2' into 10.3
This commit is contained in:
commit
0ab1e3914c
62 changed files with 1416 additions and 1296 deletions
|
|
@ -177,9 +177,8 @@ Note 1265 Data truncated for column 'a' at row 2
|
|||
insert into t1 values ("1e+18446744073709551615"),("1e+18446744073709551616"),("1e-9223372036854775807"),("1e-9223372036854775809");
|
||||
Warnings:
|
||||
Warning 1264 Out of range value for column 'a' at row 1
|
||||
Warning 1366 Incorrect decimal value: '1e+18446744073709551616' for column `test`.`t1`.`a` at row 2
|
||||
Warning 1264 Out of range value for column 'a' at row 2
|
||||
Note 1265 Data truncated for column 'a' at row 3
|
||||
Warning 1366 Incorrect decimal value: '1e-9223372036854775809' for column `test`.`t1`.`a` at row 4
|
||||
insert into t1 values ("123.4e"),("123.4e+2"),("123.4e-2"),("123e1"),("123e+0");
|
||||
Warnings:
|
||||
Warning 1265 Data truncated for column 'a' at row 1
|
||||
|
|
@ -210,7 +209,7 @@ a
|
|||
99999999.99
|
||||
0.00
|
||||
99999999.99
|
||||
0.00
|
||||
99999999.99
|
||||
0.00
|
||||
0.00
|
||||
123.40
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue