Bug #32473 Problem with udf
Submitted: 17 Nov 2007 22:32 Modified: 18 Dec 2007 10:04
Reporter: ngs ngs Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server: User-defined functions ( UDF ) Severity:S3 (Non-critical)
Version: OS:Windows
Assigned to: CPU Architecture:Any

[17 Nov 2007 22:32] ngs ngs
Description:
suma is udf like native sum. Problem with udf 

select x,suma(y) suma,count(*)
from xy
group by x
having suma>100;

when executing this query -> killing server

How to repeat:
suma is udf like native sum. Problem with udf 

select x,suma(y) suma,count(*)
from xy
group by x
having suma>100;

when executing this query -> killing server
[18 Nov 2007 10:04] MySQL Verification Team
Thank you for the bug report. Could you please provide the test case, the server version, the create table script and the UDF. Thanks in advance.
[19 Dec 2007 0:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".