summaryrefslogtreecommitdiff
path: root/mysql-test/suite/plugins/t/unix_socket.test
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2021-06-21 17:49:33 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2021-06-21 17:49:33 +0300
commit4dfec8b23085a1b9e24787aa61d8954bb5492068 (patch)
tree4fa65869771c1ea74bca8741ec6be1fce43d7967 /mysql-test/suite/plugins/t/unix_socket.test
parentbad1440325ba2c96530408fe2fd6484fc1c7c290 (diff)
parenta42c80bd480c2060eca30101dab20ea6f6418bc8 (diff)
downloadmariadb-git-4dfec8b23085a1b9e24787aa61d8954bb5492068.tar.gz
Merge 10.5 into 10.6
Diffstat (limited to 'mysql-test/suite/plugins/t/unix_socket.test')
-rw-r--r--mysql-test/suite/plugins/t/unix_socket.test12
1 files changed, 6 insertions, 6 deletions
diff --git a/mysql-test/suite/plugins/t/unix_socket.test b/mysql-test/suite/plugins/t/unix_socket.test
index 9bb56aae290..be2afb0ca66 100644
--- a/mysql-test/suite/plugins/t/unix_socket.test
+++ b/mysql-test/suite/plugins/t/unix_socket.test
@@ -4,9 +4,9 @@
--echo # with named user
--echo #
---let $replace=create user $USER
---replace_result $replace "create user USER"
-eval create user $USER identified via unix_socket;
+--let $replace=create user '$USER'
+--replace_result $replace "create user 'USER'"
+eval create user '$USER' identified via unix_socket;
--write_file $MYSQLTEST_VARDIR/tmp/peercred_test.txt
--let $replace1=$USER@localhost
@@ -26,9 +26,9 @@ EOF
--error 1
--exec $MYSQL_TEST -u foobar < $MYSQLTEST_VARDIR/tmp/peercred_test.txt
---let $replace=drop user $USER
---replace_result $replace "drop user USER"
-eval drop user $USER;
+--let $replace=drop user '$USER'
+--replace_result $replace "drop user 'USER'"
+eval drop user '$USER';
--echo #
--echo # and now with anonymous user