summaryrefslogtreecommitdiff
path: root/mysql-test/r/failed_auth_unixsocket.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/failed_auth_unixsocket.result')
-rw-r--r--mysql-test/r/failed_auth_unixsocket.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/failed_auth_unixsocket.result b/mysql-test/r/failed_auth_unixsocket.result
index 3cf58ca5bec..680d3b48a33 100644
--- a/mysql-test/r/failed_auth_unixsocket.result
+++ b/mysql-test/r/failed_auth_unixsocket.result
@@ -1,6 +1,7 @@
update mysql.user set plugin='unix_socket';
flush privileges;
connect(localhost,USER,,test,MASTER_PORT,MASTER_SOCKET);
+connect fail,localhost,$USER;
ERROR HY000: Plugin 'unix_socket' is not loaded
ERROR HY000: Plugin 'unix_socket' is not loaded
install plugin unix_socket soname 'auth_socket.so';