From: sinisa Date: March 22 2004 2:55pm Subject: bk commit - mysqldoc tree (Sinisa:1.1524) List-Archive: http://lists.mysql.com/internals/13031 Message-Id: <200403221455.i2MEtDIu022174@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.1524 04/03/22 16:55:09 Sinisa@stripped +1 -0 Documenting a change in behaviour. Docs/manual.texi 1.1414 04/03/22 16:55:06 Sinisa@stripped +4 -0 Documenting a change in behaviour. # 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.1413/Docs/manual.texi Mon Mar 22 13:57:34 2004 +++ 1.1414/Docs/manual.texi Mon Mar 22 16:55:06 2004 @@ -77934,6 +77934,10 @@ Functionality added or changed: @itemize @bullet @item +Non-standard behaviour of @code{UNION}'s has changed to the standard +ones. So far, a table name in the @code{ORDER BY} cluase was +tolerated. From now on a proper error message is issued (Bug #3064). +@item Added @code{query_cache_wlock_invalidate} system variable. It allow emulation of @code{MyISAM} table write-locking behavior, even for queries in the query cache. (Bug #2693)