From: Joerg Bruehe Date: July 16 2012 6:13pm Subject: bzr push into mysql-5.6 branch (joerg.bruehe:4031 to 4032) List-Archive: http://lists.mysql.com/commits/144454 Message-Id: <20120716181303.3333.64594.4032@trift-6core.fambruehe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 4032 Joerg Bruehe 2012-07-16 Add the man page for the "mysql_config_editor" to the RPM spec file. modified: support-files/mysql.spec.sh 4031 Alexander Nozdrin 2012-07-16 Follow-up for WL#4179. Reset THD::m_statement_psi before calling mysql_execute_command() in sp_instr_stmt::exec_core(). modified: sql/sp_instr.cc === modified file 'support-files/mysql.spec.sh' --- a/support-files/mysql.spec.sh 2012-06-08 14:32:09 +0000 +++ b/support-files/mysql.spec.sh 2012-07-16 18:10:27 +0000 @@ -1063,6 +1063,7 @@ echo "=====" %doc %attr(644, root, man) %{_mandir}/man1/mysqlimport.1* %doc %attr(644, root, man) %{_mandir}/man1/mysqlshow.1* %doc %attr(644, root, man) %{_mandir}/man1/mysqlslap.1* +%doc %attr(644, root, man) %{_mandir}/man1/mysql_config_editor.1* # ---------------------------------------------------------------------------- %files -n MySQL-devel%{product_suffix} -f optional-files-devel @@ -1116,6 +1117,10 @@ echo "=====" # merging BK trees) ############################################################################## %changelog +* Mon Jul 16 2012 Joerg Bruehe + +- Add the man page for the "mysql_config_editor". + * Wed Feb 29 2012 Brajmohan Saxena - Removal all traces of the readline library from mysql (BUG 13738013) No bundle (reason: useless for push emails).