From: Date: January 12 2005 10:03pm Subject: bk commit - mysqldoc tree (konstantin:1.2524) List-Archive: http://lists.mysql.com/internals/20599 Message-Id: <20050112210336.20F97A9C3@dragonfly.local> Below is the list of changes that have just been committed into a local mysqldoc repository of kostja. When kostja 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.2524 05/01/13 00:03:32 konstantin@stripped +1 -0 ChangeLog for Bug#6761 "mysql_list_fields() doesn't work" Docs/manual.texi 1.2350 05/01/13 00:03:28 konstantin@stripped +3 -0 ChangeLog for Bug#6761 "mysql_list_fields() doesn't work" # 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: konstantin # Host: dragonfly.local # Root: /home/kostja/work/mysql-doc --- 1.2349/Docs/manual.texi 2005-01-12 23:16:03 +03:00 +++ 1.2350/Docs/manual.texi 2005-01-13 00:03:28 +03:00 @@ -97132,6 +97132,9 @@ Bugs fixed: @itemize @bullet @item +Fixed support for C API function @code{mysql_list_fields()}, which was +accidentally broken in 4.0.22 (Bug#6761) +@item Make @code{query_cache_wlock_invalidate} system variable visible in @code{SHOW VARIABLES} output. (Bug #7594) @item