summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-08-11 14:10:27 +0300
committermonty@hundin.mysql.fi <>2001-08-11 14:10:27 +0300
commitbfbc3252e18a17c12fa48a12f01a0223aed123af (patch)
treee6d3eab934fd6a20c2a94d2d7aacc999f416c18e /Docs
parent788cf6c495ce3757e0fc1a31eb97a8027be807e1 (diff)
downloadmariadb-git-bfbc3252e18a17c12fa48a12f01a0223aed123af.tar.gz
Portability fix for windows
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi9
1 files changed, 6 insertions, 3 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index f9e492ca910..59d9e44a6cf 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -46210,7 +46210,6 @@ not yet 100% confident in this code.
@menu
* News-3.23.41:: Changes in release 3.23.41
-* News-3.23.41:: Changes in release 3.23.41
* News-3.23.40:: Changes in release 3.23.40
* News-3.23.39:: Changes in release 3.23.39
* News-3.23.38:: Changes in release 3.23.38
@@ -46258,8 +46257,12 @@ not yet 100% confident in this code.
@node News-3.23.41, News-3.23.40, News-3.23.x, News-3.23.x
@appendixsubsec Changes in release 3.23.41
@itemize @bullet
-@item Added option @code{--sql-mode=option[,option[,option]]}. Please see
-@code{mysqld --help} for legal modes.
+@item
+Added option @code{--sql-mode=option[,option[,option]]}.
+@xref{Command-line options}.
+@item
+Fixed possible problem with @code{shutdown} on Solaris where the
+@code{.pid} file wasn't deleted.
@item
InnoDB now supports < 4 GB rows. The former limit was 8000 bytes.
@item