Below is the list of changes that have just been committed into a local
4.1 repository of kaa. When kaa does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2006-10-19 18:49:37+04:00, kaa@stripped +1 -0
Fix for bug #23256 "doesn't build on alpha"
- compilation on the Alpha platform was broken because the Alpha-specific code was not
updated after replacing the SIGRETURN_FRAME_COUNT constant with a variable
sql/stacktrace.c@stripped, 2006-10-19 18:49:35+04:00, kaa@stripped +1 -1
Fix for bug #23256 "doesn't build on alpha"
- compilation on the Alpha platform was broken because the Alpha-specific code was not
updated after replacing the SIGRETURN_FRAME_COUNT constant with a variable
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: kaa
# Host: polly.local
# Root: /home/kaa/src/maint/m41-maint--07OGk
--- 1.17/sql/stacktrace.c 2006-10-19 18:49:40 +04:00
+++ 1.18/sql/stacktrace.c 2006-10-19 18:49:40 +04:00
@@ -186,7 +186,7 @@ terribly wrong...\n");
#if defined(__alpha__) && defined(__GNUC__)
uchar** new_fp = find_prev_fp(pc, fp);
- if (frame_count == SIGRETURN_FRAME_COUNT - 1)
+ if (frame_count == sigreturn_frame_count - 1)
{
new_fp += 90;
}
| Thread |
|---|
| • bk commit into 4.1 tree (kaa:1.2592) BUG#23256 | Alexey Kopytov | 19 Oct |