From b2ccb7d0fe31798779f58fcd77436b9cc293d063 Mon Sep 17 00:00:00 2001 From: Sergey Vojtovich Date: Fri, 8 Oct 2010 13:20:42 +0400 Subject: [PATCH] Fixed plugin_load_option failure, when example storage engine is not available. We need to add loose prefix to example load option. --- mysql-test/t/plugin_load_option-master.opt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/t/plugin_load_option-master.opt b/mysql-test/t/plugin_load_option-master.opt index 3be53c3b713..e22ecb4ff3a 100644 --- a/mysql-test/t/plugin_load_option-master.opt +++ b/mysql-test/t/plugin_load_option-master.opt @@ -1,3 +1,3 @@ $EXAMPLE_PLUGIN_OPT $EXAMPLE_PLUGIN_LOAD ---plugin-example=FORCE_PLUS_PERMANENT +--loose-plugin-example=FORCE_PLUS_PERMANENT