mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Combine GLOBAL and COMMIT namespaces into BACKUP namespace.
Part of MDEV-5336 Implement LOCK FOR BACKUP Other things: - Added printing of MDL locks to DBUG.
This commit is contained in:
@ -557,7 +557,7 @@ connection con2;
|
||||
--echo # Wait until INSERT starts to wait for FTWRL to go away.
|
||||
let $wait_condition=
|
||||
select count(*) = 1 from information_schema.processlist
|
||||
where state = "Waiting for global read lock"
|
||||
where state = "Waiting for backup lock"
|
||||
and info = "insert into t2 values (1)";
|
||||
--source include/wait_condition.inc
|
||||
|
||||
|
Reference in New Issue
Block a user