[MDEV-26114] MySQL instead of MariaDB used in comment section in sys schema objects Created: 2021-07-08  Updated: 2022-04-11

Status: Open
Project: MariaDB Server
Component/s: Documentation, Performance Schema
Affects Version/s: 10.6.1
Fix Version/s: 10.6

Type: Bug Priority: Minor
Reporter: Anders Karlsson Assignee: Ian Gilfillan
Resolution: Unresolved Votes: 0
Labels: None
Environment:

Linux CentOS 7.7



 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



 Comments   
Comment by Ian Gilfillan [ 2022-03-11 ]

This should be changed in the README as well.

serg I presume there's no reason not to target this at 10.6?

Comment by Sergei Golubchik [ 2022-03-13 ]

None that I could think of

Generated at Thu Feb 08 09:42:51 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.