1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-22443 wsrep::runtime_error on START TRANSACTION

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.
This commit is contained in:
Daniele Sciascia
2020-08-18 10:47:15 +02:00
committed by Jan Lindström
parent 8a6a084578
commit 09dd06f14a
4 changed files with 24 additions and 1 deletions

View File

@ -0,0 +1,3 @@
SET SESSION wsrep_sync_wait=15;
SET SESSION wsrep_on=1;
START TRANSACTION READ WRITE;