Bug #32478 | Udf HAVING problem | ||
---|---|---|---|
Submitted: | 18 Nov 2007 12:44 | Modified: | 19 Dec 2007 7:42 |
Reporter: | ngs ngs | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server: User-defined functions ( UDF ) | Severity: | S3 (Non-critical) |
Version: | OS: | Any | |
Assigned to: | CPU Architecture: | Any |
[18 Nov 2007 12:44]
ngs ngs
[18 Nov 2007 16:57]
ngs ngs
But when i use my own udf suma with clause HAVING -> killing server. #create aggregate function suma returns integer soname 'sample.dll'; select x,suma(y) suma,count(*) from xy group by x #this work ok, but select x,suma(y) suma,count(*) from xy group by x having suma>0;#problem! How to repeat: #5.0.45-community-nt-log In 5.1.11-beta version work
[19 Nov 2007 7:42]
Sveta Smirnova
Thank you for the report. Please provide sources for your function suma.
[20 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".