Skip to content

Commit

Permalink
Merge pull request #5704 from planetscale/morgo-fix-5326-regression
Browse files Browse the repository at this point in the history
Fix regression introduced by #5326
  • Loading branch information
morgo authored Jan 13, 2020
2 parents e677f35 + 92c7b11 commit 1b384b8
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 25 deletions.
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.

0 comments on commit 1b384b8

Please sign in to comment.