diff options
Diffstat (limited to 'mysql-test/main/grant_4332.result')
-rw-r--r-- | mysql-test/main/grant_4332.result | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mysql-test/main/grant_4332.result b/mysql-test/main/grant_4332.result index b62ca1a20cc..7fc29795b6f 100644 --- a/mysql-test/main/grant_4332.result +++ b/mysql-test/main/grant_4332.result @@ -1,5 +1,6 @@ -set GLOBAL sql_mode=""; -set LOCAL sql_mode=""; +# switching from mysql.global_priv to mysql.user +set global sql_mode=""; +set local sql_mode=""; alter table mysql.user modify User char(16) binary not null default ''; alter table mysql.db modify User char(16) binary not null default ''; alter table mysql.tables_priv modify User char(16) binary not null default ''; @@ -32,4 +33,5 @@ Catalog Database Table Table_alias Column Column_alias Type Length Max length Is def user() 253 141 14 N 1 39 8 user() root@localhost -set GLOBAL sql_mode=default; +set global sql_mode=default; +# switching back from mysql.user to mysql.global_priv |