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.1121 04/01/12 20:30:56 Sinisa@stripped +2 -0
Documenting bug fixes
Docs/test-manual
1.9 04/01/12 20:30:55 Sinisa@stripped +1 -1
A small change that will help generate txt file.
Docs/manual.texi
1.1029 04/01/12 20:30:54 Sinisa@stripped +28 -0
Documenting bug fixes.
# 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.1028/Docs/manual.texi Mon Jan 12 19:02:35 2004
+++ 1.1029/Docs/manual.texi Mon Jan 12 20:30:54 2004
@@ -70319,6 +70319,24 @@
Bugs fixed:
@itemize @bullet
@item
+Fix for a crashing bug #2025, which were caused by not setting
+vio_timeout virtual function for all protocols. This bug happened on
+Windows.
+@item
+Fix for a bug #22205, which caused that mysql client program caches
+erronously a value of the current database
+@item
+Fix for a bug #22207, which caused that client - server protocol is
+broken when @code{mysql_set_server_option} or
+@code{mysql_get_server_option} where invoked
+type index size was wrongly calculated in MIN / MAX optimisations
+@item
+Fix for a bug #2219, which returned wong results when @code{CAST} was
+applied on @code{NULL} to signed or unsigned integer column
+@item
+Fix for a crashing bug #2221, which occured in mysql client program when
+database name was longer then expected
+@item
Fixed a bug in @code{CHECK TABLE} that occasionally resulted in
spurious "Found key at page ... that points to record outside
datafile" error on a table with a @code{FULLTEXT} index. (Bug #2190)
@@ -70965,6 +70983,16 @@
Bugs fixed:
@itemize @bullet
+@item
+Fix for a crashing bug #2103, which occured due to the fact that
+@code{multi-table UPDATEs} did not check that there was only one table
+to be updated.
+@item
+Fix for a crashing bug #2189, which occured due to @code{BLOB} column
+type index size was wrongly calculated in MIN / MAX optimisations
+@item
+Fix for a bug #2242, with wrong syntax for @code{LOCK TABLES} in
+mysqldump
@item
Fixed a bug in @file{mysqld_safe} that caused @file{mysqld} to generate a
warning about duplicate @code{user=xxx} option if this option was specified in
--- 1.8/Docs/test-manual Mon Nov 24 02:53:30 2003
+++ 1.9/Docs/test-manual Mon Jan 12 20:30:55 2004
@@ -4,7 +4,7 @@
else
lang=".$1"
fi
-makeinfo -I . --no-headers --no-split --output manual$lang.txt manual$lang.texi
+makeinfo -I . --force --no-headers --no-split --output manual$lang.txt manual$lang.texi
makeinfo --no-split -I . manual$lang.texi
rm -f manual$lang.txt
rm -f mysql$lang.info
| Thread |
|---|
| • bk commit - mysqldoc tree (Sinisa:1.1121) | sinisa | 12 Jan |