diff options
author | Magnus Blåudd <magnus.blaudd@sun.com> | 2009-10-07 15:42:16 +0200 |
---|---|---|
committer | Magnus Blåudd <magnus.blaudd@sun.com> | 2009-10-07 15:42:16 +0200 |
commit | 53653dcef0d2fc5e9bd9f738b3d17f4ba75d1606 (patch) | |
tree | 0895be31d4b7d157177ecd4490ba05cbe3d9b6ec /scripts/mysql_system_tables_fix.sql | |
parent | 56312dc7cf7cc3be5e510b3ef743cb29d8783b7e (diff) | |
download | mariadb-git-53653dcef0d2fc5e9bd9f738b3d17f4ba75d1606.tar.gz |
Bug#42589 mysql_fix_privilege_tables.sh to be deprecated
- Remove remnants of "mysql_fix_privilege_tables.sh"(again)
Diffstat (limited to 'scripts/mysql_system_tables_fix.sql')
-rw-r--r-- | scripts/mysql_system_tables_fix.sql | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/mysql_system_tables_fix.sql b/scripts/mysql_system_tables_fix.sql index a6497f57f0a..8f6f6a38a68 100644 --- a/scripts/mysql_system_tables_fix.sql +++ b/scripts/mysql_system_tables_fix.sql @@ -5,10 +5,6 @@ # because these just mean that your tables are already up to date. # This script is safe to run even if your tables are already up to date! -# On unix, you should use the mysql_fix_privilege_tables script to execute -# this sql script. -# On windows you should do 'mysql --force mysql < mysql_fix_privilege_tables.sql' - set sql_mode=''; set storage_engine=MyISAM; |