mirror of
https://github.com/MariaDB/server.git
synced 2025-07-24 19:42:23 +03:00
Some invalid wsrep_provider paths may be interpreted as a valid directory. For example '/invalid/libgalera_smm.so' with UTF character set is interpreted as '/', which is a valid directory. A early check that wsrep_provider should not be a directory fixes it.
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
|