mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
mysql_upgrade to pass binlog option to mysqlcheck
when doing the --fix-view-algorithm method to upgrade from MySQL.
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user