~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/replication.rst

  • Committer: Brian Aker
  • Date: 2011-01-13 23:37:19 UTC
  • mto: This revision was merged to the branch mainline in revision 2093.
  • Revision ID: brian@tangent.org-20110113233719-hwcv3en5h5ohevoq
Rework the CREATE TABLE LIKE call.

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
 
 
32
29
Message Definitions
33
30
-------------------
34
31
 
124
121
of the Statement should construct the inner Statement subclass representing
125
122
a data change.
126
123
 
127
 
Statements are recorded seperatley as sometimes individual statements
128
 
have to be rolled back.
129
 
 
130
124
 
131
125
.. _bulk-operations:
132
126
 
216
210
Handling ROLLBACKs
217
211
------------------
218
212
 
219
 
Both transactions and individual statements may be rolled back.
220
 
 
221
213
When a transaction is rolled back, one of two things happen depending
222
214
on whether the transaction is made up of either a single Transaction
223
215
message, or if it is made up of multiple Transaction messages (e.g, bulk