From c8997c39b4fac47eb580ea31f97a421bfc399e28 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Mon, 5 Jan 2015 13:27:44 +0100 Subject: initialize plugins in the specific order by plugin type but do MyISAM first - to read mysql.plugin table --- mysql-test/r/plugin_loaderr.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/r/plugin_loaderr.result') diff --git a/mysql-test/r/plugin_loaderr.result b/mysql-test/r/plugin_loaderr.result index d1189217355..fbb144a7b90 100644 --- a/mysql-test/r/plugin_loaderr.result +++ b/mysql-test/r/plugin_loaderr.result @@ -3,7 +3,7 @@ SELECT PLUGIN_NAME,PLUGIN_STATUS,PLUGIN_TYPE,PLUGIN_LIBRARY,PLUGIN_LIBRARY_VERSION,LOAD_OPTION FROM INFORMATION_SCHEMA.PLUGINS WHERE plugin_name = 'innodb'; PLUGIN_NAME InnoDB -PLUGIN_STATUS DISABLED +PLUGIN_STATUS INACTIVE PLUGIN_TYPE STORAGE ENGINE PLUGIN_LIBRARY NULL PLUGIN_LIBRARY_VERSION NULL -- cgit v1.2.1