Drizzle build 1240 and libdrizzle 0.6 source tarballs have been released
December 8th, 2009 10:49 am (Pacific) by Lee Bieber
For Drizzle build 1240 this release includes:
Dynamic loading of plugins at server start up
- The majority of the existing plugins have been set to be loaded dynamically rather than compiled statically with the server
- Non-default plugin modules can be loaded with a command line option, ---plugin-add, which takes a comma-separated list of plugin module names, e.g.: ---plugin-add=csv,memcached_functions
- ---plugin-add will load the default list of plugins in addition to the plugins requested
- ---plugin-load which takes a similar list but overrides the entire list of plugins to be loaded
- In the source tree plugin test cases are now kept with the plugins themselves, so a provided plugin can be self-contained and also provide test cases
HEAP has been renamed to MEMORY when specifying the storage engine
The Drizzle download file and change log can be found here
For libdrizzle version 0.6 this release includes:
Various cleanup and fixes around custom socket event handling and listening code
Updated autoconf build system
Updated RPM packaging
The libdrizzle download file and change log can be found here
Documentation for libdrizzle can be found at API and Development
This entry was posted
on Tuesday, December 8th, 2009 at 10:49 am and is filed under Release.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.