Drizzle build 1240 and libdrizzle 0.6 source tarballs have been released

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
  • Leave a Reply