mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
initialize plugins in the specific order by plugin type
but do MyISAM first - to read mysql.plugin table
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user