mirror of
https://github.com/MariaDB/server.git
synced 2025-07-24 19:42:23 +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.
9 lines
142 B
INI
9 lines
142 B
INI
!include ../my.cnf
|
|
|
|
[mysqld.1]
|
|
wsrep-on=OFF
|
|
binlog-format=ROW
|
|
wsrep-provider=none
|
|
wsrep-cluster-address='gcomm://'
|
|
innodb_autoinc_lock_mode=2
|