Use a known binlog name for Galera
The binlog files for Galera shouldn't rely on implicit naming simply due to the fact that it logs a warning.
This commit is contained in:
@ -7,7 +7,7 @@ wsrep_on=ON
|
|||||||
# Row binary log format is required by Galera
|
# Row binary log format is required by Galera
|
||||||
binlog_format=ROW
|
binlog_format=ROW
|
||||||
|
|
||||||
log-bin
|
log-bin=mar-bin
|
||||||
|
|
||||||
# InnoDB is currently the only storage engine supported by Galera
|
# InnoDB is currently the only storage engine supported by Galera
|
||||||
default-storage-engine=innodb
|
default-storage-engine=innodb
|
||||||
|
|||||||
@ -7,7 +7,7 @@ wsrep_on=ON
|
|||||||
# Row binary log format is required by Galera
|
# Row binary log format is required by Galera
|
||||||
binlog_format=ROW
|
binlog_format=ROW
|
||||||
|
|
||||||
log-bin
|
log-bin=mar-bin
|
||||||
|
|
||||||
# InnoDB is currently the only storage engine supported by Galera
|
# InnoDB is currently the only storage engine supported by Galera
|
||||||
default-storage-engine=innodb
|
default-storage-engine=innodb
|
||||||
|
|||||||
@ -7,7 +7,7 @@ wsrep_on=ON
|
|||||||
# Row binary log format is required by Galera
|
# Row binary log format is required by Galera
|
||||||
binlog_format=ROW
|
binlog_format=ROW
|
||||||
|
|
||||||
log-bin
|
log-bin=mar-bin
|
||||||
|
|
||||||
# InnoDB is currently the only storage engine supported by Galera
|
# InnoDB is currently the only storage engine supported by Galera
|
||||||
default-storage-engine=innodb
|
default-storage-engine=innodb
|
||||||
|
|||||||
@ -7,7 +7,7 @@ wsrep_on=ON
|
|||||||
# Row binary log format is required by Galera
|
# Row binary log format is required by Galera
|
||||||
binlog_format=ROW
|
binlog_format=ROW
|
||||||
|
|
||||||
log-bin
|
log-bin=mar-bin
|
||||||
|
|
||||||
# InnoDB is currently the only storage engine supported by Galera
|
# InnoDB is currently the only storage engine supported by Galera
|
||||||
default-storage-engine=innodb
|
default-storage-engine=innodb
|
||||||
|
|||||||
Reference in New Issue
Block a user