Commit 96e277ae authored by Daniel Black's avatar Daniel Black

mysql_upgrade to pass binlog option to mysqlcheck

when doing the --fix-view-algorithm method to upgrade from MySQL.
parent c8dbef22
...@@ -795,6 +795,7 @@ static int run_mysqlcheck_views(void) ...@@ -795,6 +795,7 @@ static int run_mysqlcheck_views(void)
"--fix-view-algorithm", "--fix-view-algorithm",
opt_verbose ? "--verbose": "", opt_verbose ? "--verbose": "",
opt_silent ? "--silent": "", opt_silent ? "--silent": "",
opt_write_binlog ? "--write-binlog" : "--skip-write-binlog",
"2>&1", "2>&1",
NULL); NULL);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment