summaryrefslogtreecommitdiff
path: root/mysql-test/t/grant2.test
diff options
context:
space:
mode:
authorpem@mysql.com <>2006-03-03 12:03:27 +0100
committerpem@mysql.com <>2006-03-03 12:03:27 +0100
commit015ab71a502c4a58329273a8f29b1cddf6c9e240 (patch)
treee2df16ff96563c43b76904332f584b344892a56f /mysql-test/t/grant2.test
parentc7837821e1b3ba997ae6996c7a127cdeece3c5fc (diff)
parent5147bb8e9bbcdf42148ca76b67cf1d9240c8440b (diff)
downloadmariadb-git-015ab71a502c4a58329273a8f29b1cddf6c9e240.tar.gz
Merge mysql.com:/extern/mysql/5.0/bug17476/mysql-5.0
into mysql.com:/extern/mysql/5.1/generic/mysql-5.1-new
Diffstat (limited to 'mysql-test/t/grant2.test')
-rw-r--r--mysql-test/t/grant2.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/t/grant2.test b/mysql-test/t/grant2.test
index 39ac0b0d105..ce1d0fb2271 100644
--- a/mysql-test/t/grant2.test
+++ b/mysql-test/t/grant2.test
@@ -449,7 +449,8 @@ connect (con1,localhost,mysqltest_1,password,TESTDB);
# The user mysqltest_1 should only be allowed access to
# database TESTDB, not TEStdb
---error 1044
+# On system with "lowercase names" we get error "1007: Can't create db..."
+--error 1044, 1007
create database TEStdb;
# Clean-up