Bug #35684 source include/have_falcon.inc does not work as expected
Submitted: 30 Mar 2008 15:21 Modified: 31 Mar 2008 16:44
Reporter: Hakan Küçükyılmaz Email Updates:
Status: Verified Impact on me:
None 
Category:Tests Severity:S3 (Non-critical)
Version:6.0-bk OS:Any
Assigned to: CPU Architecture:Any

[30 Mar 2008 15:21] Hakan Küçükyılmaz
Description:
source include/have_falcon.inc does not work as expected. Whereas
    source include/have_innodb.inc

works.

How to repeat:
Use information_schema_db.test for testing. Add this line
    source include/have_innodb.inc

and start the test. It works:

main.information_schema_db     [ pass ]             56
-------------------------------------------------------
Stopping All Servers

Removed that line and add
    source include/have_falcon.inc

and start the test. It does not work:

main.information_schema_db     [ skipped ]   Test requires: 'true'
-------------------------------------------------------
Stopping All Servers

Note: include/have_innodb.inc and include/have_falcon.inc quite similar.
[31 Mar 2008 16:44] Sveta Smirnova
Thank you for the report.

Verified as described.
[31 Mar 2008 18:39] Kevin Lewis
Hakan, Can you look into this?
[14 Jul 2008 17:39] Kevin Lewis
Tomas,  Not sure who to assign this to, but Hakan has tried to make have_falcon.inc look like have_innodb.inc, and it still does not work.  Please have an MTR expert look at this.