diff options
author | unknown <lenz@mysql.com> | 2003-03-05 12:42:10 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-03-05 12:42:10 +0100 |
commit | dbb8c13d7ae8901cd1be56b31562d856b63a503a (patch) | |
tree | 5c594d77ad704abf433d1444c8ff37b63a96137f /sql/stacktrace.c | |
parent | 4c1782eab758c383dbd211292d26efb058794ff7 (diff) | |
download | mariadb-git-dbb8c13d7ae8901cd1be56b31562d856b63a503a.tar.gz |
- Fixed URL to Using_stack_trace.html (the old one still works, but gets
redirected to the new location
Diffstat (limited to 'sql/stacktrace.c')
-rw-r--r-- | sql/stacktrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/stacktrace.c b/sql/stacktrace.c index f5c0a59b572..73a7ecdc7ba 100644 --- a/sql/stacktrace.c +++ b/sql/stacktrace.c @@ -197,7 +197,7 @@ terribly wrong...\n"); fprintf(stderr, "Stack trace seems successful - bottom reached\n"); end: - fprintf(stderr, "Please read http://www.mysql.com/doc/U/s/Using_stack_trace.html and follow instructions on how to resolve the stack trace. Resolved\n\ + fprintf(stderr, "Please read http://www.mysql.com/doc/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"); } |