summaryrefslogtreecommitdiff
path: root/mysql-test/suite/plugins/r/unix_socket.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/plugins/r/unix_socket.result')
-rw-r--r--mysql-test/suite/plugins/r/unix_socket.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/plugins/r/unix_socket.result b/mysql-test/suite/plugins/r/unix_socket.result
index a725583f201..b663d341221 100644
--- a/mysql-test/suite/plugins/r/unix_socket.result
+++ b/mysql-test/suite/plugins/r/unix_socket.result
@@ -1,7 +1,7 @@
#
# with named user
#
-create user USER identified via unix_socket;
+create user 'USER' identified via unix_socket;
#
# name match = ok
#
@@ -11,7 +11,7 @@ USER@localhost USER@% test
#
# name does not match = failure
#
-drop user USER;
+drop user 'USER';
#
# and now with anonymous user
#