List:Internals« Previous MessageNext Message »
From:paul Date:March 21 2005 9:00pm
Subject:bk commit - mysqldoc tree (paul:1.2751)
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.2751 05/03/21 14:00:48 paul@stripped +1 -0
  manual.texi:
    Document bugfixes. (Bug #8615, Bug #8616, Bug #8617)

  Docs/manual.texi
    1.2586 05/03/21 14:00:21 paul@stripped +18 -1
    Document bugfixes. (Bug #8615, Bug #8616, Bug #8617)

# 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.2585/Docs/manual.texi	2005-03-21 12:57:42 -06:00
+++ 1.2586/Docs/manual.texi	2005-03-21 14:00:21 -06:00
@@ -19789,7 +19789,7 @@
 
 @c TODO: add this when it gets pushed:
 @c NO_AUTO_CREATE_USER: GRANT statements don't automatically create accounts
-@c in the user table. Enabled by MAXDB and TRADITIONAL composite modes.
+@c in the user table. Enabled by MAXDB, ORACLE, TRADITIONAL composite modes.
 
 @table @code
 
@@ -97593,6 +97593,14 @@
 Bugs fixed:
 @itemize @bullet
 @item
+Fixed server crash resulting from queries that combined @code{SELECT
+DISTINCT}, @code{SUM()}, and @code{ROLLUP}.  (Bug #8615)
+@item
+Incorrect results were returned from queries that combined @code{SELECT
+DISTINCT}, @code{GROUP BY }, and @code{ROLLUP}.  (Bug #8616)
+@item
+Too many rows were returned from queries that combined @code{ROLLUP} and
+@code{LIMIT} if @code{SQL_CALC_FOUND_ROWS} was given.  (Bug #8617)
 @end itemize
 
 @node News-5.0.3, News-5.0.2, News-5.0.4, News-5.0.x
@@ -98902,6 +98910,15 @@
 
 Bugs fixed:
 @itemize @bullet
+@item
+Fixed server crash resulting from queries that combined @code{SELECT
+DISTINCT}, @code{SUM()}, and @code{ROLLUP}.  (Bug #8615)
+@item
+Incorrect results were returned from queries that combined @code{SELECT
+DISTINCT}, @code{GROUP BY }, and @code{ROLLUP}.  (Bug #8616)
+@item
+Too many rows were returned from queries that combined @code{ROLLUP} and
+@code{LIMIT} if @code{SQL_CALC_FOUND_ROWS} was given.  (Bug #8617)
 @item
 @command{mysqldump} misinterpreted @samp{_} and @samp{%} characters in the
 names of tables to be dumped as wildcard characters. (Bug #9123)
Thread
bk commit - mysqldoc tree (paul:1.2751)paul21 Mar