Below is the list of changes that have just been committed into a local
mysqldoc repository of serg. When serg 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.739 03/08/21 21:28:12 serg@stripped +1 -0
news updated
Docs/manual.texi
1.697 03/08/21 21:28:12 serg@stripped +22 -3
news updated
# 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: serg
# Host: serg.mylan
# Root: /usr/home/serg/Abk/mysqldoc
--- 1.696/Docs/manual.texi Thu Aug 21 20:16:54 2003
+++ 1.697/Docs/manual.texi Thu Aug 21 21:28:12 2003
@@ -65611,6 +65611,12 @@
Bugs fixed:
@itemize @bullet
@item
+Fixed MySQL so that field length (in C API) for the second column in
+@code{SHOW CREATE TABLE} is always larger than the data length.
+The only known application that was affected by the old behaviour was
+Borland dbExpress, that truncated the output from the command.
+(Bug #1064)
+@item
Fixed crash in @code{tis620} string comparison. (Bug #1116)
@item
Fixed @code{ISAM} bug in @code{MAX} optimization.
@@ -67668,7 +67674,8 @@
not yet 100% confident in this code.
@menu
-* News-3.23.58:: Changes in release 3.23.58 (not released yet)
+* News-3.23.59:: Changes in release 3.23.58 (not released yet)
+* News-3.23.58:: Changes in release 3.23.58 (to be released soon)
* News-3.23.57:: Changes in release 3.23.57 (06 Jun 2003)
* News-3.23.56:: Changes in release 3.23.56 (13 Mar 2003)
* News-3.23.55:: Changes in release 3.23.55 (23 Jan 2003)
@@ -67730,8 +67737,20 @@
* News-3.23.0:: Changes in release 3.23.0 (05 Aug 1999: Alpha)
@end menu
-@node News-3.23.58, News-3.23.57, News-3.23.x, News-3.23.x
-@appendixsubsec Changes in release 3.23.58 (not released yet)
+@node News-3.23.59, News-3.23.58, News-3.23.x, News-3.23.x
+@appendixsubsec Changes in release 3.23.59 (not released yet)
+
+@itemize @bullet
+@item
+Fixed MySQL so that field length (in C API) for the second column in
+@code{SHOW CREATE TABLE} is always larger than the data length.
+The only known application that was affected by the old behaviour was
+Borland dbExpress, that truncated the output from the command.
+(Bug #1064)
+@end itemize
+
+@node News-3.23.58, News-3.23.57, News-3.23.59, News-3.23.x
+@appendixsubsec Changes in release 3.23.58 (to be released soon)
@itemize @bullet
@item
| Thread |
|---|
| • bk commit - mysqldoc tree (1.739) | Sergei Golubchik | 21 Aug |