MySQL Forums
Forum List  »  MySQL Workbench

Re: Server times out when GROUP BY has more than one group
Posted by: Peter Brawley
Date: February 18, 2021 11:52PM

That's not a UDF compiled into the server, it's just a stored MySQL function, and MySQL has no way of knowing that it's meant to aggregate.

See ...

https://dev.mysql.com/doc/extending-mysql/8.0/en/adding-udf.html

https://dev.mysql.com/doc/refman/8.0/en/create-function-udf.html

https://dev.mysql.com/doc/refman/8.0/en/udf-loading.html

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Server times out when GROUP BY has more than one group
397
February 18, 2021 11:52PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.