diff options
author | unknown <kent@mysql.com> | 2004-08-05 17:05:21 +0200 |
---|---|---|
committer | unknown <kent@mysql.com> | 2004-08-05 17:05:21 +0200 |
commit | c0cc90c2e5574307e41d84426f2c0cbf0325fe2a (patch) | |
tree | df89d0dbe1b583c1eb9b85fdd49a62978f9c5a6b /sql/mysqld.cc | |
parent | c1674294d5a2c654ad4b00be6c92fa85b7e257ee (diff) | |
download | mariadb-git-c0cc90c2e5574307e41d84426f2c0cbf0325fe2a.tar.gz |
mysqld.cc, mysql_test_run.c:
Changed URL in error message, page has moved
netware/mysql_test_run.c:
Changed URL in error message, page has moved
sql/mysqld.cc:
Changed URL in error message, page has moved
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'sql/mysqld.cc')
-rw-r--r-- | sql/mysqld.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc index 78e1268f363..998b5501724 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -1788,7 +1788,7 @@ bytes of memory\n", ((ulong) sql_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/L/i/Linux.html\n\n", +the thread stack. Please read http://www.mysql.com/doc/en/Linux.html\n\n", thread_count); } #endif /* HAVE_LINUXTHREADS */ |