diff options
author | serg@serg.mylan <> | 2004-08-10 16:36:11 +0200 |
---|---|---|
committer | serg@serg.mylan <> | 2004-08-10 16:36:11 +0200 |
commit | 3c963455c1c46f90f43ca5e1b17d660d115cd3d7 (patch) | |
tree | b42fb0e0e30a8b0202e3d016d42a28d4b0482361 /scripts | |
parent | ecb3518d229d82a874ba7f5402c30fa137287d92 (diff) | |
parent | b49b5e9c68364e86be885eaec9cde6c380eb263e (diff) | |
download | mariadb-git-3c963455c1c46f90f43ca5e1b17d660d115cd3d7.tar.gz |
Merge bk-internal:/home/bk/mysql-4.0/
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysql_fix_privilege_tables.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/mysql_fix_privilege_tables.sql b/scripts/mysql_fix_privilege_tables.sql index bfff05151e5..6e1fd0d1be5 100644 --- a/scripts/mysql_fix_privilege_tables.sql +++ b/scripts/mysql_fix_privilege_tables.sql @@ -9,6 +9,8 @@ -- this sql script. -- On windows you should do 'mysql --force mysql < mysql_fix_privilege_tables.sql' +SET SQL_SAFE_UPDATES=0; + USE mysql; ALTER TABLE user type=MyISAM; ALTER TABLE db type=MyISAM; |