List:Internals« Previous MessageNext Message »
From:paul Date:April 27 2005 7:45pm
Subject:bk commit - mysqldoc tree (paul:1.2913)
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.2913 05/04/27 14:45:27 paul@stripped +1 -0
  manual.texi:
    Add cross-reference. (Bug #9471)

  Docs/manual.texi
    1.2762 05/04/27 14:45:11 paul@stripped +4 -2
    Add cross-reference. (Bug #9471)

# 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:	kite-hub.kitebird.com
# Root:	/src/extern/MySQL/bk/mysqldoc

--- 1.2761/Docs/manual.texi	2005-04-27 12:49:46 -05:00
+++ 1.2762/Docs/manual.texi	2005-04-27 14:45:11 -05:00
@@ -57739,8 +57739,10 @@
 are updated in the order specified by the clause.
 @code{ORDER BY} can be used from MySQL 4.0.0.
 
-Starting with MySQL 4.0.4, you can also perform @code{UPDATE}
-operations that cover multiple tables:
+Starting with MySQL 4.0.4, you can also perform @code{UPDATE} operations
+that cover multiple tables.  The @var{table_references} part lists the
+tables involved in the join.  Its syntax is described in @ref{JOIN,  ,
+@code{JOIN}}.  Here is an example:
 
 @example
 UPDATE items,month SET items.price=month.price
Thread
bk commit - mysqldoc tree (paul:1.2913)paul27 Apr