List:Commits« Previous MessageNext Message »
From:paul Date:March 12 2007 5:14pm
Subject:svn commit - mysqldoc@docsrva: r5308 - in trunk: . refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2007-03-12 18:13:58 +0100 (Mon, 12 Mar 2007)
New Revision: 5308

Log:
 r21378@polar:  paul | 2007-03-12 10:28:09 -0500
 Correct the concurrent_insert lock type.


Modified:
   trunk/refman-5.0/database-administration.xml
   trunk/refman-5.1/database-administration.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:21154
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:17539
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:21378
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:17539
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593


Modified: trunk/refman-5.0/database-administration.xml
===================================================================
--- trunk/refman-5.0/database-administration.xml	2007-03-12 15:56:59 UTC (rev 5307)
+++ trunk/refman-5.0/database-administration.xml	2007-03-12 17:13:58 UTC (rev 5308)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 815 bytes

@@ -3969,7 +3969,7 @@
                     <entry>Enables concurrent inserts for all <literal>MyISAM</literal> tables. If
                       table has a hole and is in use by another thread
                       the new row will be inserted at end of table. If
-                      table is not in use, MySQL does a normal read lock
+                      table is not in use, MySQL does a normal write lock
                       and inserts the new row into the hole.</entry>
                   </row>
                 </tbody>


Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml	2007-03-12 15:56:59 UTC (rev 5307)
+++ trunk/refman-5.1/database-administration.xml	2007-03-12 17:13:58 UTC (rev 5308)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 815 bytes

@@ -4013,7 +4013,7 @@
                     <entry>Enables concurrent inserts for all <literal>MyISAM</literal> tables. If
                       table has a hole and is in use by another thread
                       the new row will be inserted at end of table. If
-                      table is not in use, MySQL does a normal read lock
+                      table is not in use, MySQL does a normal write lock
                       and inserts the new row into the hole.</entry>
                   </row>
                 </tbody>


Thread
svn commit - mysqldoc@docsrva: r5308 - in trunk: . refman-5.0 refman-5.1paul12 Mar