Drizzle 2010-11-08

Milestone information

Project:
Drizzle
Series:
7.0
Version:
2010-11-08
Released:
 
Registrant:
Patrick Crews
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
32 Andrew Hutchings, 2 Barry Leslie, 2 Brian Aker, 4 David Shrewsbury, 2 Joe Daly, 14 Monty Taylor, 5 Patrick Crews, 14 Stewart Smith
Blueprints:
4 Implemented
Bugs:
10 Invalid, 4 Won't Fix, 60 Fix Released

Download files for this release

After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?)

File Description Downloads
download icon drizzle7-2010.11.03.tar.gz (md5, sig) Source tarball - version 2010.11.03 319
last downloaded 45 weeks ago
Total downloads: 319

Release notes 

- NEW DEPENDENCY - We now require libboost-iostreams-dev
- Drizzle now listens on port 4427 by default (clients use that port by default as well). This allows for Drizzle and MySQL to run using their default ports on the same machine
- We now support the MySQL UNIX Socket protocol. It is now possible to connect to a Drizzle server with a mysql command line client via sockets. Start the server with the option --protocol-mysql-unix-socket.path=/tmp/mysql.sock. You can then connect to the socket file via your mysql client.
- Added adjustable global upper cap for sort buffers added. This is to limit the sum of all sort buffers across all running threads. - https://blueprints.launchpad.net/drizzle/+spec/limit-maximum-sort-size
- Added additional information to drizzleslap output to assist with bug diagnosis
- Automated randgen tests of the transaction log
- Added several additional options to the transaction_reader utility to help a user view the transaction log contents
- Work on removing locks from table shares
- Continued work on catalogs
- Continued work on documentation
- Continued code cleanup / refactoring
- 30 bug fixes

Changelog 

This release does not have a changelog.

4 blueprints and 74 bugs targeted

