From: Joerg Bruehe Date: November 9 2012 9:48pm Subject: bzr push into mysql-5.6 branch (joerg.bruehe:4565 to 4566) List-Archive: http://lists.mysql.com/commits/145222 Message-Id: <20121109214828.29344.30939.4566@trift-6core.fambruehe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 4566 Joerg Bruehe 2012-11-09 ULN RPM: code error in mysql-5.6-stack-guard.patch modified: packaging/rpm-uln/mysql-5.6-stack-guard.patch 4565 Joerg Bruehe 2012-11-09 RPMs for ULN: Use 'g++' for C++ sources modified: packaging/rpm-uln/mysql.spec.sh === modified file 'packaging/rpm-uln/mysql-5.6-stack-guard.patch' --- a/packaging/rpm-uln/mysql-5.6-stack-guard.patch 2012-11-09 19:36:09 +0000 +++ b/packaging/rpm-uln/mysql-5.6-stack-guard.patch 2012-11-09 21:47:58 +0000 @@ -66,7 +66,7 @@ diff -Naur mysql-5.6.9.orig/sql/mysqld.c + real_stack_size -= guard_size; + if (real_stack_size < stacksize) + { -+ if (global_system_variables.log_warnings) ++ if (log_warnings) + sql_print_warning("Asked for %ld thread stack, but got %ld", + (long) stacksize, (long) real_stack_size); + stacksize= real_stack_size; No bundle (reason: useless for push emails).