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).
| Thread |
|---|
| • bzr push into mysql-5.6 branch (joerg.bruehe:4565 to 4566) | Joerg Bruehe | 12 Nov |