~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/replication.rst

  • Committer: Stewart Smith
  • Date: 2011-01-14 05:13:33 UTC
  • mto: (2086.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2087.
  • Revision ID: stewart@flamingspork.com-20110114051333-pz1xy0f1dyc4jfms
talk about statement rollback (briefly) in replication docs

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