Bug #47664 | Partitions: hang if two alters | ||
---|---|---|---|
Submitted: | 28 Sep 2009 0:01 | Modified: | 2 Dec 2009 7:36 |
Reporter: | Peter Gulutzan | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Partitions | Severity: | S3 (Non-critical) |
Version: | 5.4.4-alpha | OS: | Linux (SUSE 11.1 64-bit) |
Assigned to: | CPU Architecture: | Any | |
Tags: | regression |
[28 Sep 2009 0:01]
Peter Gulutzan
[28 Sep 2009 3:32]
Valeriy Kravchuk
Can't repeat this with trunk (5.4.3): mysql> insert into tv select s1, -s1 from tv; Query OK, 1 row affected (0.02 sec) Records: 1 Duplicates: 0 Warnings: 0 mysql> alter table tv engine = myisam; ERROR 1499 (HY000): Too many partitions (including subpartitions) were defined mysql> alter table tv engine = myisam; ERROR 1499 (HY000): Too many partitions (including subpartitions) were defined But on 5.4.4 (former next tree) it is repeatable.
[21 Oct 2009 13:37]
Philip Stoev
I can not reproduce this against mysql-azalea-wl4571