innodb_version has duplication in the string

Bug #1328421 reported by Tomislav Plavcic
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona Server moved to https://jira.percona.com/projects/PS
Invalid
Undecided
Unassigned
5.1
Invalid
Undecided
Unassigned
5.5
Fix Released
Low
Tomislav Plavcic
5.6
Invalid
Undecided
Unassigned

Bug Description

One more version name difference noticed in innodb_version string in PS-5.5 rpm/deb packages. "-35.1" repeated twice in innodb version name.
Should be like 5.5.37-35.1 instead of 5.5.37-35.1-35.1
This bug doesn't apply to 5.6

Ubuntu
----------
show global variables like '%version%';
+-------------------------+--------------------------------------------------+
| Variable_name | Value |
+-------------------------+--------------------------------------------------+
| innodb_version | 5.5.37-35.1-35.1 |
| protocol_version | 10 |
| slave_type_conversions | |
| version | 5.5.37-35.1 |
| version_comment | Percona Server (GPL), Release 35.1, Revision 666 |
| version_compile_machine | x86_64 |
| version_compile_os | debian-linux-gnu |
+-------------------------+--------------------------------------------------+
7 rows in set (0.00 sec)

CentOS
----------
mysql> show global variables like '%version%';
+-------------------------+--------------------------------------------------+
| Variable_name | Value |
+-------------------------+--------------------------------------------------+
| innodb_version | 5.5.37-35.1-35.1 |
| protocol_version | 10 |
| slave_type_conversions | |
| version | 5.5.37-35.1 |
| version_comment | Percona Server (GPL), Release 35.1, Revision 666 |
| version_compile_machine | x86_64 |
| version_compile_os | Linux |
+-------------------------+--------------------------------------------------+
7 rows in set (0.00 sec)

Tags: pkg

Related branches

Changed in percona-server:
status: New → Triaged
Revision history for this message
Shahriyar Rzayev (rzayev-sehriyar) wrote :

Percona now uses JIRA for bug reports so this bug report is migrated to: https://jira.percona.com/browse/PS-3150

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.