~drizzle-trunk/drizzle/development

  • Committer: Jay Pipes
  • Date: 2009-12-11 18:39:37 UTC
  • Revision ID: jpipes@serialcoder-20091211183937-47ms0raqvp1kg936
This patch adds support for a new transaction log configuration/CLI
option for controlling the file flush/sync behvaiour of the transaction
log file.

We add a new --transaction-log-sync-method variable controlling the
sync behvaiour:

0 (default) == Leave sync up tp the operating system
1           == Sync on every write to the log file
2           == Sync at most every one second
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