-
Type:
Bug
-
Status: Done
-
Priority:
High
-
Resolution: Fixed
-
Affects Version/s: 5.7.26-31.37
-
Fix Version/s: 5.7.26-31.37
-
Component/s: Packaging
-
Labels:None
PXC-5.7 binary tar ball version info
mysql> select @@INNODB_VERSION,@@VERSION, @@VERSION_COMMENT; show status like 'wsrep_provider_version';
+------------------+-----------------------+------------------------------------------------------------------------------------------------+
| @@INNODB_VERSION | @@VERSION | @@VERSION_COMMENT |
+------------------+-----------------------+------------------------------------------------------------------------------------------------+
| 5.7.26-rel29 | 5.7.26-29-31.37-debug | Percona XtraDB Cluster binary (GPL) 5.7.26-31.37, Revision -debug - UNIV_DEBUG ON, wsrep_31.37 |
+------------------+-----------------------+------------------------------------------------------------------------------------------------+
1 row in set (0.00 sec)+------------------------+---------+
| Variable_name | Value |
+------------------------+---------+
| wsrep_provider_version | 3.37(r) |
+------------------------+---------+
1 row in set (0.01 sec)mysql> \q
PXC-5.7 rpm build version info
mysql> select @@INNODB_VERSION,@@VERSION, @@VERSION_COMMENT; show status like 'wsrep_provider_version';
+------------------+------------------+-------------------------------------------------------------------------------------------------+
| @@INNODB_VERSION | @@VERSION | @@VERSION_COMMENT |
+------------------+------------------+-------------------------------------------------------------------------------------------------+
| 5.7.26-29 | 5.7.26-29-57-log | Percona XtraDB Cluster (GPL), Release rel29, Revision 03540a3, WSREP version 31.37, wsrep_31.37 |
+------------------+------------------+-------------------------------------------------------------------------------------------------+
1 row in set (0.00 sec)
+------------------------+----------------+
| Variable_name | Value |
+------------------------+----------------+
| wsrep_provider_version | 3.37(rff05089) |
+------------------------+----------------+
1 row in set (0.00 sec)
mysql>