diff options
author | msvensson@neptunus.(none) <> | 2006-11-22 09:52:31 +0100 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-11-22 09:52:31 +0100 |
commit | 0a27881be523165d133edbb55f317b4e09926318 (patch) | |
tree | c9e4df421f67aeb97ea2475eb35e9296d2c4416a /scripts | |
parent | fe0fc2d637fe9f8eb605c542b15392531e5138d9 (diff) | |
download | mariadb-git-0a27881be523165d133edbb55f317b4e09926318.tar.gz |
Bug #20589 Missing some table level privileges after upgrade
- Update comments to reflect correct version
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysql_fix_privilege_tables.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mysql_fix_privilege_tables.sql b/scripts/mysql_fix_privilege_tables.sql index a72bd2799aa..8e3d1845571 100644 --- a/scripts/mysql_fix_privilege_tables.sql +++ b/scripts/mysql_fix_privilege_tables.sql @@ -1,5 +1,5 @@ -- This script converts any old privilege tables to privilege tables suitable --- for MySQL 4.0. +-- for MySQL 4.1 -- You can safely ignore all 'Duplicate column' and 'Unknown column' errors" -- because these just mean that your tables are already up to date. @@ -93,7 +93,7 @@ ALTER TABLE columns_priv change Type Column_priv set('Select','Insert','Update', ALTER TABLE func add type enum ('function','aggregate') COLLATE utf8_general_ci NOT NULL; -- --- Change the user,db and host tables to MySQL 4.0 format +-- Change the user,db and host tables to current format -- # Detect whether we had Show_db_priv |