summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <arjen@fred.bitbike.com>2002-03-27 07:50:14 +1000
committerunknown <arjen@fred.bitbike.com>2002-03-27 07:50:14 +1000
commit10ddd1532674fa3204a5b175f30d2cd5d130d23e (patch)
tree63088f0ecc2c2a900c3b1b0787d5b70444fac0fe
parentbbedc5ebbf8951c3b6a3d4047c40e7934774d58a (diff)
downloadmariadb-git-10ddd1532674fa3204a5b175f30d2cd5d130d23e.tar.gz
Fixup of 3.23.50 Windows named pipe changes in manual.
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-rw-r--r--BitKeeper/etc/logging_ok1
-rw-r--r--Docs/manual.texi19
2 files changed, 10 insertions, 10 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok
index 53c1cde915e..ab43e471814 100644
--- a/BitKeeper/etc/logging_ok
+++ b/BitKeeper/etc/logging_ok
@@ -14,3 +14,4 @@ serg@serg.mysql.com
heikki@hundin.mysql.fi
jani@hynda.mysql.fi
miguel@hegel.local
+arjen@fred.bitbike.com
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 107f26b2fa5..67d99a02735 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -6349,7 +6349,7 @@ Optimized binary with support for symbolic links, BDB and InnoDB tables.
Like @code{mysqld-max}, but compiled with support for named pipes.
@end multitable
-Starting from 3.23.50, named pipes are only enabled if start mysqld with
+Starting from 3.23.50, named pipes are only enabled if mysqld is started with
@code{--enable-named-pipe}.
All of the above binaries are optimized for the Pentium Pro processor but
@@ -10337,10 +10337,10 @@ You can force a MySQL client to use named pipes by specifying the
@code{--pipe} option or by specifying @code{.} as the host name. Use the
@code{--socket} option to specify the name of the pipe.
-Note that starting from 3.23.50, named pipes are only enabled if start
-mysqld with @code{--enable-named-pipe}. This is because some users have
-experienced problems shutting down the MySQL server when one uses named
-pipes.
+Note that starting from 3.23.50, named pipes are only enabled if mysqld is
+started with with @code{--enable-named-pipe}. This is because some users
+have experienced problems shutting down the MySQL server when one uses
+named pipes.
You can test whether or not MySQL is working by executing the
following commands:
@@ -10621,8 +10621,8 @@ option to the new MySQL clients or create an option file
host = localhost
@end example
-Starting from 3.23.50, named pipes are only enabled if start mysqld with
-@code{--enable-named-pipe}.
+Starting from 3.23.50, named pipes are only enabled if mysqld is started
+with @code{--enable-named-pipe}.
@item @code{Access denied for user} error
If you get the error @code{Access denied for user: 'some-user@@unknown'
@@ -14736,8 +14736,7 @@ which a not fully working lockd() (as on Linux) you will easily get
mysqld to deadlock.
@item --enable-named-pipe
-Enable support for named pipes; This only works on NT and newer windows
-versions.
+Enable support for named pipes (only on NT/Win2000/XP).
@item -T, --exit-info
This is a bit mask of different flags one can use for debugging the
@@ -46916,7 +46915,7 @@ not yet 100% confident in this code.
Fixed some buffer overflow problems when reading startup parameters.
@item
Because of problems on shutdown we have now disabled named pipes on
-windows by default. One can enable this with by starting mysqld with
+windows by default. One can enable named pipes by starting mysqld with
@code{--enable-named-pipe}.
@item
Fixed bug when using @code{WHERE key_column = 'J' or key_column='j'}.