Bug #14362 Partitions: crash if alter bdb table
Submitted: 26 Oct 2005 23:46 Modified: 2 Nov 2007 15:41
Reporter: Peter Gulutzan Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Partitions Severity:S3 (Non-critical)
Version:5.1.2-alpha-debug OS:Linux (SUSE 10.0)
Assigned to: CPU Architecture:Any

[26 Oct 2005 23:46] Peter Gulutzan
Description:
ALTER TABLE ... DROP PARTITION hangs if the table was made with BDB.
I have to 'kill -9' to get going again.

How to repeat:
mysql> create table t21 (s1 int) engine=bdb partition by list (s1) (partition p1 values in (0),partition p2 values in (1));
Query OK, 0 rows affected (0.05 sec)

mysql> alter table t21 drop partition p1;
[27 Oct 2005 2:13] Jorge del Conde
I was able to repeat this in 5.1.2bk
[7 Mar 2006 12:31] Peter Gulutzan
Okay, MySQL won't support BDB with partitions.

However, this is still a crashing bug.
[2 Nov 2007 15:41] Mattias Jonsson
Closing this since BDB is removed (not supported) from 5.1.