From 5fa2eb6f3d8210ce73d18e518108f32c29b11d63 Mon Sep 17 00:00:00 2001 From: Monty Date: Thu, 8 Aug 2019 20:03:21 +0300 Subject: [PATCH] Fixed connect_debug.test to not depend on system error message --- mysql-test/t/connect_debug.test | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/t/connect_debug.test b/mysql-test/t/connect_debug.test index 7a2f2872b79..300a2de0fbd 100644 --- a/mysql-test/t/connect_debug.test +++ b/mysql-test/t/connect_debug.test @@ -17,6 +17,7 @@ drop user bad; # set global debug_dbug='+d,auth_invalid_plugin'; create user 'bad' identified by 'worse'; +--replace_regex /loaded: [^\n]*/loaded: invalid plugin name/ --error 1 --exec $MYSQL --default-auth=mysql_old_password --user=bad --password=worse 2>&1 set global debug_dbug=@old_dbug;