summaryrefslogtreecommitdiff
path: root/mysql-test/r/grant.result
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2006-01-09 11:16:29 +0100
committerunknown <msvensson@neptunus.(none)>2006-01-09 11:16:29 +0100
commit998b7dca54a73bd56a602b309b053a618d5218cd (patch)
tree069d32198707660d8cfc40cde916d44707446591 /mysql-test/r/grant.result
parent57b203369f72957d7de074019e71d276058c45f2 (diff)
parent16257e8b356c105fcc9fa8c8851338da60ece8f2 (diff)
downloadmariadb-git-998b7dca54a73bd56a602b309b053a618d5218cd.tar.gz
Merge neptunus.(none):/home/msvensson/mysql/bug15598/my41-bug15598
into neptunus.(none):/home/msvensson/mysql/bug15598/my50-bug15598 mysql-test/t/grant.test: Auto merged sql/sql_acl.cc: Auto merged mysql-test/r/grant.result: SCCS merged
Diffstat (limited to 'mysql-test/r/grant.result')
-rw-r--r--mysql-test/r/grant.result9
1 files changed, 9 insertions, 0 deletions
diff --git a/mysql-test/r/grant.result b/mysql-test/r/grant.result
index 448847bc919..304294057d7 100644
--- a/mysql-test/r/grant.result
+++ b/mysql-test/r/grant.result
@@ -437,6 +437,15 @@ delete from mysql.columns_priv where user="mysqltest_3";
flush privileges;
drop database mysqltest_1;
drop database mysqltest_2;
+insert into mysql.user (host, user) values ('', 'mysqltest_7');
+flush privileges;
+set password for mysqltest_7@ = password('systpass');
+show grants for mysqltest_7@;
+Grants for mysqltest_7@
+GRANT USAGE ON *.* TO 'mysqltest_7'@'' IDENTIFIED BY PASSWORD '*2FB071A056F9BB745219D9C876814231DAF46517'
+drop user mysqltest_7@;
+show grants for mysqltest_7@;
+ERROR 42000: There is no such grant defined for user 'mysqltest_7' on host ''
SHOW PRIVILEGES;
Privilege Context Comment
Alter Tables To alter the table