1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Merge production.mysql.com:/usersnfs/jperkin/bk/build/5.0

into  production.mysql.com:/usersnfs/jperkin/bk/bug-27692/5.0
This commit is contained in:
unknown
2007-10-04 12:06:13 +02:00
3 changed files with 12 additions and 0 deletions

View File

@@ -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= '';");