-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatible with mysql 8 : FUNCTION median does not exist #28
Comments
Having the same issue with Mysql 5.7 |
Having the same issue to mysql 8.0.22, Ubuntu 20.04. |
We are facing similar problem for percentile_cont() aggregate after upgrading MySQL from 8.0.21 to 8.0.25. |
On MySQL 8.0.25, UDF: percentile_cont() automatically get removed after executing following SQL:
Tables used in the above query:
With and without rows able to reproduce the problem. Couldn't able to recreate the UDF, as it had entry in mysql.func table and no entry in performance_schema.user_defined_tables. After manually deleting the mysql.func entry, able recreate the UDF. |
We have upgraded OS and Mysql upgraded to version 8.0.22-0ubuntu0.20.04.2 ,
We are using median function ...
After installing it works for few queries .. then median function become unavailable and it is showing following error :
SQLSTATE[42000]: Syntax error or access violation: 1305 FUNCTION median does not exist
I tried to unload and reload again but it shows following error
If I restart mysql server .. It starts working for few queries then again show error that function does not exist ...
The text was updated successfully, but these errors were encountered: