Bug #35055 regression test falcon_bug_24079 fails in test suite
Submitted: 4 Mar 2008 22:44 Modified: 5 Mar 2008 12:04
Reporter: Giuseppe Maxia
Status: Duplicate
Category:Server: Falcon Severity:S3 (Non-critical)
Version:6.0.5 OS:Any (Linux and Mac OS X)
Assigned to: Target Version:
Tags: regression, falcon
Triage: D3 (Medium)

[4 Mar 2008 22:44] Giuseppe Maxia
Description:
in mysql-6.0 tree (ChangeSet@1.2586, 2008-03-03 21:34:33+01:00), falcon_bug_24079
succeeds if run alone, fails if I run it after falcon_bug_23945

falcon.falcon_bug_24079        [ fail ]

mysqltest: At line 16: query 'CREATE TABLE t1 (a int, b int)' failed: 1005: Can't create
table 'test.t1' (errno: 156)

The result from queries just before the failure was:
SET SESSION STORAGE_ENGINE = Falcon;
drop table if exists t1,t2,t3;
CREATE TABLE t1 (a int, b int);

How to repeat:
./mtr --suite=falcon falcon_bug_23945 falcon_bug_24079

Suggested fix:
check the prior bug test. Probably there is some cleanup code missing.
[5 Mar 2008 12:04] Hakan Kuecuekyilmaz
Giuseppe, thanks for your bug report. I made an analyzes of this issue in Bug#34892.
Therefore, I close this bug as duplicate.