Bug #28044 Falcon crash when selecting on column of type NUMERIC
Submitted: 23 Apr 2007 20:57
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 20:57] Hakan Küçükyılmaz
Description:
Please have a look into the attached archive:
- stack back trace
- master.trace
- testcase ml013.test

I have the hope that a fix for this bug solves several
already know problems around data type DECIMAL and NUMERIC.

Please fix this problem soon. It currently prevents the reuse
of already existing routines for export/import of data and
ALTER TABLE ... <alter storage engine> experiments.

How to repeat:
SET STORAGE_ENGINE='Falcon';
CREATE TABLE t14_1 (f1 NUMERIC (64));
INSERT INTO t14_1 SET f1 = 1;
# Auxiliary command, which should only show that the server is alive
SELECT 1;
1
1
SELECT * FROM t14_1;
ERROR HY000: Lost connection to MySQL server during query
[23 Apr 2007 20:57] Hakan Küçükyılmaz
Test case is falcon_bug_28044.test.