Skip to content
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

Rename native functions #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Rename native functions #27

wants to merge 1 commit into from

Conversation

ngaro
Copy link

@ngaro ngaro commented Jul 6, 2020

On newer versions of MySQL and MariaDB there are native functions that clash with udf_infusion defined functions.
The following renames where necessary to solve this:

  • median() is now med()
  • percentile_cont() is now percentile_contin()
  • percentile_disc() is now percentile_discr()

@ngaro
Copy link
Author

ngaro commented Jul 7, 2020

I just tested it with MySQL version 8.0.20. It doesn't seem to be a issue there. They are only native functions in MariaDB.

If renaming the functions is too big of a change then i would suggest creating a extra branch mariadb (and i'll change this pull request to that branch)

@vlabella
Copy link

vlabella commented Nov 4, 2024

did the mariadb branch ever get created to solve this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants