From: jon Date: September 14 2006 3:05am Subject: svn commit - mysqldoc@docsrva: r3349 - trunk/refman-5.1 List-Archive: http://lists.mysql.com/commits/11904 Message-Id: <200609140305.k8E35s32007454@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: jstephens Date: 2006-09-14 05:05:54 +0200 (Thu, 14 Sep 2006) New Revision: 3349 Log: Fixed missing word (Thanks, Roland!) Modified: trunk/refman-5.1/mysql-cluster.xml Modified: trunk/refman-5.1/mysql-cluster.xml =================================================================== --- trunk/refman-5.1/mysql-cluster.xml 2006-09-14 02:52:50 UTC (rev 3348) +++ trunk/refman-5.1/mysql-cluster.xml 2006-09-14 03:05:54 UTC (rev 3349) Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 667 bytes @@ -14944,8 +14944,8 @@ cluster, and ensures that all events changing, inserting, or deleting data are recorded in the binlog_index table. The slave I/O thread will - transfer the from the master's binary log to the slave's relay - log. + transfer the events from the master's binary log to the slave's + relay log.