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
