Bug #22089 Falcon: Crash creating temporary table
Submitted: 7 Sep 2006 20:06 Modified: 12 Sep 2006 14:49
Reporter: Calvin Sun Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: Falcon storage engine Severity:S3 (Non-critical)
Version:5.2 OS:
Assigned to: CPU Architecture:Any

[7 Sep 2006 20:06] Calvin Sun
Description:
When I try to create a temporary table with engine=falcon,
mysqld crashes after the message
Bugcheck: assertion failed at line 236 in file SerialLogControl.cpp

I built with BUILD/compile-pentium-debug-max.

Perhaps there's a relation to bug 98 "Can't create temporary tables" (closed).

How to repeat:
create temporary table t (s1 int) engine=falcon;
ERROR 2013 (HY000): Lost connection to MySQL server during query