Bug #28050 Falcon Can't use data type = bit
Submitted: 23 Apr 2007 22:03
Reporter: Hakan Küçükyılmaz Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Falcon storage engine Severity:S3 (Non-critical)
Version:6.0.0-alpha OS:Any
Assigned to: CPU Architecture:Any

[23 Apr 2007 22:03] Hakan Küçükyılmaz
Description:
I can't create a table which has a column with data type = BIT.

How to repeat:
mysql> create table t24 (s1 bit) engine=innodb;
Query OK, 0 rows affected (0.02 sec)

mysql> create table t25 (s1 bit) engine=falcon;
ERROR 1005 (HY000): Can't create table 'falcon7.t25' (errno: 156)
[23 Apr 2007 22:04] Hakan Küçükyılmaz
Test case is falcon_bug_28050.test.