summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authoristruewing@stella.local <>2007-10-10 20:44:05 +0200
committeristruewing@stella.local <>2007-10-10 20:44:05 +0200
commitda9b4288ed7a52b7d589d8605952cd7c648d73a3 (patch)
treebf8bb4af62078905aa0f09854f5041fec9b5ab92 /mysql-test
parenta1caefe36c876dda604cdf960a2b833ffed8d6fe (diff)
parent82767a0a45dd2a8c356bd9a5c8e8971dd15d4b05 (diff)
downloadmariadb-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-xmysql-test/mysql-test-run.pl1
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= '';");