~drizzle-trunk/drizzle/development

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.
Filename Latest Rev Last Changed Committer Comment Size
..
dummy.c 815.1.1 16 years ago Monty Taylor Add timegm which is missing on Solaris. 1.6 KB Diff Download File
getopt.c 1099.1.8 15 years ago Monty Taylor Tured off warnings for gnulib build. Stop innobase 31.3 KB Diff Download File
getopt.in.h 815.1.3 16 years ago Monty Taylor Added getopt workaround for broken solaris getopt. 7.8 KB Diff Download File
getopt1.c 815.1.3 16 years ago Monty Taylor Added getopt workaround for broken solaris getopt. 3.8 KB Diff Download File
getopt_int.h 815.1.3 16 years ago Monty Taylor Added getopt workaround for broken solaris getopt. 4.6 KB Diff Download File
gettext.h 997.7.1 15 years ago Monty Taylor Fixed gnulib/gettext.h. 9.3 KB Diff Download File
Makefile.am 1093.8.1 15 years ago rm fix for gnulib mktime test & replacement (adaptati 6.8 KB Diff Download File
mktime.c 1090.3.7 15 years ago Monty Taylor Fixed mktime for sun studio debug builds. 17.7 KB Diff Download File
time.in.h 1093.8.1 15 years ago rm fix for gnulib mktime test & replacement (adaptati 3.7 KB Diff Download File
time_r.c 815.1.1 16 years ago Monty Taylor Add timegm which is missing on Solaris. 1.2 KB Diff Download File
timegm.c 994.2.8 15 years ago Monty Taylor Updated gnulib files. 1.3 KB Diff Download File
unistd.in.h 994.2.8 15 years ago Monty Taylor Updated gnulib files. 17 KB Diff Download File