~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Mark Atwood
  • Date: 2011-10-27 05:06:56 UTC
  • mfrom: (2425.2.6 docs71)
  • Revision ID: me@mark.atwood.name-20111027050656-ksehy1w5rmksauao
mergeĀ lp:~daniel-nichter/drizzle/7.1-docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. _transaction_log_plugin:
 
2
 
1
3
Transaction Log
2
4
===============
3
5
 
17
19
 
18
20
   --plugin-remove=transaction_log
19
21
 
20
 
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
 
22
.. seealso:: :ref:`drizzled_plugin_options` for more information about adding and removing plugins.
21
23
 
22
24
.. _transaction_log_configuration:
23
25
 
25
27
-------------
26
28
 
27
29
These command line options configure the plugin when :program:`drizzled`
28
 
is started.  See :doc:`/configuration` for more information about specifying
 
30
is started.  See :ref:`command_line_options` for more information about specifying
29
31
command line options.
30
32
 
31
33
.. program:: drizzled
163
165
------------------------
164
166
 
165
167
Replication events are recorded using messages in the `Google Protocol Buffer
166
 
<http://code.google.com/p/protobuf/>`_ (GPB) format. See the :doc:`Replication
167
 
documentation </replication>` for more information.
 
168
<http://code.google.com/p/protobuf/>`_ (GPB) format. See :doc:`/replication/drizzle` for more information.
168
169
 
169
170
Transaction Log Format
170
171
----------------------