summaryrefslogtreecommitdiff
path: root/mysql-test/t/grant_lowercase.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/grant_lowercase.test')
-rw-r--r--mysql-test/t/grant_lowercase.test3
1 files changed, 1 insertions, 2 deletions
diff --git a/mysql-test/t/grant_lowercase.test b/mysql-test/t/grant_lowercase.test
index 4b27b4c674d..e31a72b890e 100644
--- a/mysql-test/t/grant_lowercase.test
+++ b/mysql-test/t/grant_lowercase.test
@@ -4,7 +4,7 @@
#
# http://seclists.org/fulldisclosure/2012/Dec/4
#
-
+set sql_mode="";
# in acl_get(), check_grant_db(), mysql_grant()
grant file on *.* to user1@localhost with grant option;
grant select on `a%`.* to user1@localhost with grant option;
@@ -28,4 +28,3 @@ delete from mysql.db where db like '=>%';
alter table mysql.host modify Db char(64) default "";
alter table mysql.db modify Db char(64) default "", modify User char(80) default "";
flush privileges;
-