Corrected the test case for bug mdev-3938.
This commit is contained in:
parent
63afbba419
commit
02d368ff9d
@ -188,6 +188,7 @@ tsv TIMESTAMP AS (ADDDATE(ts, INTERVAL 1 DAY)) VIRTUAL
|
||||
) ENGINE=MyISAM;
|
||||
INSERT INTO t1 (tsv) VALUES (DEFAULT);
|
||||
INSERT DELAYED INTO t1 (tsv) VALUES (DEFAULT);
|
||||
FLUSH TABLES;
|
||||
SELECT COUNT(*) FROM t1;
|
||||
COUNT(*)
|
||||
2
|
||||
|
@ -192,6 +192,8 @@ INSERT INTO t1 (tsv) VALUES (DEFAULT);
|
||||
|
||||
INSERT DELAYED INTO t1 (tsv) VALUES (DEFAULT);
|
||||
|
||||
FLUSH TABLES;
|
||||
|
||||
SELECT COUNT(*) FROM t1;
|
||||
|
||||
DROP TABLE t1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user