summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
diff options
context:
space:
mode:
authorunknown <tsmith@ramayana.hindu.god>2007-10-10 14:12:36 -0600
committerunknown <tsmith@ramayana.hindu.god>2007-10-10 14:12:36 -0600
commit77ec853a6569a338f085856aab2ef2e0b2a2dd34 (patch)
treef6768e14c6b33469e5461e1d148265be515118fe /mysql-test/mysql-test-run.pl
parent1e03f6a72d8304c1fab955b890e6c817a3908355 (diff)
parent711be53b1124db15e346a23bce294350ff339cd6 (diff)
downloadmariadb-git-77ec853a6569a338f085856aab2ef2e0b2a2dd34.tar.gz
Merge ramayana.hindu.god:/home/tsmith/m/bk/50
into ramayana.hindu.god:/home/tsmith/m/bk/maint/50 mysql-test/mysql-test-run.pl: Auto merged scripts/mysql_system_tables_data.sql: Auto merged
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-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 29d3265a462..1ec91d200a5 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -3060,6 +3060,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= '';");