diff options
Diffstat (limited to 'mysql-test/suite/wsrep/t/binlog_format.cnf')
-rw-r--r-- | mysql-test/suite/wsrep/t/binlog_format.cnf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mysql-test/suite/wsrep/t/binlog_format.cnf b/mysql-test/suite/wsrep/t/binlog_format.cnf new file mode 100644 index 00000000..7ec24c14 --- /dev/null +++ b/mysql-test/suite/wsrep/t/binlog_format.cnf @@ -0,0 +1,8 @@ +!include ../my.cnf + +[mysqld.1] +wsrep-on=ON +wsrep-provider=@ENV.WSREP_PROVIDER +wsrep-cluster-address=gcomm:// +innodb_autoinc_lock_mode=2 + |