Archive for the ‘Release’ Category

Drizzle build 1742 tarball has been released

Tuesday, August 31st, 2010

Drizzle source tarball based on build 1742 has been released.

In this release:

  • *Continued work on logging statistics - added a table to the scoreboard that gives memory usage and size
  • print stack trace and stack dump have been removed. As we use gcc for a majority of our builds, we are now using the built-in backtrace ability. Added crash and shutdown functions for use in testing. See blueprint for more details
  • FOREIGN KEY info is now put into the table proto on CREATE TABLE, no longer just passed to the engine
  • SHOW CREATE TABLE now uses the table proto
  • Packages available for Debian and Ubuntu
  • Removed static instances from plugins
  • Continued code cleanup
  • Various bug fixes

The Drizzle download file can be found here

Drizzle build 1717 tarball has been released

Tuesday, August 17th, 2010
Drizzle source tarball based on build 1717 has been released.


NOTE:  New dependency introduced!
We now require libboost-thread-dev to build.
Our ppa has been updated to reflect the change.


We apologize for any inconvenience, but this gives us the following benefits:
  • boost threads have scope safety
  • boost threads are completely portable (no more worrying about that stuff)
  • They will allow us to see what is happening with threads through the Performance Schema
  • They will allow us to eventually get rid of per-session memory, which will allow us to do more with asynchronous scheduling inside the server.


In this release:
  • continued work on embedded_innodb / HailDB
  • continued work on logging statistics
  • continued work on updating the options system
  • continued work on the filesystem storage engine
  • code cleanup
  • various bug fixes

The Drizzle download file can be found here

Drizzle build 1683 tarball has been released

Tuesday, August 3rd, 2010

Drizzled source tarball based on build 1683 has been released. In this release:

  • Fixes for several bugs in transaction log
  • ANSI INFORMATION_SCHEMA now populates itself
  • Continued code cleanup
  • Various bug fixes
  • Filesystem plugin merged in
  • Merged in intltool

The Drizzle download file can be found here

HailDB version 2.0.0 has been released

Monday, August 2nd, 2010

HailDB source tarball, version 2.0.0 has been released.
In this version:
- A lot of compiler warnings have been fixed.
- The build system is now pandora-build.
- some small bugs have been fixed
- Header file is now haildb.h instead of innodb.h
- We display "HailDB" instead of "Embedded InnoDB"
- Library name is libhaildb instead of libinnodb
- It is probably binary compatible with the last Embedded InnoDB release, but we don't have explicit tests for that, so YMMV

The HailDB download file can be found [https://launchpad.net/haildb/+milestone/release-2.0 here]

Drizzle build 1666 tarball has been released

Tuesday, July 20th, 2010

Drizzled source tarball based on build 1666 has been released. In this release:

* Continued PBMS work
* Fixes of some crashing optimizer bugs
* We now rely on YES/NO vs. TRUE/FALSE in INFORMATION_SCHEMA / DATA_DICTIONARY per the SQL standard
* Continued work on logging_stats

The Drizzle download file can be found here

Drizzle build 1644 tarball has been released

Tuesday, July 6th, 2010

Drizzle source tarball based on build 1644 has been released. In this release:

The Drizzle download file can be found here

Drizzle build 1634 tarball has been released

Tuesday, June 22nd, 2010

Drizzle source tarball based on build 1607 has been released. In this release:

- BlitzDB added to trunk. Please feel free to try this out and help us test it.

The Drizzle download file can be found here

Drizzle build 1607 tarball has been released

Tuesday, June 8th, 2010

Drizzle source tarball based on build 1607 has been released. In this release:

  • Ongoing statistics cleanup from Joe Daly
  • LDAP schema for Drizzle blueprint completed
  • Continued progress with Embedded Innodb / HailDB
  • Various bug fixes (especially for ENUMs)

The Drizzle download file can be found here

Drizzle build 1561 tarball has been released

Tuesday, May 25th, 2010

Drizzle source tarball based on build 1561 has been released. In this release:

  • ObserverEvents are now available, thanks to Barry at PBXT. These provide Drizzle with general triggers on DML, DDL, and other events.
  • Significant progress on Embedded Innodb / HailDB, thanks to Stewart

The Drizzle download file can be found here

Next up....Dexter

Tuesday, May 25th, 2010

Check out Brian's blog which gives the current state of Drizzle and details on the next series which is code named Dexter.