From: sinisa Date: March 11 2004 8:32pm Subject: bk commit - mysqldoc tree (Sinisa:1.1425) List-Archive: http://lists.mysql.com/internals/12740 Message-Id: <200403112032.i2BKWXoC028948@sinisa.nasamreza.org> Below is the list of changes that have just been committed into a local mysqldoc repository of Sinisa. When Sinisa 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.1425 04/03/11 22:32:31 Sinisa@stripped +1 -0 documenting bug fix Docs/manual.texi 1.1322 04/03/11 22:32:29 Sinisa@stripped +4 -0 documenting bug fix # 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: Sinisa # Host: sinisa.nasamreza.org # Root: /mnt/work/docs --- 1.1321/Docs/manual.texi Thu Mar 11 18:59:41 2004 +++ 1.1322/Docs/manual.texi Thu Mar 11 22:32:29 2004 @@ -76085,6 +76085,10 @@ Bugs fixed: @itemize @bullet @item +Fixed a bug in multi-table @code{UPDATE}'s involving at least one constant +table. Bug was exhibited in alloweing non matching row to be updated. +(Bug #2996). +@item Fixed all bugs in scripts for creating/upgrading system database (Bug #2874) Added tests which guarantee against such bugs in the future. @item