diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-01-05 13:27:44 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-02-10 10:21:17 +0100 |
commit | c8997c39b4fac47eb580ea31f97a421bfc399e28 (patch) | |
tree | 3b5ca74604f686666b01854b225aa562083b00cc /mysql-test/r/plugin_loaderr.result | |
parent | 9cdf494197ae53fef5712ab9cbdecbed98462f1f (diff) | |
download | mariadb-git-c8997c39b4fac47eb580ea31f97a421bfc399e28.tar.gz |
initialize plugins in the specific order by plugin type
but do MyISAM first - to read mysql.plugin table
Diffstat (limited to 'mysql-test/r/plugin_loaderr.result')
-rw-r--r-- | mysql-test/r/plugin_loaderr.result | 2 |
1 files changed, 1 insertions, 1 deletions
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 |