List:Internals« Previous MessageNext Message »
From:paul Date:April 1 2005 9:14pm
Subject:bk commit - mysqldoc tree (paul:1.2799)
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.2799 05/04/01 15:14:27 paul@stripped +2 -0
  manual.texi:
    Document bugfix. (Bug #9072)
    Document bugfix. (Bug #6519)
  Makefile:
    Add "clean" pattern.
  manual.texi:
    Replace change note.

  Docs/manual.texi
    1.2631 05/04/01 15:11:45 paul@stripped +6 -0
    Document bugfix. (Bug #9072)

  Docs/manual.texi
    1.2630 05/04/01 15:01:07 paul@stripped +8 -2
    Document bugfix. (Bug #6519)

  DocsX/Makefile
    1.65 05/04/01 14:45:05 paul@stripped +1 -1
    Add "clean" pattern.

  Docs/manual.texi
    1.2629 05/04/01 14:17:47 paul@stripped +3 -2
    Replace change note.

# 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.2628/Docs/manual.texi	2005-04-01 14:15:16 -06:00
+++ 1.2631/Docs/manual.texi	2005-04-01 15:11:45 -06:00
@@ -97973,11 +97973,18 @@
 Bugs fixed:
 @itemize @bullet
 @item
-Fixed a bug in division of floating point numbers. It could cause nine zeroes -
-@code{000000000} - to be inserted in the middle of the quotient. (Bug #9501)
+Setting the @code{max_error_count} system variable to 0 resulted in a setting
+of 1.  (Bug #9072)
 @item
-The number of records in some @code{INFORMATION_SCHEMA} tables were being
-counted incorrectly.  (Bug #9317)
+Fixed a collation derivation problem that caused a union between binary and
+non-binary columns to fail.  (Bug #6519)
+@item
+Fixed a bug in division of floating point numbers. It could cause nine zeroes
+(@code{000000000}) to be inserted in the middle of the quotient. (Bug #9501)
+@item
+@code{INFORMATION_SCHEMA} tables had an implicit upper limit for the number of
+rows.  As a result, not all data could be returned for some queries.
+(Bug #9317)
 @item
 Fixed a problem with the @code{tee} command in @command{mysql} that resulted
 in @command{mysql} crashing.  (Bug #8499)
@@ -99355,6 +99362,12 @@
 
 Bugs fixed:
 @itemize @bullet
+@item
+Setting the @code{max_error_count} system variable to 0 resulted in a setting
+of 1.  (Bug #9072)
+@item
+Fixed a collation derivation problem that caused a union between binary and
+non-binary columns to fail.  (Bug #6519)
 @item
 Fixed a problem with the @code{tee} command in @command{mysql} that resulted
 in @command{mysql} crashing.  (Bug #8499)

--- 1.64/DocsX/Makefile	2005-03-30 12:29:58 -06:00
+++ 1.65/DocsX/Makefile	2005-04-01 14:45:05 -06:00
@@ -525,7 +525,7 @@
 # This doesn't remove the .split.d directories or .split files...
 
 clean::
-	$(RM) *.fo *.pdf *.pdf-tmp *.html *.xhtml *.txt
+	$(RM) *.fo *.pdf *.pdf-tmp *.pdf-err *.html *.xhtml *.txt
 	$(RM) *-prepped.xml
 	$(RM) *-toc-entries.xml
 	$(RM) *-nolink.xml *-nolink.html
Thread
bk commit - mysqldoc tree (paul:1.2799)paul1 Apr