1
.. _schema_engine_plugin:
6
The :program:`schema_engine` plugin provides the low-level schema system.
8
.. _schema_engine_loading:
13
This plugin is loaded by default and it should not be unloaded unless you want to disable access to all schemas.
18
* :doc:`/plugins/signal_handler/index`
25
.. _schema_engine_version:
30
This documentation applies to **schema_engine 1.0**.
32
To see which version of the plugin a Drizzle server is running, execute:
36
SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='schema_engine'