mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
11 lines
297 B
Text
11 lines
297 B
Text
#
|
|
# MDEV-25562 Assertion `pause_seqno_.is_undefined() == false' failed in void wsrep::server_state::resume()
|
|
#
|
|
|
|
--source include/galera_cluster.inc
|
|
--source include/have_innodb.inc
|
|
|
|
SET SESSION WSREP_ON=0;
|
|
FLUSH TABLES WITH READ LOCK AND DISABLE CHECKPOINT;
|
|
SET SESSION WSREP_ON=1;
|
|
UNLOCK TABLES;
|