List:Internals« Previous MessageNext Message »
From:Sergey Petrunia Date:August 3 2005 12:12pm
Subject:bk commit into 5.0 tree (sergefp:1.1925)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of psergey. When psergey does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet
  1.1925 05/08/03 10:12:31 sergefp@stripped +1 -0
  Fixed comment

  sql/sp_cache.h
    1.11 05/08/03 10:12:26 sergefp@stripped +2 -2
    Fixed comment

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	sergefp
# Host:	newbox.mylan
# Root:	/home/psergey/mysql-5.0-sp-no-lock-r7

--- 1.10/sql/sp_cache.h	2005-08-03 03:37:27 +00:00
+++ 1.11/sql/sp_cache.h	2005-08-03 10:12:26 +00:00
@@ -25,8 +25,8 @@
 /*
   Stored procedures/functions cache. This is used as follows:
    * Each thread has its own cache.
-   * Each sp_head object is put into its thread cache after creation and is
-     removed from there on its deletion.
+   * Each sp_head object is put into its thread cache before it is used, and 
+     then remains in the cache until deleted.
 */
 
 class sp_head;
Thread
bk commit into 5.0 tree (sergefp:1.1925)Sergey Petrunia3 Aug