~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/session_dictionary/docs/index.rst

  • Committer: Mark Atwood
  • Date: 2011-09-13 19:54:55 UTC
  • mfrom: (2397.1.3 plugin-docs)
  • Revision ID: me@mark.atwood.name-20110913195455-3bk3locm85m4jimp
mergeĀ lp:~daniel-nichter/drizzle/plugin-docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Session Dictionary
 
2
==================
 
3
 
 
4
The :program:`session_dictionary` plugin provides several DATA_DICTIONARY tables:
 
5
 
 
6
* SESSIONS
 
7
* SESSION_STATEMENTS
 
8
* SESSION_STATUS
 
9
* SESSION_VARIABLES
 
10
 
 
11
.. _session_dictionary_loading:
 
12
 
 
13
Loading
 
14
-------
 
15
 
 
16
This plugin is loaded by default.
 
17
To stop the plugin from loading by default, start :program:`drizzled`
 
18
with::
 
19
 
 
20
   --plugin-remove=session_dictionary
 
21
 
 
22
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
 
23
 
 
24
.. _session_dictionary_configuration:
 
25
 
 
26
Authors
 
27
-------
 
28
 
 
29
Brian Aker
 
30
 
 
31
.. _session_dictionary_version:
 
32
 
 
33
Version
 
34
-------
 
35
 
 
36
This documentation applies to **session_dictionary 1.1**.
 
37
 
 
38
To see which version of the plugin a Drizzle server is running, execute:
 
39
 
 
40
.. code-block:: mysql
 
41
 
 
42
   SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='session_dictionary'
 
43
 
 
44
Changelog
 
45
---------
 
46
 
 
47
v1.1
 
48
^^^^
 
49
* First release.