For Drizzle build 1240 this release includes:
- 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
For libdrizzle version 0.6 this release includes:
