Bug #14362 Partitions: crash if alter bdb table
Submitted: 27 Oct 2005 1:46 Modified: 2 Nov 2007 16:41
Reporter: Peter Gulutzan
Status: Closed
Category:Server: Partition Severity:S3 (Non-critical)
Version:5.1.2-alpha-debug OS:Linux (SUSE 10.0)
Assigned to: Target Version:

[27 Oct 2005 1: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 4:13] Jorge del Conde
I was able to repeat this in 5.1.2bk
[7 Mar 2006 13:31] Peter Gulutzan
Okay, MySQL won't support BDB with partitions.

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