1
0
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:
msvensson@neptunus.(none)
2006-11-13 13:39:49 +01:00
parent 1ebb9dbd03
commit 5110d91ec3
5 changed files with 198 additions and 921 deletions

View File

@@ -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"