summaryrefslogtreecommitdiff
path: root/storage/connect/mysql-test/connect/r/ini_grant.result
diff options
context:
space:
mode:
Diffstat (limited to 'storage/connect/mysql-test/connect/r/ini_grant.result')
-rw-r--r--storage/connect/mysql-test/connect/r/ini_grant.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/connect/mysql-test/connect/r/ini_grant.result b/storage/connect/mysql-test/connect/r/ini_grant.result
index 190114254b0..68330278183 100644
--- a/storage/connect/mysql-test/connect/r/ini_grant.result
+++ b/storage/connect/mysql-test/connect/r/ini_grant.result
@@ -1,8 +1,10 @@
#
# Checking FILE privileges
#
+set sql_mode="";
GRANT ALL PRIVILEGES ON *.* TO user@localhost;
REVOKE FILE ON *.* FROM user@localhost;
+set sql_mode=default;
SELECT user();
user()
user@localhost