4
The :program:`memory` plugin provides the Memory storage engine for in-memory,
12
This plugin is loaded by default. To stop the plugin from loading by default, start :program:`drizzled` with::
14
--plugin-remove=memory
16
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
28
This documentation applies to **memory 1.0**.
30
To see which version of the plugin a Drizzle server is running, execute:
34
SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='memory'