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

MySQL instead of MariaDB used in comment section in sys schema objects

    XMLWordPrintable

Details

    Description

      The comment references only MySQL and also shows an example using a MySQL-based example. This is true for many sys schema objects. Here is an example:

      SELECT routine_comment FROM routines WHERE routine_name = 'version_minor' AND routine_schema = 'sys';
      ROUTINE_COMMENT                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                   Description
                   Returns the minor (release series) version of MySQL Server.
                   Returns
                   TINYINT UNSIGNED
                   Example
                   mysql> SELECT VERSION(), sys.server_minor();
                   +--------------------------------------+---------------------+
                   | VERSION()                            | sys.version_minor() |
                   +--------------------------------------+---------------------+
                   | 5.7.9-enterprise-commercial-advanced | 7                   |
                   +--------------------------------------+---------------------+
                   1 row in set (0.00 sec)
                   |
      

      The comments section for the sys.diagnostics() procedure even lists supported versions of the routine, listing only MySQL versions:

                   Versions supported:
                      * MySQL 5.6: 5.6.10 and later
                      * MySQL 5.7: 5.7.9 and later
      

      Attachments

        Activity

          People

            greenman Ian Gilfillan
            karlsson Anders Karlsson
            Votes:
            0 Vote for this issue
            Watchers:
            3 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.