List:Internals« Previous MessageNext Message »
From:paul Date:November 20 2005 1:04am
Subject:svn commit - mysqldoc@docsrva: r368 - in trunk: . refman-5.1
View as plain text  
Author: paul
Date: 2005-11-20 02:04:19 +0100 (Sun, 20 Nov 2005)
New Revision: 368

Log:
 r3916@frost:  paul | 2005-11-19 19:03:57 -0600
 Fix validation error.


Modified:
   trunk/
   trunk/refman-5.1/custom-engine.xml


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:3903
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1101
   + b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:3916
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1101

Modified: trunk/refman-5.1/custom-engine.xml
===================================================================
--- trunk/refman-5.1/custom-engine.xml	2005-11-19 23:55:02 UTC (rev 367)
+++ trunk/refman-5.1/custom-engine.xml	2005-11-20 01:04:19 UTC (rev 368)
@@ -13458,12 +13458,12 @@
 {
    /* Note that if the lock type is TL_IGNORE we don't update lock.type,
       preserving the previous lock level */
-   if (lock_type != TL_IGNORE && lock.type == TL_UNLOCK)
+   if (lock_type != TL_IGNORE && lock.type == TL_UNLOCK)
      lock.type=lock_type;
     /* the heart of the store_lock() method and it's main purpose -
       storing the (possibly changed) lock level into the provided
       memory */
-     *to++= &lock;
+     *to++= &lock;
      return to;
 }  
 </programlisting> 

Thread
svn commit - mysqldoc@docsrva: r368 - in trunk: . refman-5.1paul20 Nov