Skip to content

Commit

Permalink
Follow-up for MDEV-14576 - updated test result
Browse files Browse the repository at this point in the history
  • Loading branch information
elenst committed Dec 21, 2018
1 parent 773479f commit 242fedf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mysql-test/suite/storage_engine/type_bool.result
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 242fedf

Please sign in to comment.