1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Bug#42589 mysql_fix_privilege_tables.sh to be deprecated

- Remove remnants of "mysql_fix_privilege_tables.sh"(again)
This commit is contained in:
Magnus Blåudd
2009-10-07 15:42:16 +02:00
parent 56312dc7cf
commit 53653dcef0
9 changed files with 6 additions and 400 deletions

View File

@ -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;