mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
We should not call mdl_context.release_explicit_locks() in Wsrep_client_service::bf_rollback() if client is quiting because it will be done again in THD::cleanup(). Note that problem with GET_LOCK() / RELEASE_LOCK() will be fixed on MDEV-30473.
7 lines
103 B
Plaintext
7 lines
103 B
Plaintext
connection node_2;
|
|
connection node_1;
|
|
BACKUP STAGE START;
|
|
START TRANSACTION;
|
|
COMMIT;
|
|
BACKUP STAGE END;
|