mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge branch 'bb-10.3-all-builders' into bb-10.4-all-builders
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
--echo # mdl_ticket->m_type == MDL_SHARED_READ'
|
||||
--echo # failed in MDL_context::upgrade_shared_lock
|
||||
--echo #
|
||||
|
||||
--disable_service_connection
|
||||
CREATE TABLE t1(a INT) ENGINE=InnoDB;
|
||||
CREATE TABLE t3(a INT) ENGINE=myisam;
|
||||
LOCK TABLES t1 WRITE CONCURRENT, t1 AS t2 READ;
|
||||
@ -79,3 +79,4 @@ connection default;
|
||||
|
||||
disconnect locker;
|
||||
DROP TABLE t1,t3;
|
||||
--enable_service_connection
|
||||
|
Reference in New Issue
Block a user