diff options
author | unknown <tsmith@ramayana.hindu.god> | 2007-10-10 14:12:36 -0600 |
---|---|---|
committer | unknown <tsmith@ramayana.hindu.god> | 2007-10-10 14:12:36 -0600 |
commit | 77ec853a6569a338f085856aab2ef2e0b2a2dd34 (patch) | |
tree | f6768e14c6b33469e5461e1d148265be515118fe /mysql-test/mysql-test-run.pl | |
parent | 1e03f6a72d8304c1fab955b890e6c817a3908355 (diff) | |
parent | 711be53b1124db15e346a23bce294350ff339cd6 (diff) | |
download | mariadb-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-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 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= '';"); |