summaryrefslogtreecommitdiff
path: root/mysql-test/r/change_user_notembedded.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/change_user_notembedded.result')
-rw-r--r--mysql-test/r/change_user_notembedded.result4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/r/change_user_notembedded.result b/mysql-test/r/change_user_notembedded.result
index 896a6045481..41a154f8d3d 100644
--- a/mysql-test/r/change_user_notembedded.result
+++ b/mysql-test/r/change_user_notembedded.result
@@ -1,6 +1,10 @@
+connect test,localhost,root,,;
+connection test;
ERROR 28000: Access denied for user 'foo'@'localhost' (using password: YES)
ERROR 28000: Access denied for user 'foo'@'localhost' (using password: NO)
ERROR 28000: Access denied for user 'foo'@'localhost' (using password: YES)
ERROR 08S01: Unknown command
ERROR 08S01: Unknown command
+disconnect test;
+connection default;
that's all