~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/replication.rst

  • Committer: Lee Bieber
  • Date: 2011-01-15 04:24:34 UTC
  • mfrom: (2086.1.3 build)
  • Revision ID: kalebral@gmail.com-20110115042434-f4g9hd4vu3rw6bfx
Merge Stewart - some documentation clean up
Merge Patrick - fix bug 693130: Tests depending on archive engine should be skipped if archive isn't enabled
Merge Patrick - fix bug 697292: The have_valgrind include file in the test has the opposite effect

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
    ``drizzle> set @@replicate_query = 1;``
28
28
 
 
29
    The stored query should be used as a guide only, and never executed
 
30
    on a slave to perform replication as this will lead to incorrect results.
 
31
 
29
32
Message Definitions
30
33
-------------------
31
34
 
121
124
of the Statement should construct the inner Statement subclass representing
122
125
a data change.
123
126
 
 
127
Statements are recorded seperatley as sometimes individual statements
 
128
have to be rolled back.
 
129
 
124
130
 
125
131
.. _bulk-operations:
126
132
 
210
216
Handling ROLLBACKs
211
217
------------------
212
218
 
 
219
Both transactions and individual statements may be rolled back.
 
220
 
213
221
When a transaction is rolled back, one of two things happen depending
214
222
on whether the transaction is made up of either a single Transaction
215
223
message, or if it is made up of multiple Transaction messages (e.g, bulk