mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
Follow-up for MDEV-14576 - updated test result
This commit is contained in:
parent
773479f5b3
commit
242fedf595
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ b1 b2
|
||||||
0 0
|
0 0
|
||||||
INSERT INTO t1 (b1,b2) VALUES ('a','b');
|
INSERT INTO t1 (b1,b2) VALUES ('a','b');
|
||||||
Warnings:
|
Warnings:
|
||||||
Warning 1366 Incorrect integer value: 'a' for column 'b1' 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 'b2' at row 1
|
Warning 1366 Incorrect integer value: 'b' for column `test`.`t1`.`b2` at row 1
|
||||||
SELECT b1,b2 FROM t1;
|
SELECT b1,b2 FROM t1;
|
||||||
b1 b2
|
b1 b2
|
||||||
-1 -2
|
-1 -2
|
||||||
|
|
Loading…
Add table
Reference in a new issue