Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-34981

Functions missing from INFORMATION_SCHEMA.FUNCTIONS

    XMLWordPrintable

Details

    Description

      Not all functions are listed in the INFORMATION_SCHEMA.FUNCTIONS table. In particular, noticed that UUID is listed in 10.6, but not 10.11. UUIDv4 and UUIDv7 are also not listed in 11.7.0.

      MariaDB 10.6.19:

      SELECT * FROM INFORMATION_SCHEMA.SQL_FUNCTIONS ORDER BY FUNCTION;
      +---------------------------+
      | FUNCTION                  |
      +---------------------------+
      ...
      | UPPER                     |
      | UUID                      |
      | UUID_SHORT                |
      | VARIANCE                  |
      ...
      +---------------------------+
      

      MariaDB 10.11.5:

      SELECT * FROM INFORMATION_SCHEMA.SQL_FUNCTIONS ORDER BY FUNCTION;
      +---------------------------+
      | FUNCTION                  |
      +---------------------------+
      ...
      | UPPER                     |
      | UUID_SHORT                |
      | VARIANCE                  |
      ...
      

      Attachments

        Issue Links

          Activity

            People

              bar Alexander Barkov
              greenman Ian Gilfillan
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:

                Git Integration

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