2425.2.2
by Daniel Nichter
A lot of doc changes: rewrite and expand Configuration and Administration, re-order top-level sections, enhance Contributing, add Release Notes, add Help and Support, fix title casing, label all plugins, other misc. enhancements. |
1 |
.. _benchmark_plugin: |
2 |
||
2397.1.1
by Daniel Nichter
Skeleton documentation for all plugins, more complete docu for first half of plugins. |
3 |
BENCHMARK Function
|
4 |
==================
|
|
5 |
||
6 |
The ``benchmark`` plugin provides these :doc:`/functions/overview`: |
|
7 |
||
8 |
* :ref:`benchmark-function` |
|
9 |
||
10 |
.. _benchmark_loading: |
|
11 |
||
12 |
Loading
|
|
13 |
-------
|
|
14 |
||
15 |
This plugin is loaded by default. To stop the plugin from loading by |
|
16 |
default, start :program:`drizzled` with:: |
|
17 |
||
18 |
--plugin-remove=benchmark
|
|
19 |
||
2425.2.1
by Daniel Nichter
Rewrite Configuration docs. |
20 |
.. seealso:: :ref:`drizzled_plugin_options` for more information about adding and removing plugins. |
2397.1.1
by Daniel Nichter
Skeleton documentation for all plugins, more complete docu for first half of plugins. |
21 |
|
22 |
.. _benchmark_authors: |
|
23 |
||
24 |
Authors
|
|
25 |
-------
|
|
26 |
||
27 |
Devananda van der Veen |
|
28 |
||
29 |
.. _benchmark_version: |
|
30 |
||
31 |
Version
|
|
32 |
-------
|
|
33 |
||
34 |
This documentation applies to **benchmark 1.0**.
|
|
35 |
||
36 |
To see which version of the plugin a Drizzle server is running, execute: |
|
37 |
||
38 |
.. code-block:: mysql |
|
39 |
||
40 |
SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='benchmark' |
|
41 |
||
42 |
Changelog
|
|
43 |
---------
|
|
44 |
||
45 |
v1.0
|
|
46 |
^^^^
|
|
47 |
* First release.
|