Bug #15820 | Can create table with 1 partition, then doing ALTER .. ADD PARTITION crashes | ||
---|---|---|---|
Submitted: | 17 Dec 2005 5:13 | Modified: | 2 Feb 2006 5:12 |
Reporter: | Sergey Petrunya | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Partitions | Severity: | S1 (Critical) |
Version: | 5.1-bk | OS: | Linux (Linux) |
Assigned to: | Mikael Ronström | CPU Architecture: | Any |
[17 Dec 2005 5:13]
Sergey Petrunya
[17 Dec 2005 13:35]
MySQL Verification Team
051217 11:34:35 [Note] /home/miguel/dbs/5.1/libexec/mysqld: ready for connections. Version: '5.1.4-alpha-debug' socket: '/tmp/mysql.sock' port: 3306 Source distribution [New Thread 1117604784 (LWP 28269)] [Thread 1117604784 (zombie) exited] [New Thread 1117604784 (LWP 28271)] mysqld: ha_partition.cc:1947: int ha_partition::partition_scan_set_up(byte*, bool): Assertion `m_part_spec.start_part < m_tot_parts && m_part_spec.end_part < m_tot_parts' failed. Program received signal SIGABRT, Aborted. [Switching to Thread 1117604784 (LWP 28271)] 0xffffe410 in __kernel_vsyscall ()
[27 Jan 2006 15:42]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/1748
[2 Feb 2006 5:12]
Mike Hillyer
Documented in 5.1.6 changelog: <listitem> <para> <literal>ALTER TABLE ... ADD PARTITIONS</literal> on a table with one partition crashed the server. (Bug #15820) </para> </listitem>