From 1986462cd1ec24fd0a05627b52c7af1d412c4cef Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 4 Mar 2008 00:44:31 +0000 Subject: [PATCH] Add link to upstream bug report --- mysql-stack-guard.patch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql-stack-guard.patch b/mysql-stack-guard.patch index 76ef7ea..d1e9e78 100644 --- a/mysql-stack-guard.patch +++ b/mysql-stack-guard.patch @@ -5,6 +5,8 @@ as 64K. This patch also documents the IA64 situation a bit better. Note: there are quite a few other setstacksize calls besides the two in mysqld.cc; is it important to fix any of the others? +Filed upstream at http://bugs.mysql.com/bug.php?id=35019 + diff -Naur mysql-5.0.45.orig/sql/mysqld.cc mysql-5.0.45/sql/mysqld.cc --- mysql-5.0.45.orig/sql/mysqld.cc 2007-07-04 09:06:03.000000000 -0400