diff options
author | lenz@mysql.com <> | 2003-03-05 12:42:10 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2003-03-05 12:42:10 +0100 |
commit | 908bf23cfc8f6e7017c39a131e5278c50a83288e (patch) | |
tree | 5c594d77ad704abf433d1444c8ff37b63a96137f /sql/stacktrace.c | |
parent | f2c4b6c981b26e83779b33e8626745c3fd4f2508 (diff) | |
download | mariadb-git-908bf23cfc8f6e7017c39a131e5278c50a83288e.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"); } |