Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-4127

install_mcs_mysql.sh use CREATE FUNCTION

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • None
    • 5.6.1
    • installation
    • 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');

      {nformat}

      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

          Activity

            People

              Unassigned Unassigned
              danblack Daniel Black
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.