1
Table Proto Message Tester
2
==========================
4
Used to test rest of server with various table proto messages.
6
.. _tableprototester_loading:
11
To load this plugin, start :program:`drizzled` with::
13
--plugin-add=tableprototester
15
Loading the plugin may not enable or configure it. See the plugin's
16
:ref:`tableprototester_configuration` and :ref:`tableprototester_variables`.
18
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
20
.. _tableprototester_configuration:
25
These command line options configure the plugin when :program:`drizzled`
26
is started. See :doc:`/configuration` for more information about specifying
31
.. _tableprototester_variables:
36
These variables show the running configuration of the plugin.
37
See `variables` for more information about querying and setting variables.
39
.. _tableprototester_examples:
44
Sorry, there are no examples for this plugin.
46
.. _tableprototester_authors:
53
.. _tableprototester_version:
58
This documentation applies to **tableprototester 1.0**.
60
To see which version of the plugin a Drizzle server is running, execute:
64
SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='tableprototester'