Bug #14212 | BDB: Server crash after COMMIT + ALTER TABLE | ||
---|---|---|---|
Submitted: | 21 Oct 2005 15:46 | Modified: | 18 Jan 2006 18:26 |
Reporter: | Georg Richter | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: BDB | Severity: | S1 (Critical) |
Version: | 5.0.15 | OS: | Linux (Linux) |
Assigned to: | Jim Winstead | CPU Architecture: | Any |
[21 Oct 2005 15:46]
Georg Richter
[21 Oct 2005 16:27]
MySQL Verification Team
Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 1 to server version: 5.0.16-debug Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> SET AUTOCOMMIT=0; Query OK, 0 rows affected (0.00 sec) mysql> CREATE TABLE bdb_test (a int) ENGINE=BDB; Query OK, 0 rows affected (0.48 sec) mysql> COMMIT; Query OK, 0 rows affected (0.00 sec) mysql> ALTER TABLE bdb_test ADD PRIMARY KEY(a); ERROR 2013 (HY000): Lost connection to MySQL server during query mysql>
[26 Oct 2005 0:01]
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/internals/31475
[9 Dec 2005 23:00]
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/internals/33197
[9 Jan 2006 16:17]
Jim Winstead
Fixed in 5.0.19 and 5.1.5.
[18 Jan 2006 18:26]
Mike Hillyer
Added to 5.0.19 and 5.1.5 changelogs: <listitem> <para> A <literal>COMMIT</literal> statement followed by a <literal>ALTER TABLE</literal> statement on a BDB table caused server crash. (Bug #14212) </para> </listitem>