List:Internals« Previous MessageNext Message »
From:paul Date:March 5 2005 6:42pm
Subject:bk commit into 5.0 tree (paul:1.1803)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of paul. When paul 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.1803 05/03/05 12:42:05 paul@stripped +1 -0
  sql_udf.cc:
    Comment changes: use standard style; fix grammar.

  sql/sql_udf.cc
    1.42 05/03/05 12:41:39 paul@stripped +9 -9
    Comment changes: use standard style; fix grammar.

# 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:	paul
# Host:	frost.snake.net
# Root:	/Volumes/frost2/MySQL/bk/mysql-5.0

--- 1.41/sql/sql_udf.cc	2005-03-04 04:37:41 -06:00
+++ 1.42/sql/sql_udf.cc	2005-03-05 12:41:39 -06:00
@@ -17,15 +17,15 @@
 /* This implements 'user defined functions' */
 
 /*
-** Known bugs:
-**
-** Memory for functions are never freed!
-** Shared libraries are not closed before mysqld exists;
-**   - This is because we can't be sure if some threads is using
-**     a functions.
-**
-** The buggs only affects applications that creates and frees a lot of
-** dynamic functions, so this shouldn't be a real problem.
+   Known bugs:
+  
+   Memory for functions is never freed!
+   Shared libraries are not closed before mysqld exits;
+     - This is because we can't be sure if some threads are using
+       a function.
+  
+   The bugs only affect applications that create and free a lot of
+   dynamic functions, so this shouldn't be a real problem.
 */
 
 #ifdef __GNUC__
Thread
bk commit into 5.0 tree (paul:1.1803)paul5 Mar