From: Date: September 28 2006 7:59pm Subject: bk commit into 5.0 tree (iggy:1.2289) BUG#21449 List-Archive: http://lists.mysql.com/commits/12753 X-Bug: 21449 Message-Id: <20060928175909.128ED1774A7@ignatz42.dyndns.org> Below is the list of changes that have just been committed into a local 5.0 repository of iggy. When iggy 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-09-28 13:58:53-04:00, iggy@stripped +1 -0 Bug #21449 How to Resolve Stack Trace URL in MySQLD error log is incorrect. sql/stacktrace.c@stripped, 2006-09-28 13:58:44-04:00, iggy@stripped +1 -1 URL is case sensitive # 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: iggy # Host: rolltop.ignatz42.dyndns.org # Root: /mnt/storeage/bug21449/my50-bug21449 --- 1.20/sql/stacktrace.c 2006-09-28 13:59:08 -04:00 +++ 1.21/sql/stacktrace.c 2006-09-28 13:59:08 -04:00 @@ -222,7 +222,7 @@ fprintf(stderr, "Stack trace seems successful - bottom reached\n"); end: - fprintf(stderr, "Please read http://dev.mysql.com/doc/mysql/en/Using_stack_trace.html and follow instructions on how to resolve the stack trace. Resolved\n\ + fprintf(stderr, "Please read http://dev.mysql.com/doc/mysql/en/using-stack-trace.html and follow instructions on how to resolve the stack trace. Resolved\n\ stack trace is much more helpful in diagnosing the problem, so please do \n\ resolve it\n"); }