[MDEV-31847] Global variable innodb_version missing Created: 2023-08-04  Updated: 2023-08-08  Resolved: 2023-08-08

Status: Closed
Project: MariaDB Server
Component/s: Documentation, Variables
Affects Version/s: 10.10, 10.11, 11.1
Fix Version/s: N/A

Type: Bug Priority: Trivial
Reporter: Tomas Vladik Assignee: Ian Gilfillan
Resolution: Fixed Votes: 0
Labels: None

Issue Links:
Problem/Incident
is caused by MDEV-28554 Remove innodb_version Closed

 Description   

Knowledge base describes global variable innodb_version .
It is not marked as deprecated, but it seems it was removed by MDEV-7408.

We were used to gain during monitoring such query to collect base DB information:

SELECT @@GLOBAL.innodb_version AS DB_Version,
@@GLOBAL.version_comment AS Version_Comment,
@@GLOBAL.version_compile_machine AS Architecture,
@@GLOBAL.version_compile_os AS OS;

it is working across all versions of mySQL and was working for MariaDB till 10.9

But since Maria 10.10 occurs regression from our point view, because we get error like
[HY000] [ma-3.1.16][11.1.1-MariaDB-1:11.1.1+maria~ubu2204]Unknown system variable 'innodb_version'

At least would be good modify the KB accordingly to current status.



 Comments   
Comment by Ian Gilfillan [ 2023-08-08 ]

Documentation has been updated

Generated at Thu Feb 08 10:26:55 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.