summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorunknown <cmiller@zippy.cornsilk.net>2007-10-08 12:40:21 -0400
committerunknown <cmiller@zippy.cornsilk.net>2007-10-08 12:40:21 -0400
commit6859d8b8c73ea323dc6fd2f381f9d228c33d93de (patch)
treefb68c0de78382c33518e3a3a00c34603162650d4 /sql
parent6b957bcba4b54168219c92152e2f7ab158db5c74 (diff)
parent6f2c2dc8e804d5a5a80fae49d7fa98cc2c76639f (diff)
downloadmariadb-git-6859d8b8c73ea323dc6fd2f381f9d228c33d93de.tar.gz
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint mysql-test/lib/mtr_report.pl: Auto merged mysql-test/mysql-test-run-shell.sh: Auto merged netware/mysql_test_run.c: Auto merged sql/mysqld.cc: Auto merged storage/ndb/include/ndbapi/Ndb.hpp: Auto merged scripts/mysqld_safe.sh: Manual merge.
Diffstat (limited to 'sql')
-rw-r--r--sql/mysqld.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc
index a7a41496b88..a355c560996 100644
--- a/sql/mysqld.cc
+++ b/sql/mysqld.cc
@@ -2229,7 +2229,7 @@ bytes of memory\n", ((ulong) dflt_key_cache->key_cache_mem_size +
You seem to be running 32-bit Linux and have %d concurrent connections.\n\
If you have not changed STACK_SIZE in LinuxThreads and built the binary \n\
yourself, LinuxThreads is quite likely to steal a part of the global heap for\n\
-the thread stack. Please read http://www.mysql.com/doc/en/Linux.html\n\n",
+the thread stack. Please read http://dev.mysql.com/doc/mysql/en/linux.html\n\n",
thread_count);
}
#endif /* HAVE_LINUXTHREADS */
@@ -2249,7 +2249,7 @@ Some pointers may be invalid and cause the dump to abort...\n");
fprintf(stderr, "thd->thread_id=%lu\n", (ulong) thd->thread_id);
}
fprintf(stderr, "\
-The manual page at http://www.mysql.com/doc/en/Crashing.html contains\n\
+The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains\n\
information that should help you find out what is causing the crash.\n");
fflush(stderr);
#endif /* HAVE_STACKTRACE */