summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <monty@bitch.mysql.fi>2001-11-21 15:24:02 +0200
committerunknown <monty@bitch.mysql.fi>2001-11-21 15:24:02 +0200
commit2283f2d8327efad0421196bc9359c3336c27a7c8 (patch)
tree3672cd1316cec42d33f2bb5de7e1c81412ac06e8 /Docs
parent689a55b1ad270391708bdff972f524ef9a9f79b5 (diff)
parent0afe57ba58fdfdc8a11a7d1d516a18753f35a37b (diff)
downloadmariadb-git-2283f2d8327efad0421196bc9359c3336c27a7c8.tar.gz
Merge
sql/mysqld.cc: Auto merged Docs/manual.texi: SCCS merged
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi8
1 files changed, 2 insertions, 6 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index baa2baca2f7..a779c39a1d0 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -9880,12 +9880,6 @@ that you also probably need to raise the @code{core file size} by adding
@code{ulimit -c 1000000} to @code{safe_mysqld} or starting @code{safe_mysqld}
with @code{--core-file-sizes=1000000}. @xref{safe_mysqld, , @code{safe_mysqld}}.
-To get a core dump on Linux if @code{mysqld} dies with a SIGSEGV signal, you can
-start @code{mysqld} with the @code{--core-file} option. Note that you also probably
-need to raise the @code{core file size} by adding @code{ulimit -c 1000000} to
-@code{safe_mysqld} or starting @code{safe_mysqld} with
-@code{--core-file-sizes=1000000}. @xref{safe_mysqld, , @code{safe_mysqld}}.
-
If you are linking your own MySQL client and get the error:
@example
@@ -46844,6 +46838,8 @@ not yet 100% confident in this code.
@appendixsubsec Changes in release 3.23.45
@itemize @bullet
@item
+@code{--core-file} now works on Solaris.
+@item
Fix a bug which could cause InnoDB to complain if it cannot find free blocks
from the buffer cache during recovery.
@item