~drizzle-trunk/drizzle/development

This patch does a few things:

* Renames the TransactionServices component in the kernel
  to ReplicationServices.
* Renames the transaction.proto to replication proto and
  updates the various programs referencing drizzled/message/transaction.pb.h
* Adds a public method to the kernel's ReplicationServices component:
  getLastAppliedTimestamp() which returns the timestamp of the last Command message
  which was successfully sent to a registered Applier plugin (the Command was "applied")
* Updates ReplicationServices::push() method to update an atomic timestamp
  when a Command is successfully applied by a replicator to an applier.

The ReplicationServices::getLastAppliedTimestamp() is critical to the upcoming
Publisher plugin, as it allows the publisher to ask the kernel when the last Command
message was applied.
Filename Latest Rev Last Changed Committer Comment Size
..
all.h 988.1.1 15 years ago Jay Pipes Changes libserialize to libdrizzledmessage per ML 331 bytes Diff Download File
binary_log.cc 1025.2.1 15 years ago Monty Taylor Added support for protobuf v2.1.0 3.8 KB Diff Download File
binary_log.h 988.1.1 15 years ago Jay Pipes Changes libserialize to libdrizzledmessage per ML 1.1 KB Diff Download File
binary_log.proto 919.2.5 16 years ago Monty Taylor Changed protos to be optmized for speed. INCOMPATI 1 KB Diff Download File
binlog_encoding.h 907.3.3 16 years ago Monty Taylor A whole crapload of build fixes. OpenSolaris AMD64 2.8 KB Diff Download File
binlog_reader.cc 1085.1.2 15 years ago Monty Taylor Fixed -Wmissing-declarations 1.5 KB Diff Download File
binlog_writer.cc 1085.1.2 15 years ago Monty Taylor Fixed -Wmissing-declarations 3.2 KB Diff Download File
check_length.sh 685.1.31 16 years ago Monty Taylor Updated check_length.sh to work with VPATH. 875 bytes Diff Download File
command_reader.cc 1039.5.31 15 years ago Jay Pipes This patch does a few things: * Renames the Trans 7.4 KB Diff Download File
ioutil.h 324.1.1 16 years ago Mats Kindahl Adding specification of a simple protobuf-based bi 1.5 KB Diff Download File
length.cc 992.1.9 15 years ago Monty Taylor Include fix for solaris make distcheck. 2.9 KB Diff Download File
Makefile.am 1039.5.31 15 years ago Jay Pipes This patch does a few things: * Renames the Trans 2.7 KB Diff Download File
master_list.proto 919.2.5 16 years ago Monty Taylor Changed protos to be optmized for speed. INCOMPATI 367 bytes Diff Download File
master_list_reader.cc 1085.1.2 15 years ago Monty Taylor Fixed -Wmissing-declarations 1.4 KB Diff Download File
master_list_writer.cc 1085.1.2 15 years ago Monty Taylor Fixed -Wmissing-declarations 1 KB Diff Download File
replication.proto 1039.5.31 15 years ago Jay Pipes This patch does a few things: * Renames the Trans 3.3 KB Diff Download File
schema.proto 988.1.1 15 years ago Jay Pipes Changes libserialize to libdrizzledmessage per ML 136 bytes Diff Download File
schema_reader.cc 1085.1.2 15 years ago Monty Taylor Fixed -Wmissing-declarations 857 bytes Diff Download File
table.proto 1054.2.15 15 years ago Monty Taylor Removed extra unused TableList from table.proto. 5.4 KB Diff Download File
table_reader.cc 1085.1.2 15 years ago Monty Taylor Fixed -Wmissing-declarations 8 KB Diff Download File
table_writer.cc 1085.1.2 15 years ago Monty Taylor Fixed -Wmissing-declarations 4.8 KB Diff Download File
transaction_reader.cc 1039.5.31 15 years ago Jay Pipes This patch does a few things: * Renames the Trans 5.9 KB Diff Download File
transaction_writer.cc 1039.5.31 15 years ago Jay Pipes This patch does a few things: * Renames the Trans 5.8 KB Diff Download File