mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch '10.2' into 10.3
This commit is contained in:
@ -42,8 +42,8 @@ b1 b2
|
||||
0 0
|
||||
INSERT INTO t1 (b1,b2) VALUES ('a','b');
|
||||
Warnings:
|
||||
Warning 1366 Incorrect integer value: 'a' for column 'b1' at row 1
|
||||
Warning 1366 Incorrect integer value: 'b' for column 'b2' at row 1
|
||||
Warning 1366 Incorrect integer value: 'a' for column `test`.`t1`.`b1` at row 1
|
||||
Warning 1366 Incorrect integer value: 'b' for column `test`.`t1`.`b2` at row 1
|
||||
SELECT b1,b2 FROM t1;
|
||||
b1 b2
|
||||
-1 -2
|
||||
|
Reference in New Issue
Block a user