~drizzle-trunk/drizzle/development

Based on IRC discussions with Brian, this patch reworks the Statement
message to SQL transformation code by having multi-key Insert, Update, and
Delete statements generate multiple SQL strings.  The transformStatementToSql()
method now accepts a reference to a vector of strings, and when it finds a
Statement message which should be converted to multiple SQL strings, it
appends a transaction start and commit/rollback around the SQL strings which
would compose an atomic unit of change.

See the transaction_writer.cc and transaction_reader.cc program updates for
example code of how the new library interface works.
Filename Latest Rev Last Changed Committer Comment Size
..
File autorun.sh 1093.9.24 15 years ago Monty Taylor Added support for automake 1.11 and silent build r 2.6 KB Diff Download File
File config.rpath 202.3.1 16 years ago Monty Taylor Added very initial gettextize stuff. 17.9 KB Diff Download File
link-warning.h 815.1.3 16 years ago Monty Taylor Added getopt workaround for broken solaris getopt. 1.2 KB Diff Download File
pre_hook.sh 1093.2.4 15 years ago Monty Taylor Fixed bash-isms in pre_hook. 1.9 KB Diff Download File
File register_plugins.py 1093.9.13 15 years ago Monty Taylor pandora-build v0.42 - Started splitting out plugin 7.7 KB Diff Download File
uncrustify.cfg 1090.4.1 15 years ago Monty Taylor Fixes to the uncrustify config and script. 3.4 KB Diff Download File