Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0.28, 10.0.34
-
None
Description
The XtraDB version appears to be incorrectly listed from MariaDB 10.1.28 and MariaDB 10.0.34. For example:
SHOW VARIABLES LIKE '%version%';
|
+-------------------------+------------------+
|
| Variable_name | Value |
|
+-------------------------+------------------+
|
| innodb_version | 5.6.36-83.0 |
|
while the version in the example above (10.0.34) should be 5.6.38-83.0 (38, not 36)