Drizzle build 1240 and libdrizzle 0.6 source tarballs have been released

December 8th, 2009

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
  • Drizzle source tarball 1223 has been released

    November 23rd, 2009

    Drizzle source tarball based on build 1223 has been released. This release contains some changes from Eric for the start of changes to the Drizzle protocol. You must now use –drizzle-protocol-port=N when starting drizzled instead of –port=N. See his emails for more details

    The download file and change log can be found here.

    libdrizzle 0.5 source tarball has been released

    November 10th, 2009

    libdrizzle 0.5 source tarball has been released. This release contains the following updates:

  • Added new logging functions
  • Added more test cases
  • Cleaned up API, added more API and Development documentation
  • Updated autoconf build system
  • The download file and change log can be found here.

    Drizzle source tarball 1208 has been released

    November 9th, 2009

    Drizzle source tarball based on build 1208 has been released. This update continues to provide a lot of code clean up and refactoring as well as several more updates to the Replication infrastructure from Jay. Make sure and take a look at Jay’s recent blogs about his updates.

    The download file and change log can be found here.

    Updates from Jay on his Drizzle Replication work

    October 28th, 2009

    Lots of great updates from Jay on his recent Replication work, make sure and take a look and provide feedback.

  • Group Commit
  • Transaction Log
  • Previous posts on Replication work including Padraig’s plugin work:

  • Replication Architecture
  • Command Message
  • Developing a Replication Plugin
  • OpenSQL Camp 2009 in Portland Oregon – Nov 14th and 15th

    October 26th, 2009

    Just a reminder that OpenSQL Camp is coming up quickly. For details see Eric’s Blog and also this latest entry.

    Drizzle source tarball 1192 has been released

    October 26th, 2009

    Drizzle source tarball based on build 1192 has been released. Changes include:

  • Upgraded to InnoDB plugin 1.0.4
  • A lot of code clean up and refactoring removing unused functions, prototypes and macros
  • Monty’s work on plugin slot reorganization
  • The download file and change log can be found here.

    -Lee

    Drizzle source tarball 1178 has been released

    October 12th, 2009

    Drizzle source tarball based on build 1178 has been released. While not new for this release I wanted to make sure and point out Stewart’s great tool (table_raw_reader) which reads table proto information from disk and provides a very thorough analysis of the data. Check out his blog for more details. Also in this release are

  • Updates for table definitions (removal of historic Unireg FRM bits).
  • Updates for replicationr reader
  • Bug fixes from Diego Medina
  • Updated Gearman functions
  • Addition of new sleep() function via plugin
  • Fixes for building on Snow Leaopard
  • Remove parser storage engine dependency
  • Added “CREATE TABLE A LIKE B ENGINE=engine” See Brian’s blog for more details
  • Shrunk parser structure size by half
  • Added Memcached information schema tables (you can now see the state of your memcached cluster)
  • The download file and change log can be found here.

    -Lee

    Random Query Generator added to Drizzle Automation

    October 9th, 2009

    We now have the Random Query Generator running as part of our automated testing framework! Thanks to Stewart for kick starting the port for Drizzle and Philip Stoev and Bernt Johnsen of the MySQL team for merging in our changes. I’m still trying to figure out all the bells and whistles and fine tuning but we have several canned configurations running and even found a bug in Drizzle as a result of some of the tests. You can see the results on the Drizzle dashboard. I welcome any feedback or suggestions for improving the setup.

    -Lee

    Drizzle source tarball 1144 has been released

    September 28th, 2009

    Drizzle source tarball based on build 1144 has been released. This release contains a very nice feature from Eric that allows you to run drizzled as a console. It looks and feels like the normal command line client, but there are no sockets involved. See Eric’s note on the discussion list for complete details.

    The download file and change log can be found here.

    -Lee