Commit 1b6d413a authored by msvensson@pilot.(none)'s avatar msvensson@pilot.(none)

Merge pilot.(none):/data/msvensson/mysql/bug28497/my50-bug28497

into  pilot.(none):/data/msvensson/mysql/bug28497/my51-bug28497
parents 62f71f5d fd1c5443
...@@ -1003,7 +1003,7 @@ DROP USER bug23556@localhost; ...@@ -1003,7 +1003,7 @@ DROP USER bug23556@localhost;
# Bug #6774: Replication fails with Wrong usage of DB GRANT and GLOBAL PRIVILEGES # Bug #6774: Replication fails with Wrong usage of DB GRANT and GLOBAL PRIVILEGES
# #
# Check if GRANT ... ON * ... fails when no database is selected # Check if GRANT ... ON * ... fails when no database is selected
connect (con1, localhost, root,,*NO-ONE*) connect (con1, localhost, root,,*NO-ONE*);
connection con1; connection con1;
--error ER_NO_DB_ERROR --error ER_NO_DB_ERROR
GRANT PROCESS ON * TO user@localhost; GRANT PROCESS ON * TO user@localhost;
......
...@@ -58,7 +58,7 @@ START SLAVE; ...@@ -58,7 +58,7 @@ START SLAVE;
# Reconnect to master for new setting to take effect # Reconnect to master for new setting to take effect
disconnect master; disconnect master;
connect (master, localhost, root) connect (master, localhost, root);
connection master; connection master;
CREATE TABLe `t1` (`f1` LONGTEXT) ENGINE=MyISAM; CREATE TABLe `t1` (`f1` LONGTEXT) ENGINE=MyISAM;
......
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