List:Internals« Previous MessageNext Message »
From:paul Date:March 12 2005 12:38am
Subject:bk commit - mysqldoc tree (paul:1.2712)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc 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://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.2712 05/03/11 17:38:25 paul@stripped +1 -0
  manual.texi:
    Add a couple of cross-references.

  Docs/manual.texi
    1.2542 05/03/11 17:38:07 paul@stripped +6 -1
    Add a couple of cross-references.

# 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/mysqldoc

--- 1.2541/Docs/manual.texi	2005-03-11 15:18:38 -06:00
+++ 1.2542/Docs/manual.texi	2005-03-11 17:38:07 -06:00
@@ -92383,6 +92383,10 @@
 
 @cindex calling sequences for simple functions, UDF
 
+This section describes the different functions that you need to define when
+you create a simple UDF.  @ref{Adding UDF} describes the order in which
+MySQL calls these functions.
+
 The main @code{xxx()} function should be declared as shown in this section.
 Note that the return type and parameters differ, depending on whether you
 declare the SQL function @code{XXX()} to return @code{STRING},
@@ -92474,7 +92478,8 @@
 @cindex calling sequences for aggregate functions, UDF
 
 This section describes the different functions that you need to define when
-you want to create an aggregate UDF.
+you create an aggregate UDF.  @ref{Adding UDF} describes the order in which
+MySQL calls these functions.
 
 @table @code
 
Thread
bk commit - mysqldoc tree (paul:1.2712)paul12 Mar