-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.0.28, 10.0.34
-
Fix Version/s: 10.0.35
-
Component/s: Storage Engine - XtraDB
-
Labels:None
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)