List:Internals« Previous MessageNext Message »
From:paul Date:June 12 2001 8:32pm
Subject:bk commit into 3.23 tree
View as plain text  
Below is the list of changes that have just been pushed into main
3.23. repository. For information on how to access the repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet@stripped, 2001-06-12 15:32:11-05:00, paul@stripped
  manual.texi	Any server can be installed as a service under NT

  Docs/manual.texi
    1.604 01/06/12 15:31:52 paul@stripped +8 -7
    Any server can be installed as a service under NT

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	paul
# Host:	teton.kitebird.com
# Root:	/home/paul/mysql

--- 1.603/Docs/manual.texi	Tue Jun 12 14:02:32 2001
+++ 1.604/Docs/manual.texi	Tue Jun 12 15:31:52 2001
@@ -9017,10 +9017,11 @@
 named pipe connections.  You should use either @code{mysqld-nt} or
 @code{mysqld-max-nt}.)
 
-If @code{mysqld} doesn't start, please check whether or not the
-@file{\mysql\data\mysql.err} file contains any reason for this.  You can also
-try to start the server with @code{mysqld --standalone};  In this case, you may
-get some useful information on the screen that may help solve the problem.
+If @code{mysqld} doesn't start, please check the
+@file{\mysql\data\mysql.err} file to see if the server wrote any message
+there to indicate the cause of the problem.  You can also try to start
+the server with @code{mysqld --standalone};  In this case, you may get
+some useful information on the screen that may help solve the problem.
 
 The last option is to start @code{mysqld} with @code{--standalone
 --debug}.  In this case @code{mysqld} will write a log file
@@ -9052,9 +9053,9 @@
 C:\> C:\mysql\bin\mysqld-max-nt --install
 @end example
 
-(You can also use @code{mysqld} binaries that don't end with
-@code{-nt.exe} on NT, but those cannot be started as a service or use
-named pipes.)
+(Under Windows NT, you can actually install any of the server binaries
+as a service, but only those having names that end with @code{-nt.exe}
+provide support for named pipes.)
 
 You can start and stop the @strong{MySQL} service with these commands:
 
Thread
bk commit into 3.23 treepaul12 Jun