~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/replication_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
Replication Dictionary
 
2
======================
 
3
 
 
4
The :program:`replication_dictionary` plugin provides the DATA_DICTIONARY.REPLICATION_STREAMS table.
 
5
 
 
6
.. _replication_dictionary_loading:
 
7
 
 
8
Loading
 
9
-------
 
10
 
 
11
This plugin is loaded by default.
 
12
To stop the plugin from loading by default, start :program:`drizzled`
 
13
with::
 
14
 
 
15
   --plugin-remove=replication_dictionary
 
16
 
 
17
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
 
18
 
 
19
Authors
 
20
-------
 
21
 
 
22
Jay Pipes
 
23
 
 
24
.. _replication_dictionary_version:
 
25
 
 
26
Version
 
27
-------
 
28
 
 
29
Unknown