mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
fix postmerge view protocol test
This commit is contained in:
@ -611,7 +611,6 @@ disconnect con1;
|
|||||||
--source include/wait_until_disconnected.inc
|
--source include/wait_until_disconnected.inc
|
||||||
connection default;
|
connection default;
|
||||||
drop tables tm, t1, t2;
|
drop tables tm, t1, t2;
|
||||||
--enable_view_protocol
|
|
||||||
|
|
||||||
--echo #
|
--echo #
|
||||||
--echo # MDEV-9621 INSERT DELAYED fails on insert for tables with many columns
|
--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);
|
INSERT DELAYED INTO t1 VALUES (0);
|
||||||
DROP TABLE t1;
|
DROP TABLE t1;
|
||||||
|
|
||||||
|
--enable_view_protocol
|
||||||
|
Reference in New Issue
Block a user