List:Commits« Previous MessageNext Message »
From:jon Date:February 21 2006 10:32pm
Subject:svn commit - mysqldoc@docsrva: r1420 - in trunk: refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: jstephens
Date: 2006-02-21 23:32:38 +0100 (Tue, 21 Feb 2006)
New Revision: 1420

Log:

Fixed missing word in innodb-init.



Modified:
   trunk/refman-4.1/innodb.xml
   trunk/refman-5.0/innodb.xml
   trunk/refman-5.1/innodb.xml

Modified: trunk/refman-4.1/innodb.xml
===================================================================
--- trunk/refman-4.1/innodb.xml	2006-02-21 20:11:39 UTC (rev 1419)
+++ trunk/refman-4.1/innodb.xml	2006-02-21 22:32:38 UTC (rev 1420)
@@ -1718,7 +1718,7 @@
       that the directories you have specified for
       <literal>InnoDB</literal> data files and log files exist and that
       the MySQL server has access rights to those directories.
-      <literal>InnoDB</literal> does create directories, only files.
+      <literal>InnoDB</literal> does not create directories, only files.
       Check also that you have enough disk space for the data and log
       files.
     </para>

Modified: trunk/refman-5.0/innodb.xml
===================================================================
--- trunk/refman-5.0/innodb.xml	2006-02-21 20:11:39 UTC (rev 1419)
+++ trunk/refman-5.0/innodb.xml	2006-02-21 22:32:38 UTC (rev 1420)
@@ -1770,7 +1770,7 @@
       that the directories you have specified for
       <literal>InnoDB</literal> data files and log files exist and that
       the MySQL server has access rights to those directories.
-      <literal>InnoDB</literal> does create directories, only files.
+      <literal>InnoDB</literal> does not create directories, only files.
       Check also that you have enough disk space for the data and log
       files.
     </para>

Modified: trunk/refman-5.1/innodb.xml
===================================================================
--- trunk/refman-5.1/innodb.xml	2006-02-21 20:11:39 UTC (rev 1419)
+++ trunk/refman-5.1/innodb.xml	2006-02-21 22:32:38 UTC (rev 1420)
@@ -1746,7 +1746,7 @@
       that the directories you have specified for
       <literal>InnoDB</literal> data files and log files exist and that
       the MySQL server has access rights to those directories.
-      <literal>InnoDB</literal> does create directories, only files.
+      <literal>InnoDB</literal> does not create directories, only files.
       Check also that you have enough disk space for the data and log
       files.
     </para>

Thread
svn commit - mysqldoc@docsrva: r1420 - in trunk: refman-4.1 refman-5.0 refman-5.1jon21 Feb