Activity log for bug #1244178

Date Who What changed Old value New value Message
2013-10-24 11:08:03 Muhammad Irfan bug added bug
2013-10-24 11:11:15 Valerii Kravchuk nominated for series percona-server/5.6
2013-10-24 11:11:15 Valerii Kravchuk bug task added percona-server/5.6
2013-10-24 11:35:57 Muhammad Irfan description I noticed difference in server version parameter value when installing via Source vs Binary/RPM. To me Binary/RPM looks more correct. I found this behavior during my test on CentOS 6. Installing Percona-Server-5.6.13-rel61.0.tar.gz via source. mysql> status -------------- mysql Ver 14.14 Distrib 5.6.13, for Linux (x86_64) using EditLine wrapper Connection id: 7 Current database: Current user: root@localhost SSL: Not in use Current pager: stdout Using outfile: '' Using delimiter: ; Server version: 5.6.13 MySQL Community Server (GPL) Protocol version: 10 mysql> show global variables like '%version%'; +-------------------------+------------------------------+ | Variable_name | Value | +-------------------------+------------------------------+ | innodb_version | 5.6.13-60.3 | | protocol_version | 10 | | slave_type_conversions | | | version | 5.6.13 | | version_comment | MySQL Community Server (GPL) | | version_compile_machine | x86_64 | | version_compile_os | Linux | +-------------------------+------------------------------+ While installing Percona-Server-5.6.13-rel61 from Binary/RPM. mysql> status -------------- bin/mysql Ver 14.14 Distrib 5.6.13, for Linux (x86_64) using EditLine wrapper Connection id: 1 Current database: Current user: root@localhost SSL: Not in use Current pager: less Using outfile: '' Using delimiter: ; Server version: 5.6.13-rel61.0 Percona Server with XtraDB (GPL), Release rel61.0, Revision 461 Protocol version: 10 mysql> show global variables like '%version%'; +-------------------------+-----------------------------------------------------+ | Variable_name | Value | +-------------------------+-----------------------------------------------------+ | innodb_version | 5.6.13-rel61.0 | | protocol_version | 10 | | slave_type_conversions | | | version | 5.6.13-56 | | version_comment | Percona Server (GPL), Release rel61.0, Revision 461 | | version_compile_machine | x86_64 | | version_compile_os | Linux | +-------------------------+-----------------------------------------------------+ You can see there is different value against "version_comment, innodb_version" parameter. I noticed difference in server version parameter value when installing via Source vs Binary/RPM. To me Binary/RPM looks more correct. I found this behavior during my test on CentOS 6. Installation steps via source tarball fairly simple. $ cmake . -DBUILD_CONFIG=mysql_release $ make $ make install Installing Percona-Server-5.6.13-rel61.0.tar.gz via source. mysql> status -------------- mysql Ver 14.14 Distrib 5.6.13, for Linux (x86_64) using EditLine wrapper Connection id: 7 Current database: Current user: root@localhost SSL: Not in use Current pager: stdout Using outfile: '' Using delimiter: ; Server version: 5.6.13 MySQL Community Server (GPL) Protocol version: 10 mysql> show global variables like '%version%'; +-------------------------+------------------------------+ | Variable_name | Value | +-------------------------+------------------------------+ | innodb_version | 5.6.13-60.3 | | protocol_version | 10 | | slave_type_conversions | | | version | 5.6.13 | | version_comment | MySQL Community Server (GPL) | | version_compile_machine | x86_64 | | version_compile_os | Linux | +-------------------------+------------------------------+ While installing Percona-Server-5.6.13-rel61 from Binary/RPM. mysql> status -------------- bin/mysql Ver 14.14 Distrib 5.6.13, for Linux (x86_64) using EditLine wrapper Connection id: 1 Current database: Current user: root@localhost SSL: Not in use Current pager: less Using outfile: '' Using delimiter: ; Server version: 5.6.13-rel61.0 Percona Server with XtraDB (GPL), Release rel61.0, Revision 461 Protocol version: 10 mysql> show global variables like '%version%'; +-------------------------+-----------------------------------------------------+ | Variable_name | Value | +-------------------------+-----------------------------------------------------+ | innodb_version | 5.6.13-rel61.0 | | protocol_version | 10 | | slave_type_conversions | | | version | 5.6.13-56 | | version_comment | Percona Server (GPL), Release rel61.0, Revision 461 | | version_compile_machine | x86_64 | | version_compile_os | Linux | +-------------------------+-----------------------------------------------------+ You can see there is different value against "version_comment, innodb_version" parameters.
2013-12-04 07:55:12 Muhammad Irfan percona-server/5.6: assignee Muhammad Irfan (muhammad-irfan)
2013-12-06 05:11:57 Muhammad Irfan percona-server/5.6: status New Confirmed
2013-12-29 16:59:47 Muhammad Irfan percona-server/5.6: assignee Muhammad Irfan (muhammad-irfan)
2013-12-30 04:32:54 Laurynas Biveinis nominated for series percona-server/5.1
2013-12-30 04:32:54 Laurynas Biveinis bug task added percona-server/5.1
2013-12-30 04:32:54 Laurynas Biveinis nominated for series percona-server/5.5
2013-12-30 04:32:54 Laurynas Biveinis bug task added percona-server/5.5
2013-12-30 04:33:04 Laurynas Biveinis tags pkg
2013-12-30 04:33:09 Laurynas Biveinis percona-server/5.6: importance Undecided Medium
2013-12-30 04:33:12 Laurynas Biveinis percona-server/5.6: status Confirmed Triaged
2014-01-14 21:59:58 Stewart Smith branch linked lp:~stewart/percona-server/pkg-5.5
2014-01-14 22:00:04 Stewart Smith branch linked lp:~stewart/percona-server/pkg-5.6
2014-01-14 22:00:07 Stewart Smith percona-server/5.1: status New Won't Fix
2014-01-14 22:00:13 Stewart Smith percona-server/5.5: assignee Stewart Smith (stewart)
2014-01-14 22:00:15 Stewart Smith percona-server/5.6: assignee Stewart Smith (stewart)
2014-01-14 22:00:18 Stewart Smith percona-server/5.5: milestone 5.5.35-33.1
2014-01-14 22:00:21 Stewart Smith percona-server/5.6: milestone 5.6.15-64.0
2014-01-14 22:00:23 Stewart Smith percona-server/5.5: importance Undecided Medium
2014-01-14 22:00:26 Stewart Smith percona-server/5.5: status New Fix Released
2014-01-14 22:00:29 Stewart Smith percona-server/5.6: status Triaged Fix Released