summaryrefslogtreecommitdiff
path: root/mysql-test/r/lowercase_table_grant.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/lowercase_table_grant.result')
-rw-r--r--mysql-test/r/lowercase_table_grant.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/lowercase_table_grant.result b/mysql-test/r/lowercase_table_grant.result
index afb54f8c472..009965c0c8e 100644
--- a/mysql-test/r/lowercase_table_grant.result
+++ b/mysql-test/r/lowercase_table_grant.result
@@ -1,4 +1,5 @@
use mysql;
+set sql_mode="";
create database MYSQLtest;
grant all on MySQLtest.* to mysqltest_1@localhost;
show grants for mysqltest_1@localhost;