Skip to content

Commit

Permalink
mysql_upgrade to pass binlog option to mysqlcheck
Browse files Browse the repository at this point in the history
when doing the --fix-view-algorithm method to upgrade from MySQL.
  • Loading branch information
grooverdan committed Apr 12, 2015
1 parent c8dbef2 commit 96e277a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/mysql_upgrade.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 96e277a

Please sign in to comment.