diff options
author | istruewing@stella.local <> | 2007-10-10 20:44:05 +0200 |
---|---|---|
committer | istruewing@stella.local <> | 2007-10-10 20:44:05 +0200 |
commit | da9b4288ed7a52b7d589d8605952cd7c648d73a3 (patch) | |
tree | bf8bb4af62078905aa0f09854f5041fec9b5ab92 /mysql-test | |
parent | a1caefe36c876dda604cdf960a2b833ffed8d6fe (diff) | |
parent | 82767a0a45dd2a8c356bd9a5c8e8971dd15d4b05 (diff) | |
download | mariadb-git-da9b4288ed7a52b7d589d8605952cd7c648d73a3.tar.gz |
Merge stella.local:/home2/mydev/mysql-5.0-amain
into stella.local:/home2/mydev/mysql-5.0-axmrg
Diffstat (limited to 'mysql-test')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 06447b9e69d..ba2056e2818 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -3059,6 +3059,7 @@ sub install_db ($$) { mtr_appendfile_to_file("$path_sql_dir/fill_help_tables.sql", $bootstrap_sql_file); + # Remove anonymous users mtr_tofile($bootstrap_sql_file, "DELETE FROM mysql.user where user= '';"); |