mysql_upgrade to pass binlog option to mysqlcheck

when doing the --fix-view-algorithm method to upgrade from MySQL.
This commit is contained in:
Daniel Black 2015-04-12 20:42:13 +10:00
parent c8dbef22ad
commit 96e277aed8

View File

@ -795,6 +795,7 @@ static int run_mysqlcheck_views(void)
"--fix-view-algorithm",
opt_verbose ? "--verbose": "",
opt_silent ? "--silent": "",
opt_write_binlog ? "--write-binlog" : "--skip-write-binlog",
"2>&1",
NULL);
}