mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-27691: make working view-protocol
Update tests for version 10.4
This commit is contained in:
@ -425,6 +425,7 @@ drop table t1;
|
||||
--echo # Bug#52117 Pending FLUSH TALBES <list> aborts
|
||||
--echo # transactions unnecessarily.
|
||||
--echo #
|
||||
--disable_view_protocol
|
||||
--disable_warnings
|
||||
drop table if exists t1;
|
||||
--enable_warnings
|
||||
@ -500,7 +501,7 @@ disconnect con2;
|
||||
--source include/wait_until_disconnected.inc
|
||||
connection default;
|
||||
drop table t1;
|
||||
|
||||
--enable_view_protocol
|
||||
|
||||
--echo #
|
||||
--echo # Test for bug #55273 "FLUSH TABLE tm WITH READ LOCK for Merge table
|
||||
@ -538,6 +539,7 @@ drop tables tm, t1, t2;
|
||||
--echo # Test for bug #57006 "Deadlock between HANDLER and
|
||||
--echo # FLUSH TABLES WITH READ LOCK".
|
||||
--echo #
|
||||
--disable_view_protocol
|
||||
--disable_warnings
|
||||
drop table if exists t1, t2;
|
||||
--enable_warnings
|
||||
@ -580,7 +582,7 @@ disconnect con2;
|
||||
--source include/wait_until_disconnected.inc
|
||||
connection default;
|
||||
drop tables t1, t2;
|
||||
|
||||
--enable_view_protocol
|
||||
|
||||
--echo #
|
||||
--echo # Bug#57649 FLUSH TABLES under FLUSH TABLES <list> WITH READ LOCK leads
|
||||
|
Reference in New Issue
Block a user