Drizzle 2011-02-14

Milestone information

Project:
Drizzle
Series:
7.0
Version:
2011-02-14
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:
16 Andrew Hutchings, 2 Brian Aker, 2 Gopal Venkatesan, 2 Joe Daly, 2 Monty Taylor, 13 Patrick Crews, 21 Stewart Smith, 4 Vijay Samuel
Blueprints:
3 Implemented
Bugs:
2 Opinion, 2 Won't Fix, 57 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-2011.02.10.tar.gz (md5, sig) Source tarball - version 2011.02.10 187
last downloaded 40 weeks ago
Total downloads: 187

Release notes 

* New BOOLEAN type
* New UUID type
* Drizzle can now fork to background via --daemon: https://bugs.launchpad.net/drizzle/+bug/565053
* Cartesian joins no longer work - this might break some applications. They can still be achieved via CROSS JOIN or through the use of a WHERE clause. It was put in place to prevent runaway queries: https://bugs.launchpad.net/drizzle/+bug/713347
* Continued work on system variables
* Removed lint.am file as Drizzle no longer uses it
* Continued work on catalogs
* Continued work on our documentation
* Various other bug fixes

Changelog 

This release does not have a changelog.

3 blueprints and 61 bugs targeted

Blueprint Priority Assignee Delivery
Clean up table proto Clean up table proto 4 High Stewart Smith  11 Implemented
New BOOL New BOOL 3 Medium Brian Aker  11 Implemented
New UUID New UUID 3 Medium Brian Aker  11 Implemented
Bug report Importance Assignee Status
715312 #715312 make test-dbqp should also run 'check' 4 Medium Vijay Samuel  2 Opinion
715312 #715312 make test-dbqp should also run 'check' 4 Medium Vijay Samuel  2 Opinion
712144 #712144 dbqp.py printing help output any time the program is invoked 4 Medium Patrick Crews  4 Won't Fix
709653 #709653 invalid command line option in dbqp.py does not display the entire usage menu 5 Low Vijay Samuel  4 Won't Fix
711068 #711068 message size in DD table INNODB_REPLICATION_LOG is too small 2 Critical Andrew Hutchings  10 Fix Released
711068 #711068 message size in DD table INNODB_REPLICATION_LOG is too small 2 Critical Andrew Hutchings  10 Fix Released
718516 #718516 recent merges broke HailDB 2 Critical Stewart Smith  10 Fix Released
718516 #718516 recent merges broke HailDB 2 Critical Stewart Smith  10 Fix Released
565053 #565053 Fork to background 3 High Stewart Smith  10 Fix Released
565053 #565053 Fork to background 3 High Stewart Smith  10 Fix Released
674719 #674719 START TRANSACTION causes implicit COMMIT 3 High Stewart Smith  10 Fix Released
674719 #674719 START TRANSACTION causes implicit COMMIT 3 High Stewart Smith  10 Fix Released
686135 #686135 data_dictionary table for protocol counters need to be added 3 High Andrew Hutchings  10 Fix Released
686135 #686135 data_dictionary table for protocol counters need to be added 3 High Andrew Hutchings  10 Fix Released
702727 #702727 hudson/bzr plugin is failling 3 High Monty Taylor  10 Fix Released
702727 #702727 hudson/bzr plugin is failling 3 High Monty Taylor  10 Fix Released
702878 #702878 "Show table status" needs an overhaul 3 High Andrew Hutchings  10 Fix Released
702878 #702878 "Show table status" needs an overhaul 3 High Andrew Hutchings  10 Fix Released
708102 #708102 transaction_reader utility dumping generated SQL out of order when using innodb trx log 3 High Joe Daly  10 Fix Released
708102 #708102 transaction_reader utility dumping generated SQL out of order when using innodb trx log 3 High Joe Daly  10 Fix Released
709648 #709648 --gdb in dbqp.py is broken 3 High Patrick Crews  10 Fix Released
709648 #709648 --gdb in dbqp.py is broken 3 High Patrick Crews  10 Fix Released
713347 #713347 Cartesian joins actually work 3 High Andrew Hutchings  10 Fix Released
713347 #713347 Cartesian joins actually work 3 High Andrew Hutchings  10 Fix Released
713802 #713802 dbqp needs to fix port management 3 High Patrick Crews  10 Fix Released
713802 #713802 dbqp needs to fix port management 3 High Patrick Crews  10 Fix Released
714911 #714911 dbqp needs valgrind to work 3 High Patrick Crews  10 Fix Released
714911 #714911 dbqp needs valgrind to work 3 High Patrick Crews  10 Fix Released
715885 #715885 dbqp needs to return non-zero if tests fail 3 High Patrick Crews  10 Fix Released
715885 #715885 dbqp needs to return non-zero if tests fail 3 High Patrick Crews  10 Fix Released
710572 #710572 Slight change needed in Ubuntu install docs 4 Medium Andrew Hutchings  10 Fix Released
710572 #710572 Slight change needed in Ubuntu install docs 4 Medium Andrew Hutchings  10 Fix Released
710947 #710947 Valgrind warning in hello_events.table test 4 Medium Andrew Hutchings  10 Fix Released
710947 #710947 Valgrind warning in hello_events.table test 4 Medium Andrew Hutchings  10 Fix Released
712843 #712843 SAVEPOINT after rollback due to deadlock with autocommit=off in transaction will call startTransaction with an existing transaction where one shouldn't exist 4 Medium Stewart Smith  10 Fix Released
712843 #712843 SAVEPOINT after rollback due to deadlock with autocommit=off in transaction will call startTransaction with an existing transaction where one shouldn't exist 4 Medium Stewart Smith  10 Fix Released
714638 #714638 [user_locks plugin] Compilation aborts on FreeBSD 8.1 after complaining about overloaded abs function 4 Medium Gopal Venkatesan  10 Fix Released
714638 #714638 [user_locks plugin] Compilation aborts on FreeBSD 8.1 after complaining about overloaded abs function 4 Medium Gopal Venkatesan  10 Fix Released
718549 #718549 HailDB doesn't handle LOCK_WAIT_TIMEOUT stmt rollback properly 4 Medium Stewart Smith  10 Fix Released
718549 #718549 HailDB doesn't handle LOCK_WAIT_TIMEOUT stmt rollback properly 4 Medium Stewart Smith  10 Fix Released
702575 #702575 Need to document bug #622472 5 Low Andrew Hutchings  10 Fix Released
702575 #702575 Need to document bug #622472 5 Low Andrew Hutchings  10 Fix Released
709653 #709653 invalid command line option in dbqp.py does not display the entire usage menu 5 Low Vijay Samuel  10 Fix Released
709859 #709859 dbqp needs to redirect drizzletest stderr ouput appropriately 5 Low Patrick Crews  10 Fix Released
709859 #709859 dbqp needs to redirect drizzletest stderr ouput appropriately 5 Low Patrick Crews  10 Fix Released
711273 #711273 dbqp not running rabbitmq tests 5 Low Patrick Crews  10 Fix Released
711273 #711273 dbqp not running rabbitmq tests 5 Low Patrick Crews  10 Fix Released
712123 #712123 Remove warnings from unittests 5 Low   10 Fix Released
712123 #712123 Remove warnings from unittests 5 Low   10 Fix Released
715539 #715539 (get|set)_session_proc_info() still exists 5 Low Stewart Smith  10 Fix Released
715539 #715539 (get|set)_session_proc_info() still exists 5 Low Stewart Smith  10 Fix Released
715575 #715575 misc session_foo() functions exist - should be methods in Session 5 Low Stewart Smith  10 Fix Released
715575 #715575 misc session_foo() functions exist - should be methods in Session 5 Low Stewart Smith  10 Fix Released
716848 #716848 drizzleimport displays wrong program_name 5 Low Stewart Smith  10 Fix Released
716848 #716848 drizzleimport displays wrong program_name 5 Low Stewart Smith  10 Fix Released
716850 #716850 day and month names aren't i8n'd in drizzle.cc 5 Low Stewart Smith  10 Fix Released
716850 #716850 day and month names aren't i8n'd in drizzle.cc 5 Low Stewart Smith  10 Fix Released
716852 #716852 drizzle --prompt doesn't work 5 Low Stewart Smith  10 Fix Released
716852 #716852 drizzle --prompt doesn't work 5 Low Stewart Smith  10 Fix Released
718224 #718224 Minor changes to migration docs needed 5 Low Andrew Hutchings  10 Fix Released
718224 #718224 Minor changes to migration docs needed 5 Low Andrew Hutchings  10 Fix Released
This milestone contains Public information
Everyone can see this information.