summaryrefslogtreecommitdiff
path: root/mysql-test/r/init_connect.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/init_connect.result')
-rw-r--r--mysql-test/r/init_connect.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/init_connect.result b/mysql-test/r/init_connect.result
index f5ec0bdc932..0ff6c206422 100644
--- a/mysql-test/r/init_connect.result
+++ b/mysql-test/r/init_connect.result
@@ -20,6 +20,8 @@ hex(a)
616263
set GLOBAL init_connect="adsfsdfsdfs";
select @a;
+ERROR 08S01: Aborted connection to db: 'test' user: 'user_1' host: 'localhost' (init_connect command failed)
+select @a;
Got one of the listed errors
drop table t1;
End of 4.1 tests