~drizzle-trunk/drizzle/development

Viewing all changes in revision 1405.4.1.

Adds a vector of write buffers to the transaction log applier
object.  This eliminates the calls to malloc() for writing
most transaction log entries (the only calls to malloc() will
be when an existing write buffer is not large enough).  

There is a configuration setting now for the number of write
buffers to create on startup.  The slot algorithm is a simple
modulo on the session ID.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: