diff options
author | unknown <kent@mysql.com> | 2005-06-20 12:32:53 +0200 |
---|---|---|
committer | unknown <kent@mysql.com> | 2005-06-20 12:32:53 +0200 |
commit | 2aa1a04c631e4ba1306d09a864c97fcc5b3949fd (patch) | |
tree | 24fc342942b3f145587ed02749f78880026704b4 /mysql-test/mysql-test-run.pl | |
parent | d0a7c1248ece55fcc953348fadcbe296211088d3 (diff) | |
download | mariadb-git-2aa1a04c631e4ba1306d09a864c97fcc5b3949fd.tar.gz |
mysql-test-run.pl:
Corrected path to 'mysql_fix_privilege_tables'
mysql-test/mysql-test-run.pl:
Corrected path to 'mysql_fix_privilege_tables'
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index fafc7ef35e9..6151dd68160 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -840,7 +840,7 @@ sub executable_setup () { $exe_mysqlbinlog= "$path_client_bindir/mysqlbinlog"; $exe_mysqladmin= "$path_client_bindir/mysqladmin"; $exe_mysql= "$path_client_bindir/mysql"; - $exe_mysql_fix_system_tables= "$glob_basedir/scripts/mysql_fix_privilege_tables"; + $exe_mysql_fix_system_tables= "$path_client_bindir/mysql_fix_privilege_tables"; if ( -d "$glob_basedir/share/mysql/english" ) { |