Blueprint Priority Assignee Delivery
Add a GLOBAL UPPER bound to cap SORT BUFFER memory use Add a GLOBAL UPPER bound to cap SORT BUFFER memory use 4 High Andrew Hutchings  11 Implemented
Reset or flush global status for all status variables Reset or flush global status for all status variables 4 High Andrew Hutchings  11 Implemented
Add transaction log tests to drizzle-automation Add transaction log tests to drizzle-automation 3 Medium Patrick Crews  11 Implemented
drizzleslap --only-print include which connection drizzleslap --only-print include which connection 3 Medium Stewart Smith  11 Implemented
Bug report Importance Assignee Status
669663 #669663 Problem with aggregates within subqueries - Take 2 2 Critical Andrew Hutchings  3 Invalid
669663 #669663 Problem with aggregates within subqueries - Take 2 2 Critical Andrew Hutchings  3 Invalid
670496 #670496 drizzleslap triggers assert on fail condition 2 Critical Andrew Hutchings  3 Invalid
670496 #670496 drizzleslap triggers assert on fail condition 2 Critical Andrew Hutchings  3 Invalid
667244 #667244 server not erroring for unknown options 3 High Andrew Hutchings  3 Invalid
667244 #667244 server not erroring for unknown options 3 High Andrew Hutchings  3 Invalid
616466 #616466 auto_increment and PBMS problem 4 Medium Stewart Smith  3 Invalid
616466 #616466 auto_increment and PBMS problem 4 Medium Stewart Smith  3 Invalid
640827 #640827 Crash/segfault #1 0x0000000000849721 in drizzled::TransactionServices::getInsertStatement (this=0xe84990, in_session=0x284eca0, in_table=0x7f8e800e5760, next_segment_id=0x7f8e949d75bc) at drizzled/transaction_services.cc:1115 1 Undecided David Shrewsbury  3 Invalid
640827 #640827 Crash/segfault #1 0x0000000000849721 in drizzled::TransactionServices::getInsertStatement (this=0xe84990, in_session=0x284eca0, in_table=0x7f8e800e5760, next_segment_id=0x7f8e949d75bc) at drizzled/transaction_services.cc:1115 1 Undecided David Shrewsbury  3 Invalid
667200 #667200 drizzleslap where condition not random 2 Critical Andrew Hutchings  4 Won't Fix
667200 #667200 drizzleslap where condition not random 2 Critical Andrew Hutchings  4 Won't Fix
668864 #668864 google::protobuf:Message base class warning 5 Low Monty Taylor  4 Won't Fix
668864 #668864 google::protobuf:Message base class warning 5 Low Monty Taylor  4 Won't Fix
667360 #667360 --defaults-file not processed before paths read 2 Critical Andrew Hutchings  10 Fix Released
667360 #667360 --defaults-file not processed before paths read 2 Critical Andrew Hutchings  10 Fix Released
669244 #669244 drizzled not reading configuration file 2 Critical Monty Taylor  10 Fix Released
669244 #669244 drizzled not reading configuration file 2 Critical Monty Taylor  10 Fix Released
670971 #670971 InnoDB does not complete shutdown with transaction log enabled 2 Critical Joe Daly  10 Fix Released
670971 #670971 InnoDB does not complete shutdown with transaction log enabled 2 Critical Joe Daly  10 Fix Released
672723 #672723 Can't build on OSX with boost 1.44 2 Critical Andrew Hutchings  10 Fix Released
672723 #672723 Can't build on OSX with boost 1.44 2 Critical Andrew Hutchings  10 Fix Released
621755 #621755 blitzdb dictionary not updated after alter table 3 High Stewart Smith  10 Fix Released
656577 #656577 Importing SQL script results in silent failure 3 High Andrew Hutchings  10 Fix Released
656577 #656577 Importing SQL script results in silent failure 3 High Andrew Hutchings  10 Fix Released
666085 #666085 constrained_value needs to handle const better 3 High Monty Taylor  10 Fix Released
667006 #667006 plugin-add option should be less brittle 3 High Monty Taylor  10 Fix Released
667006 #667006 plugin-add option should be less brittle 3 High Monty Taylor  10 Fix Released
667598 #667598 static plugins should be addable via plugin-add 3 High Monty Taylor  10 Fix Released
667598 #667598 static plugins should be addable via plugin-add 3 High Monty Taylor  10 Fix Released
668143 #668143 drizzleslap with --commit runs second iteration data load in a transaction 3 High Stewart Smith  10 Fix Released
668143 #668143 drizzleslap with --commit runs second iteration data load in a transaction 3 High Stewart Smith  10 Fix Released
669659 #669659 Silent failure when trying to use drizzledump on MySQL 3 High Andrew Hutchings  10 Fix Released
669659 #669659 Silent failure when trying to use drizzledump on MySQL 3 High Andrew Hutchings  10 Fix Released
672074 #672074 buffer overrun in LineBuffer 3 High Andrew Hutchings  10 Fix Released
672074 #672074 buffer overrun in LineBuffer 3 High Andrew Hutchings  10 Fix Released
672327 #672327 Problem with signal handler inside of drizzle client 3 High Andrew Hutchings  10 Fix Released
672327 #672327 Problem with signal handler inside of drizzle client 3 High Andrew Hutchings  10 Fix Released
587772 #587772 READ COMMITTED isolation level doesn't work (at least with InnoDB) 4 Medium Stewart Smith  10 Fix Released
587772 #587772 READ COMMITTED isolation level doesn't work (at least with InnoDB) 4 Medium Stewart Smith  10 Fix Released
621755 #621755 blitzdb dictionary not updated after alter table 4 Medium Stewart Smith  10 Fix Released
628189 #628189 Can't build on Solaris with debug on 4 Medium Monty Taylor  10 Fix Released
641563 #641563 Test failure on FreeBSD 8.1 - can't run drizzleslap 4 Medium   10 Fix Released
641563 #641563 Test failure on FreeBSD 8.1 - can't run drizzleslap 4 Medium   10 Fix Released
653240 #653240 drizzle command line client reads copious amounts of data into RAM before sending commands 4 Medium Andrew Hutchings  10 Fix Released
653240 #653240 drizzle command line client reads copious amounts of data into RAM before sending commands 4 Medium Andrew Hutchings  10 Fix Released
657830 #657830 PBMS build failure in GCC 4.5 4 Medium Barry Leslie  10 Fix Released
657830 #657830 PBMS build failure in GCC 4.5 4 Medium Barry Leslie  10 Fix Released
663692 #663692 TransactionalStorageEngine ::doStartTransaction() called twice for START TRANSACTION WITH CONSISTENT SNAPSHOT 4 Medium Stewart Smith  10 Fix Released
663692 #663692 TransactionalStorageEngine ::doStartTransaction() called twice for START TRANSACTION WITH CONSISTENT SNAPSHOT 4 Medium Stewart Smith  10 Fix Released
666997 #666997 drizzledump MySQL ENUM conversion of empty string failure 4 Medium Andrew Hutchings  10 Fix Released
666997 #666997 drizzledump MySQL ENUM conversion of empty string failure 4 Medium Andrew Hutchings  10 Fix Released
668147 #668147 drizzleslap update load with transactions can generate deadlocking transactions 4 Medium Brian Aker  10 Fix Released
668147 #668147 drizzleslap update load with transactions can generate deadlocking transactions 4 Medium Brian Aker  10 Fix Released
669698 #669698 Need sphinx documentation for test-run.pl 4 Medium Patrick Crews  10 Fix Released
669698 #669698 Need sphinx documentation for test-run.pl 4 Medium Patrick Crews  10 Fix Released
494261 #494261 Field_blob should only ever have packlength of 4 5 Low Stewart Smith  10 Fix Released
494261 #494261 Field_blob should only ever have packlength of 4 5 Low Stewart Smith  10 Fix Released
652593 #652593 unknown database error should read unknown schema 5 Low Monty Taylor  10 Fix Released
652593 #652593 unknown database error should read unknown schema 5 Low Monty Taylor  10 Fix Released
661040 #661040 cppcheck errors in drizzledump 5 Low Andrew Hutchings  10 Fix Released
661040 #661040 cppcheck errors in drizzledump 5 Low Andrew Hutchings  10 Fix Released
663765 #663765 Some unittests are won't compile in GCC 4.5 5 Low Andrew Hutchings  10 Fix Released
663765 #663765 Some unittests are won't compile in GCC 4.5 5 Low Andrew Hutchings  10 Fix Released
666548 #666548 Several tests that make use of hard-coded paths for INFILE commands are failing when test-run used with --mem 5 Low Patrick Crews  10 Fix Released
666548 #666548 Several tests that make use of hard-coded paths for INFILE commands are failing when test-run used with --mem 5 Low Patrick Crews  10 Fix Released
667053 #667053 drizzledump minor output cleanup needed 5 Low Andrew Hutchings  10 Fix Released
667053 #667053 drizzledump minor output cleanup needed 5 Low Andrew Hutchings  10 Fix Released
667288 #667288 Transaction_reader reporting error about dangerously large protobuf message 5 Low David Shrewsbury  10 Fix Released
667288 #667288 Transaction_reader reporting error about dangerously large protobuf message 5 Low David Shrewsbury  10 Fix Released
668877 #668877 fix minor things pointed out by lintian 5 Low Monty Taylor  10 Fix Released
668877 #668877 fix minor things pointed out by lintian 5 Low Monty Taylor  10 Fix Released
668880 #668880 remove use of exit in archive storage engine 5 Low Stewart Smith  10 Fix Released
628189 #628189 Can't build on Solaris with debug on 1 Undecided   10 Fix Released
This milestone contains Public information
Everyone can see this information.