From: Date: September 14 2007 12:35pm Subject: svn commit - mysqldoc@docsrva: r7856 - trunk/refman-5.1 List-Archive: http://lists.mysql.com/commits/34260 Message-Id: <200709141035.l8EAZA0s013134@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: mcbrown Date: 2007-09-14 12:35:06 +0200 (Fri, 14 Sep 2007) New Revision: 7856 Log: Documenting Dev Bug #30717 Modified: trunk/refman-5.1/dba-core.xml trunk/refman-5.1/errors-problems.xml trunk/refman-5.1/installing.xml trunk/refman-5.1/news-5.1.xml Modified: trunk/refman-5.1/dba-core.xml =================================================================== --- trunk/refman-5.1/dba-core.xml 2007-09-14 10:26:47 UTC (rev 7855) +++ trunk/refman-5.1/dba-core.xml 2007-09-14 10:35:06 UTC (rev 7856) Changed blocks: 8, Lines Added: 18, Lines Deleted: 13; 4454 bytes @@ -1273,10 +1273,14 @@ Enable support for named pipes. This option applies only - on Windows NT, 2000, XP, and 2003 systems, and can be used - only with the mysqld-nt and + on Windows NT, 2000, XP, and 2003 systems. For MySQL + 5.1.20 and earler, this option is available only when + using the mysqld-nt and mysqld-debug servers that support - named-pipe connections. + named-pipe connections. For MySQL 5.1.21 and later, + mysqld-nt is not available, but support + is included in the standard mysqld and + mysqld-debug servers. @@ -31159,7 +31163,8 @@ Servers configured as just described allow clients to connect over TCP/IP. If your version of Windows supports named pipes and you also want to allow named-pipe connections, use the - mysqld-nt or + mysqld-nt (MySQL 5.1.20 and earlier), + mysqld (MySQL 5.1.21 and later) or mysqld-debug server and specify options that enable the named pipe and specify its name. Each server that supports named-pipe connections must use a unique pipe @@ -31180,7 +31185,7 @@ -C:\> C:\mysql\bin\mysqld-nt --defaults-file=C:\my-opts1.cnf +C:\> C:\mysql\bin\mysqld --defaults-file=C:\my-opts1.cnf @@ -31218,7 +31223,7 @@ For the following instructions, assume that you want to run - the mysqld-nt server from two different + the mysqld server from two different versions of MySQL that are installed at C:\mysql-5.0.19 and C:\mysql-¤t-version;, respectively. @@ -31308,9 +31313,9 @@ options for all services in one of the standard option files. To do this, use a different service name for each server. Suppose that you want to run the 5.0.19 - mysqld-nt using the service name of + mysqld using the service name of mysqld1 and the ¤t-version; - mysqld-nt using the service name + mysqld using the service name mysqld2. In this case, you can use the [mysqld1] group for 5.0.19 and the [mysqld2] group for ¤t-version;. @@ -31341,8 +31346,8 @@ -C:\> C:\mysql-5.0.19\bin\mysqld-nt --install mysqld1 -C:\> C:\mysql-¤t-version;\bin\mysqld-nt --install mysqld2 +C:\> C:\mysql-5.0.19\bin\mysqld --install mysqld1 +C:\> C:\mysql-¤t-version;\bin\mysqld --install mysqld2 @@ -31393,7 +31398,7 @@ - For the ¤t-version; mysqld-nt, + For the ¤t-version; mysqld, create a file C:\my-opts2.cnf that looks like this: @@ -31412,9 +31417,9 @@ -C:\> C:\mysql-5.0.19\bin\mysqld-nt --install mysqld1 +C:\> C:\mysql-5.0.19\bin\mysqld --install mysqld1 --defaults-file=C:\my-opts1.cnf -C:\> C:\mysql-¤t-version;\bin\mysqld-nt --install mysqld2 +C:\> C:\mysql-¤t-version;\bin\mysqld --install mysqld2 --defaults-file=C:\my-opts2.cnf Modified: trunk/refman-5.1/errors-problems.xml =================================================================== --- trunk/refman-5.1/errors-problems.xml 2007-09-14 10:26:47 UTC (rev 7855) +++ trunk/refman-5.1/errors-problems.xml 2007-09-14 10:35:06 UTC (rev 7856) Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 979 bytes @@ -2613,7 +2613,7 @@ -C:\> C:\mysql\bin\mysqld-nt --init-file=C:\mysql-init.txt +C:\> C:\mysql\bin\mysqld --init-file=C:\mysql-init.txt @@ -2631,7 +2631,7 @@ -C:\> "C:\Program Files\MySQL\MySQL Server ¤t-series;\bin\mysqld-nt.exe" +C:\> "C:\Program Files\MySQL\MySQL Server ¤t-series;\bin\mysqld.exe" --defaults-file="C:\Program Files\MySQL\MySQL Server ¤t-series;\my.ini" --init-file=C:\mysql-init.txt Modified: trunk/refman-5.1/installing.xml =================================================================== --- trunk/refman-5.1/installing.xml 2007-09-14 10:26:47 UTC (rev 7855) +++ trunk/refman-5.1/installing.xml 2007-09-14 10:35:06 UTC (rev 7856) Changed blocks: 4, Lines Added: 37, Lines Deleted: 7; 2793 bytes @@ -4201,7 +4201,7 @@ The following table shows the available servers for Windows in - MySQL ¤t-series;. + MySQL 5.1.20 and earlier. @@ -4231,6 +4231,33 @@ + The following table shows the available servers for Windows in + MySQL 5.1.21 and earlier. + + + + + + + + + Binary + Description + + + mysqld + Optimized binary with named-pipe support + + + mysqld-debug + Like mysqld, but compiled with full debugging and + automatic memory allocation checking + + + + + + All of the preceding binaries are optimized for modern Intel processors, but should work on any Intel i386-class or higher processor. @@ -4281,9 +4308,12 @@ - Named-pipe connections are allowed only by the - mysqld-nt and - mysqld-debug servers. + For MySQL 5.1.20 and earlier, named-pipe connections are + allowed only by the mysqld-nt and + mysqld-debug servers. For MySQL 5.1.21 + and later, the mysqld and + mysqld-debug both contain support for + named-pipe connections. @@ -4293,9 +4323,9 @@ Most of the examples in this manual use mysqld as the server name. If you choose to - use a different server, such as mysqld-nt, - make the appropriate substitutions in the commands that are - shown in the examples. + use a different server, such as mysqld-nt + or mysqld-debug, make the appropriate + substitutions in the commands that are shown in the examples. Modified: trunk/refman-5.1/news-5.1.xml =================================================================== --- trunk/refman-5.1/news-5.1.xml 2007-09-14 10:26:47 UTC (rev 7855) +++ trunk/refman-5.1/news-5.1.xml 2007-09-14 10:35:06 UTC (rev 7856) Changed blocks: 1, Lines Added: 12, Lines Deleted: 0; 985 bytes @@ -1026,6 +1026,18 @@ + Incompatible change: On + Windows only, the mysqld-nt has been + removed from this release and all future releases. The + mysqld server now includes named-pipe + support as standard, and you do not have to use the + mysqld-nt version to enable named-pipe + support. + + + + + Incompatible change: In MySQL 5.1.6, when log tables were implemented, the default log destination for the general query and slow query log was