mirror of
https://github.com/MariaDB/server.git
synced 2025-07-04 01:23:45 +03:00
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.
13 lines
326 B
Plaintext
13 lines
326 B
Plaintext
#
|
|
# MDEV-22443: terminate called after throwing an instance of
|
|
# 'wsrep::runtime_error' in std::terminate on START TRANSACTION
|
|
#
|
|
|
|
--source include/have_innodb.inc
|
|
--source include/have_wsrep.inc
|
|
--source include/have_binlog_format_row.inc
|
|
|
|
SET SESSION wsrep_sync_wait=15;
|
|
SET SESSION wsrep_on=1;
|
|
START TRANSACTION READ WRITE;
|