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:
parent
163b3a2da5
commit
d77530a2a4
@ -7,7 +7,7 @@ wsrep_on=ON
|
||||
# Row binary log format is required by Galera
|
||||
binlog_format=ROW
|
||||
|
||||
log-bin
|
||||
log-bin=mar-bin
|
||||
|
||||
# InnoDB is currently the only storage engine supported by Galera
|
||||
default-storage-engine=innodb
|
||||
|
@ -7,7 +7,7 @@ wsrep_on=ON
|
||||
# Row binary log format is required by Galera
|
||||
binlog_format=ROW
|
||||
|
||||
log-bin
|
||||
log-bin=mar-bin
|
||||
|
||||
# InnoDB is currently the only storage engine supported by Galera
|
||||
default-storage-engine=innodb
|
||||
|
@ -7,7 +7,7 @@ wsrep_on=ON
|
||||
# Row binary log format is required by Galera
|
||||
binlog_format=ROW
|
||||
|
||||
log-bin
|
||||
log-bin=mar-bin
|
||||
|
||||
# InnoDB is currently the only storage engine supported by Galera
|
||||
default-storage-engine=innodb
|
||||
|
@ -7,7 +7,7 @@ wsrep_on=ON
|
||||
# Row binary log format is required by Galera
|
||||
binlog_format=ROW
|
||||
|
||||
log-bin
|
||||
log-bin=mar-bin
|
||||
|
||||
# InnoDB is currently the only storage engine supported by Galera
|
||||
default-storage-engine=innodb
|
||||
|
Loading…
x
Reference in New Issue
Block a user