Commit 9aef479a authored by Oleksandr Byelkin's avatar Oleksandr Byelkin

fix postmerge view protocol test

parent 6b8310c2
......@@ -611,7 +611,6 @@ disconnect con1;
--source include/wait_until_disconnected.inc
connection default;
drop tables tm, t1, t2;
--enable_view_protocol
--echo #
--echo # MDEV-9621 INSERT DELAYED fails on insert for tables with many columns
......@@ -660,3 +659,4 @@ INSERT DELAYED INTO t1 VALUES (0);
INSERT DELAYED INTO t1 VALUES (0);
DROP TABLE t1;
--enable_view_protocol
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment