Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Rather than crude inserts directly into mysq.func table:
current impelemntation |
 |
INSERT INTO mysql.func VALUES ('calgetstats',0,'ha_columnstore.so','function');
INSERT INTO mysql.func VALUES ('calsettrace',2,'ha_columnstore.so','function');
INSERT INTO mysql.func VALUES ('calsetparms',0,'ha_columnstore.so','function');
INSERT INTO mysql.func VALUES ('calflushcache',2,'ha_columnstore.so','function');
Use the CREATE FUNCTION OR REPLACE function for UDFs.
Use [DROP FUNCTION](https://mariadb.com/kb/en/drop-function-udf/) to remove previous functions that are no longer used.
Attachments
Issue Links
- is duplicated by
-
MCOL-4681 Fix install_mcs_mysql.sh.in to do CREATE FUNCTION instead of INSERT INTO mysql.func
- Closed
- is part of
-
MCOL-4134 Clean and fix remaining columnstore community build issues, introduce automated installation, and sanity testing into community pipeline.
- Closed
- relates to
-
MCOL-3836 Columnstore OAM replacement
- Closed