mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
09dd06f14a
This happens with global wsrep_on disabled and local wsrep_on enabled. The fix consists in avoiding sync wait when global wsrep_on is disabled.
3 lines
86 B
Text
3 lines
86 B
Text
SET SESSION wsrep_sync_wait=15;
|
|
SET SESSION wsrep_on=1;
|
|
START TRANSACTION READ WRITE;
|