mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Make it possible for .test suites to run "mysql_upgrade"
Add new test file mysql_upgrade.test
This commit is contained in:
@@ -546,7 +546,7 @@ int main(int argc, char **argv)
|
||||
}
|
||||
|
||||
if (find_file(mysqlcheck_name, basedir, MYF(0), path, sizeof(path),
|
||||
"bin", NullS))
|
||||
"bin", "client", NullS))
|
||||
{
|
||||
ret= 1;
|
||||
printf("Can't find program '%s'\n", mysqlcheck_name);
|
||||
@@ -583,7 +583,7 @@ int main(int argc, char **argv)
|
||||
|
||||
fix_priv_tables:
|
||||
if (find_file(mysql_name, basedir, MYF(0), path, sizeof(path),
|
||||
"bin", NullS))
|
||||
"bin", "client", NullS))
|
||||
{
|
||||
ret= 1;
|
||||
puts("Could not find MySQL command-line client (mysql).\n"
|
||||
|
Reference in New Issue
Block a user