Bug #34617 | Falcon assertion in StorageHandler::addTable, line 622 | ||
---|---|---|---|
Submitted: | 16 Feb 2008 10:18 | Modified: | 16 Apr 2008 10:03 |
Reporter: | Philip Stoev | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Falcon storage engine | Severity: | S3 (Non-critical) |
Version: | 6.0.4 | OS: | Any |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[16 Feb 2008 10:18]
Philip Stoev
[16 Feb 2008 11:21]
Philip Stoev
No concurrency is required to trigger the assertion, just those three queries: mysql> create table t1 (f1 integer) engine = Falcon; Query OK, 0 rows affected (1.03 sec) mysql> alter table t1 tablespace foo; ERROR 1005 (HY000): Can't create table 'test.#sql-40a6_1' (errno: 156) mysql> alter table t1 tablespace foo; ERROR 2013 (HY000): Lost connection to MySQL server during query
[16 Feb 2008 11:49]
Sveta Smirnova
Thank you for the report. Verified as described.
[20 Feb 2008 19:43]
Hakan Küçükyılmaz
Still happens with latest binary provided by build team and with self compiled binary: [20:41] root@test>alter table t1 tablespace foo; ERROR 1005 (HY000): Can't create table 'test.#sql-1fd1_1' (errno: 156) [20:41] root@test>alter table t1 tablespace foo; ERROR 2013 (HY000): Lost connection to MySQL server during query [20:41] root@test>080220 20:41:59 mysqld_safe Number of processes running now: 0 080220 20:41:59 mysqld_safe mysqld restarted
[16 Apr 2008 10:03]
Sergey Vojtovich
Will be fixed by patch for BUG#33723.
[18 Jun 2008 14:14]
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/48095 2712 John H. Embretsen 2008-06-18 Refactored test case for * Bug#34617 - Falcon assertion in StorageHandler::addTable, line 622 - Now using falcon_bug.template - Extracted tests for bug variants into separate test cases. Added test cases for variants of the same bug: * Bug#33397 - ALTER TABLE into non-existing Falcon tablespace causes vague error. * Bug#33723 - ALTER TABLE into non-existing Falcon tablespace blocks further ALTERs * Bug#34048 - Falcon: after error with tablespace, I can't create table All of these bugs were most likely fixed by the fixes for Bug#33397 and Bug#33723.
[19 Jun 2008 10:22]
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/48155 2712 John H. Embretsen 2008-06-19 Refactored test case for * Bug#34617 - Falcon assertion in StorageHandler::addTable, line 622 - Now using falcon_bug.template - Extracted tests for bug variants into separate test cases. Added test cases for variants of the same bug: * Bug#33397 - ALTER TABLE into non-existing Falcon tablespace causes vague error. * Bug#33723 - ALTER TABLE into non-existing Falcon tablespace blocks further ALTERs * Bug#34048 - Falcon: after error with tablespace, I can't create table All of these bugs were most likely fixed by the fixes for Bug#33397 and Bug#33723.
[19 Jun 2008 14:02]
John Embretsen
Test refactoring patch pushed to mysql-6.0-falcon, see http://lists.mysql.com/commits/48170