Commit 13945034 authored by unknown's avatar unknown

Merge neptunus.(none):/home/msvensson/mysql/bug20589/my41-bug20589

into  neptunus.(none):/home/msvensson/mysql/bug20589/my50-bug20589


scripts/mysql_fix_privilege_tables.sql:
  Auto merged
parents 456959cf ca401ce1
-- This script converts any old privilege tables to privilege tables suitable -- 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" -- You can safely ignore all 'Duplicate column' and 'Unknown column' errors"
-- because these just mean that your tables are already up to date. -- because these just mean that your tables are already up to date.
...@@ -100,7 +100,7 @@ ALTER TABLE columns_priv change Type Column_priv set('Select','Insert','Update', ...@@ -100,7 +100,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; 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 # Detect whether we had Show_db_priv
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment