diff options
Diffstat (limited to 'mysql-test/suite/wsrep/t/MDEV-23466.cnf')
-rw-r--r-- | mysql-test/suite/wsrep/t/MDEV-23466.cnf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mysql-test/suite/wsrep/t/MDEV-23466.cnf b/mysql-test/suite/wsrep/t/MDEV-23466.cnf new file mode 100644 index 00000000..851f2999 --- /dev/null +++ b/mysql-test/suite/wsrep/t/MDEV-23466.cnf @@ -0,0 +1,8 @@ +!include ../my.cnf + +[mysqld.1] +wsrep-on=OFF +binlog-format=ROW +wsrep-provider=none +wsrep-cluster-address='gcomm://' +innodb_autoinc_lock_mode=2 |