~drizzle-trunk/drizzle/development

Adds INFORMATION_SCHEMA views for the transaction log:

TRANSACTION_LOG
TRANSACTION_LOG_ENTRIES
TRANSACTION_LOG_TRANSACTIONS

Adds a new user-defined function:

PRINT_TRANSACTION_MESSAGE(filename, offset)

Adds tests for all of the above

Implementation notes:

An indexer now runs when transaction messages are applied
to the transaction log.  It creates a simple index of the
transaction log entries.  This index is used when the
information schema views' fillTable() method is called.
Filename Latest Rev Last Changed Committer Comment Size
..
client_priv.h 1122.2.10 15 years ago Monty Taylor Fixed all of the include guards. 3.4 KB Diff Download File
drizzle.1 1097.1.1 15 years ago Monty Taylor Fixed manpage warnings. Make debian lintian happy. 39.5 KB Diff Download File
drizzle.cc 971.7.7 15 years ago Eric Day Merged trunk. 127 KB Diff Download File
drizzled.8 1022.2.25 16 years ago Monty Taylor Imported manpages for the things we ship. Started 2.7 KB Diff Download File
drizzledump.1 1097.1.1 15 years ago Monty Taylor Fixed manpage warnings. Make debian lintian happy. 33.7 KB Diff Download File
drizzledump.cc 1193.1.1 15 years ago Monty Taylor Re-merged stl hash. 84.1 KB Diff Download File
drizzleimport.1 1022.2.25 16 years ago Monty Taylor Imported manpages for the things we ship. Started 9.1 KB Diff Download File
drizzleimport.cc 971.6.11 15 years ago Eric Day Removed purecov messages. 20.8 KB Diff Download File
drizzleslap.1 1022.2.25 16 years ago Monty Taylor Imported manpages for the things we ship. Started 13.5 KB Diff Download File
drizzleslap.cc 1093.1.12 15 years ago Jay Pipes Merge Monty's fix-asserts branch. 76.9 KB Diff Download File
drizzletest.cc 1143.3.4 15 years ago Jay Pipes Adds INFORMATION_SCHEMA views for the transaction 184 KB Diff Download File
errname.cc 1124.3.2 15 years ago Diego Medina Renamed ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT to ER_WR 27.7 KB Diff Download File
errname.h 1122.2.10 15 years ago Monty Taylor Fixed all of the include guards. 1.1 KB Diff Download File
get_password.cc 994.2.4 16 years ago Monty Taylor Blast. Fixed some make distcheck issues. 3.3 KB Diff Download File
get_password.h 928.1.1 16 years ago Eric Day Started client changes. 1 KB Diff Download File
linebuffer.cc 1095.2.5 15 years ago Robert Klahn more changes from code review feedback 1.5 KB Diff Download File
linebuffer.h 1095.2.4 15 years ago Robert Klahn changes from code review feedback 1 KB Diff Download File