From: stefan Date: December 16 2005 6:46pm Subject: svn commit - mysqldoc@docsrva: r576 - in trunk: refman-4.1 refman-5.0 refman-5.1 List-Archive: http://lists.mysql.com/commits/203 Message-Id: <200512161846.jBGIkk3P020011@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: shinz Date: 2005-12-16 19:46:45 +0100 (Fri, 16 Dec 2005) New Revision: 576 Log: Link from --tmpdir to temporary-files section (Hartmut) Modified: trunk/refman-4.1/database-administration.xml trunk/refman-5.0/database-administration.xml trunk/refman-5.1/database-administration.xml Modified: trunk/refman-4.1/database-administration.xml =================================================================== --- trunk/refman-4.1/database-administration.xml 2005-12-16 09:41:58 UTC (rev 575) +++ trunk/refman-4.1/database-administration.xml 2005-12-16 18:46:45 UTC (rev 576) @@ -3468,8 +3468,10 @@ and OS/2. If the MySQL server is acting as a replication slave, you should not set to point to a directory on a memory-based filesystem or to a - directory that is cleared when the server host restarts. A - replication slave needs some of its temporary files to + directory that is cleared when the server host restarts. + For more information about the storage location of + temporary files, see . + A replication slave needs some of its temporary files to survive a machine restart so that it can replicate temporary tables or LOAD DATA INFILE operations. If files in the temporary file directory are Modified: trunk/refman-5.0/database-administration.xml =================================================================== --- trunk/refman-5.0/database-administration.xml 2005-12-16 09:41:58 UTC (rev 575) +++ trunk/refman-5.0/database-administration.xml 2005-12-16 18:46:45 UTC (rev 576) @@ -4197,7 +4197,10 @@ as a replication slave, you should not set to point to a directory on a memory-based filesystem or to a directory that is cleared - when the server host restarts. A replication slave needs + when the server host restarts. + For more information about the storage location of + temporary files, see . + A replication slave needs some of its temporary files to survive a machine restart so that it can replicate temporary tables or LOAD DATA INFILE operations. If files in the Modified: trunk/refman-5.1/database-administration.xml =================================================================== --- trunk/refman-5.1/database-administration.xml 2005-12-16 09:41:58 UTC (rev 575) +++ trunk/refman-5.1/database-administration.xml 2005-12-16 18:46:45 UTC (rev 576) @@ -4141,7 +4141,10 @@ as a replication slave, you should not set to point to a directory on a memory-based filesystem or to a directory that is cleared - when the server host restarts. A replication slave needs + when the server host restarts. + For more information about the storage location of + temporary files, see . + A replication slave needs some of its temporary files to survive a machine restart so that it can replicate temporary tables or LOAD DATA INFILE operations. If files in the