Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config/mycnf/default.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ datadir = {{.DataDir}}
innodb_data_home_dir = {{.InnodbDataHomeDir}}
innodb_log_group_home_dir = {{.InnodbLogGroupHomeDir}}
log-error = {{.ErrorLogPath}}
log-bin = {{.BinLogPath}}
pid-file = {{.PidFile}}
port = {{.MysqlPort}}

Expand Down
1 change: 0 additions & 1 deletion config/mycnf/master_mariadb100.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ collation_server = utf8_general_ci

expire_logs_days = 3

log_bin
sync_binlog = 1
binlog_format = ROW
log_slave_updates
Expand Down
1 change: 0 additions & 1 deletion config/mycnf/master_mariadb101.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ collation_server = utf8_general_ci

expire_logs_days = 3

log_bin
sync_binlog = 1
binlog_format = ROW
log_slave_updates
Expand Down
1 change: 0 additions & 1 deletion config/mycnf/master_mariadb102.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ collation_server = utf8_general_ci

expire_logs_days = 3

log_bin
sync_binlog = 1
binlog_format = ROW
log_slave_updates
Expand Down
1 change: 0 additions & 1 deletion config/mycnf/master_mariadb103.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ collation_server = utf8_general_ci

expire_logs_days = 3

log_bin
sync_binlog = 1
binlog_format = ROW
log_slave_updates
Expand Down
1 change: 0 additions & 1 deletion config/mycnf/master_mariadb104.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ collation_server = utf8_general_ci

expire_logs_days = 3

log_bin
sync_binlog = 1
binlog_format = ROW
log_slave_updates
Expand Down
1 change: 0 additions & 1 deletion config/mycnf/master_mysql56.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# the default for sync_binlog is unsafe. The format is TABLE, and
# info repositories also default to file.

log_bin
sync_binlog = 1
gtid_mode = ON
binlog_format = ROW
Expand Down
1 change: 0 additions & 1 deletion config/mycnf/master_mysql57.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# info repositories default to file

gtid_mode = ON
log_bin
log_slave_updates
enforce_gtid_consistency
expire_logs_days = 3
Expand Down
36 changes: 18 additions & 18 deletions go/vt/mysqlctl/rice-box.go

Large diffs are not rendered by default.