~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Daniel Nichter
  • Date: 2011-10-23 05:45:09 UTC
  • mto: This revision was merged to the branch mainline in revision 2448.
  • Revision ID: daniel@percona.com-20111023054509-5w1z0g4hn1c4guqv
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.

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
 
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
----------------------