summaryrefslogtreecommitdiff
path: root/mysql-test/r/grant2.result
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2006-03-02 11:01:58 +0100
committerunknown <msvensson@neptunus.(none)>2006-03-02 11:01:58 +0100
commitd5a27fd86fd1cada16d427fd9ffecc08314f4b7e (patch)
treea20e498d26e43867ec056a348f70a75924b2ceb6 /mysql-test/r/grant2.result
parent92ead72dc7c1413749d47c3bf65ee9d25af40f51 (diff)
downloadmariadb-git-d5a27fd86fd1cada16d427fd9ffecc08314f4b7e.tar.gz
Bug#17279 user with no global privs and with create priv in db can create
database - Fix test case for systems with "lowercase names" mysql-test/r/grant2.result: Fix for system with "lowercase names", allow error 1007 to be returned mysql-test/t/grant2.test: Fix for system with "lowercase names", allow error 1007 to be returned
Diffstat (limited to 'mysql-test/r/grant2.result')
-rw-r--r--mysql-test/r/grant2.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/grant2.result b/mysql-test/r/grant2.result
index 9ddd6d4281e..a42ad0d79a5 100644
--- a/mysql-test/r/grant2.result
+++ b/mysql-test/r/grant2.result
@@ -349,7 +349,7 @@ Warnings:
Warning 1265 Data truncated for column 'Alter_routine_priv' at row 1
FLUSH PRIVILEGES;
create database TEStdb;
-ERROR 42000: Access denied for user 'mysqltest_1'@'%' to database 'TEStdb'
+Got one of the listed errors
delete from mysql.user;
delete from mysql.db where host='%' and user='mysqltest_1' and db='TESTDB';
insert into mysql.user select * from t1;