Archive for the ‘Release’ Category

Drizzle build 1347 and libdrizzle 0.8 source tarballs have been released

Wednesday, March 17th, 2010

For Drizzle build 1347 this includes:

  • Brian’s implementation of the Data Dictionary work which temporarily removes Information Schema. Look for an ANSI compliant Information Schema to be back in our next release in two weeks.
  • Switched the default protocol to use the MySQL protocol. See Eric’s blog for a great summary and details. Note that as of today the Drizzle JDBC driver will not work, however Marcus is working on it and should have a fix very soon.
  • The Drizzle download file and change log can be found here
  • For libdrizzle build 0.8 this release includes:

  • Added prototest suite for testing the MySQL protocol
  • Changed default protocol to be MySQL for Drizzle connections to stay in sync with defaults on the Drizzle server
  • Build system and RPM packaging updates
  • Bug fixes in concurrent query execution and compiling for FreeBSD
  • The libdrizzle download file and change log can be found here
  • Documentation for libdrizzle can be found at API and Development
  • Drizzle build 1317 source tarball has been released

    Tuesday, March 2nd, 2010

    Drizzle source tarball based on build 1317 has been released. There was a lot of clean up and removal of dead code from Stewart as he continues to work on integrating embedded innodb. Brian added a data_dictionary schema and also did a complete rewrite of the SHOW commands.

    The Drizzle download file and change log can be found here

    Drizzle build 1304 source tarball has been released

    Friday, February 19th, 2010

    Drizzle source tarball based on build 1304 has been released. This marks the beginning of our Cherry series of milestones. Most notably in this release is the beginning changes to replace Information Schema with table functions. See Brian’s blog for more details.

    The Drizzle download file and change log can be found here

    Drizzle build 1273 source tarball has been released

    Thursday, January 28th, 2010

    Drizzle source tarball based on build 1273 has been released. This marks completion of our Bell milestone. We made a lot of great progress and improvements during the Bell milestone, one of the main goals was to make sure data loss does not occur so that active testing can now occur. While Bell has been completed, upgrading will continue to require dump/load , so hopefully we will nail that down soon and let you know when it is ready.

    Stay tuned for more information on goals and features for the our next major milestone which will be code named Cherry.

    The Drizzle download file and change log can be found here

    Drizzle build 1263 and libdrizzle 0.7 source tarballs have been released

    Tuesday, January 12th, 2010

    For Drizzle build 1263 this release includes continuing general code clean up, bug fixes and improvements as we get closer to our Bell milestone. The Drizzle download file and change log can be found here

    For libdrizzle version 0.7 this release includes:

  • Added test coverage reports using lcov
  • 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 build 1251 source tarball has been released

    Tuesday, December 22nd, 2009

    For Drizzle build 1251 this release includes:

  • Support for building out of tree plugins
  • Now using ICC compiler on some build machines to clean up even more warnings!
  • The Drizzle download file and change log can be found here
  • Drizzle build 1240 and libdrizzle 0.6 source tarballs have been released

    Tuesday, 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
  • libdrizzle 0.5 source tarball has been released

    Tuesday, 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

    Monday, 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.

    Drizzle source tarball 1192 has been released

    Monday, 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