List:Commits« Previous MessageNext Message »
From:jon Date:May 29 2006 5:37pm
Subject:svn commit - mysqldoc@docsrva: r2222 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2006-05-29 17:37:23 +0200 (Mon, 29 May 2006)
New Revision: 2222

Log:

Fix for Docs Bug #20075 (Cluster DD/I_S.FILES table)



Modified:
   trunk/refman-5.1/information-schema.xml

Modified: trunk/refman-5.1/information-schema.xml
===================================================================
--- trunk/refman-5.1/information-schema.xml	2006-05-29 13:06:31 UTC (rev 2221)
+++ trunk/refman-5.1/information-schema.xml	2006-05-29 15:37:23 UTC (rev 2222)
@@ -4462,6 +4462,14 @@
           <literal>LAST_ACCESSED</literal> column provides the date and
           time when the file was last accessed by the server.
         </para>
+        
+        <para>
+          Currently, the values of these columns are as reported by the
+          operating system, and are not supplied by the
+          <literal>NDB</literal> storage engine. Where no value is
+          provided by the operating system, these columns display
+          <literal>0000-00-00 00:00:00</literal>.  
+        </para>
       </listitem>
 
       <listitem>

Thread
svn commit - mysqldoc@docsrva: r2222 - trunk/refman-5.1jon29 May