From a2d5bd96bf65c3a03b77c65b7acb38d9fb4318dc Mon Sep 17 00:00:00 2001 From: Monty Date: Fri, 30 Jun 2017 18:01:55 +0300 Subject: [PATCH] Fixed wrong results in show_all_plugins.test - Crude hack to get it to work. Hope Serg has a better solution at some point.. --- mysql-test/suite/plugins/t/show_all_plugins.test | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/suite/plugins/t/show_all_plugins.test b/mysql-test/suite/plugins/t/show_all_plugins.test index 74f9a99aef3..f8f375976fe 100644 --- a/mysql-test/suite/plugins/t/show_all_plugins.test +++ b/mysql-test/suite/plugins/t/show_all_plugins.test @@ -21,6 +21,7 @@ show status like '%libraries%'; --sorted_result --replace_result .dll .so show plugins soname like '%example%'; +--replace_result 8 7 show status like '%libraries%'; --sorted_result --replace_result .dll .so