@ -259,9 +259,6 @@ ERROR 22007: Incorrect date value: '20190132' for column `test`.`t1`.`vb` at row
SELECT * FROM t1;
a b vb
ROLLBACK;
1 20190132 0000-00-00
CHECK TABLE t1;
Table Op Msg_type Msg_text
test.t1 check status OK
@ -278,6 +278,7 @@ DELETE FROM t1;
INSERT INTO t1 (a,b) VALUES(1,20190123);
# MDEV-18366 FIXME: fix the crash and enable this
# SELECT * FROM t1;
DROP TABLE t1;