mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Make it possible for .test suites to run "mysql_upgrade"
Add new test file mysql_upgrade.test BitKeeper/deleted/.del-abi_check.ic: Rename: include/abi_check.ic -> BitKeeper/deleted/.del-abi_check.ic client/mysql_upgrade.c: Make mysql_upgrade search also in "client" dir so it can be run from a source dist. mysql-test/mysql-test-run.pl: Make it possible for .test scripts to run "mysql_upgrade" mysql-test/r/mysql_upgrade.result: New BitKeeper file ``mysql-test/r/mysql_upgrade.result'' mysql-test/t/mysql_upgrade.test: New BitKeeper file ``mysql-test/t/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