lp:~jaypipes/drizzle/replication
- Get this branch:
- bzr branch lp:~jaypipes/drizzle/replication
Branch merges
- Stewart Smith (community): Approve
-
Diff: 765 lines12 files modifieddrizzled/message/Makefile.am (+8/-1)
drizzled/message/command_reader.cc (+15/-180)
drizzled/message/command_transform.cc (+220/-0)
drizzled/message/command_transform.h (+67/-0)
plugin/filtered_replicator/filtered_replicator.cc (+3/-1)
tests/suite/command_log/r/alter.result (+2/-2)
tests/suite/command_log/r/delete.result (+5/-5)
tests/suite/command_log/r/filtered_replicator.result (+35/-35)
tests/suite/command_log/r/insert.result (+2/-2)
tests/suite/command_log/r/insert_multi.result (+2/-2)
tests/suite/command_log/r/insert_select.result (+4/-4)
tests/suite/command_log/r/update.result (+9/-9)
Recent revisions
- 1104. By Jay Pipes <jpipes@serialcoder>
-
Adds a new library interface for converting Command GPB messages
into SQL strings. This code was duplicated in a few places in the
new publisher branch, and Eric Lambert's work on the Java and Gearmna
replicators can use this new library code.Replaces the command_reader.cc's SQL string contruction with
calls to the new command_transform.h API.Fixes valgrind warnings in the filtered_replicator module that
were copmlaining about uninitialized values. This was producing
an occasional core dump on my machine when running the filtered_replicator
test case in the command_log suite.Test results are updated to the new output SQL format, which does not
inject spaces after commas in field and value lists and also uses the
ANSI standard single quote instead of double quotes for value encasing. - 1101. By Jay Pipes <jpipes@serialcoder>
-
Removes the experimental CommandLogIndex class...not sure how/why that got in there... :(
- 1099. By Jay Pipes <jpipes@serialcoder>
-
Fixes compile errors mostly due to change from plugin_registry.h to plugin/registry.h
and the final cleanup of bitmap routines now in trunk. - 1097. By Jay Pipes <jpipes@serialcoder>
-
Removes GPB 2.1-specific ParseFromBounde
dZeroCopyStream method in favor of 2.0.3 nonBounded version"
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar RepositoryFormatKnitPack6 (bzr 1.9)
- Stacked on:
- lp:~drizzle-trunk/drizzle/development