List:Commits« Previous MessageNext Message »
From:jon Date:October 3 2008 2:07pm
Subject:svn commit - mysqldoc@docsrva: r11969 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-6.0
View as plain text  
Author: jstephens
Date: 2008-10-03 14:07:27 +0200 (Fri, 03 Oct 2008)
New Revision: 11969

Log:

Same checksums != identical tables (Thanks, Shane!)



Modified:
   trunk/refman-4.1/sql-syntax-server-administration.xml
   trunk/refman-5.0/sql-syntax-server-administration.xml
   trunk/refman-5.1/sql-syntax-server-administration.xml
   trunk/refman-6.0/sql-syntax-server-administration.xml


Modified: trunk/refman-4.1/sql-syntax-server-administration.xml
===================================================================
--- trunk/refman-4.1/sql-syntax-server-administration.xml	2008-10-03 11:53:16 UTC (rev
11968)
+++ trunk/refman-4.1/sql-syntax-server-administration.xml	2008-10-03 12:07:27 UTC (rev
11969)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 0; 782 bytes

@@ -2050,6 +2050,15 @@
         This statement is implemented in MySQL 4.1.1.
       </para>
 
+      <important>
+        <para>
+          If the checksums for two tables are different, then the tables
+          are different in some way. However, the fact that two tables
+          produce the same checksum does <emphasis>not</emphasis> mean
+          that the tables are identical.
+        </para>
+      </important>
+
     </section>
 
     <section id="optimize-table">


Modified: trunk/refman-5.0/sql-syntax-server-administration.xml
===================================================================
--- trunk/refman-5.0/sql-syntax-server-administration.xml	2008-10-03 11:53:16 UTC (rev
11968)
+++ trunk/refman-5.0/sql-syntax-server-administration.xml	2008-10-03 12:07:27 UTC (rev
11969)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 0; 759 bytes

@@ -2371,6 +2371,15 @@
 
       <remark role="help-description-end"/>
 
+      <important>
+        <para>
+          If the checksums for two tables are different, then the tables
+          are different in some way. However, the fact that two tables
+          produce the same checksum does <emphasis>not</emphasis> mean
+          that the tables are identical.
+        </para>
+      </important>
+
     </section>
 
     <section id="optimize-table">


Modified: trunk/refman-5.1/sql-syntax-server-administration.xml
===================================================================
--- trunk/refman-5.1/sql-syntax-server-administration.xml	2008-10-03 11:53:16 UTC (rev
11968)
+++ trunk/refman-5.1/sql-syntax-server-administration.xml	2008-10-03 12:07:27 UTC (rev
11969)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 0; 759 bytes

@@ -2331,6 +2331,15 @@
 
       <remark role="help-description-end"/>
 
+      <important>
+        <para>
+          If the checksums for two tables are different, then the tables
+          are different in some way. However, the fact that two tables
+          produce the same checksum does <emphasis>not</emphasis> mean
+          that the tables are identical.
+        </para>
+      </important>
+
     </section>
 
     <section id="optimize-table">


Modified: trunk/refman-6.0/sql-syntax-server-administration.xml
===================================================================
--- trunk/refman-6.0/sql-syntax-server-administration.xml	2008-10-03 11:53:16 UTC (rev
11968)
+++ trunk/refman-6.0/sql-syntax-server-administration.xml	2008-10-03 12:07:27 UTC (rev
11969)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 0; 759 bytes

@@ -2249,6 +2249,15 @@
 
       <remark role="help-description-end"/>
 
+      <important>
+        <para>
+          If the checksums for two tables are different, then the tables
+          are different in some way. However, the fact that two tables
+          produce the same checksum does <emphasis>not</emphasis> mean
+          that the tables are identical.
+        </para>
+      </important>
+
     </section>
 
     <section id="optimize-table">


Thread
svn commit - mysqldoc@docsrva: r11969 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-6.0jon3 Oct