Below is the list of changes that have just been committed into a local
mysqldoc repository of lenz. When lenz 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.458 03/04/28 12:04:12 lenz@xxxxxxxxx +1 -0
- Added 4.0.14 NEWS section to indicate that 4.0.13 builds have started
- Moved 4.0.13 bug NEWS entries into the right category again - please take
better care of this in the future!
- minor wording/typo fixups of 4.0.13 news entries
Docs/manual.texi
1.432 03/04/28 12:04:11 lenz@xxxxxxxxx +28 -16
- Added 4.0.14 NEWS section to indicate that 4.0.13 builds have started
- Moved 4.0.13 bug NEWS entries into the right category again - please take
better care of this in the future!
- minor wording/typo fixups of 4.0.13 news entries
# 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: lenz
# Host: kallisto.local
# Root: /space/my/mysqldoc
--- 1.431/Docs/manual.texi Mon Apr 28 09:48:52 2003
+++ 1.432/Docs/manual.texi Mon Apr 28 12:04:11 2003
@@ -57867,7 +57867,8 @@
@menu
-* News-4.0.13:: Changes in release 4.0.13 (not released yet)
+* News-4.0.14:: Changes in release 4.0.14 (not released yet)
+* News-4.0.13:: Changes in release 4.0.13 (to be released soon)
* News-4.0.12:: Changes in release 4.0.12 (15 Mar 2003:
Production)
* News-4.0.11:: Changes in release 4.0.11 (20 Feb 2003)
* News-4.0.10:: Changes in release 4.0.10 (29 Jan 2003)
@@ -57883,13 +57884,24 @@
* News-4.0.0:: Changes in release 4.0.0 (Oct 2001: Alpha)
@end menu
-@node News-4.0.13, News-4.0.12, News-4.0.x, News-4.0.x
-@appendixsubsec Changes in release 4.0.13 (not released yet)
+@node News-4.0.14, News-4.0.13, News-4.0.x, News-4.0.x
+@appendixsubsec Changes in release 4.0.14 (not released yet)
+
+Functionality added or changed:
+@itemize
+@end itemize
+
+Bugs fixed:
+@itemize
+@end itemize
+
+@node News-4.0.13, News-4.0.12, News-4.0.14, News-4.0.x
+@appendixsubsec Changes in release 4.0.13 (to be released soon)
Functionality added or changed:
@itemize
@item
-InnoDB tables now supports @code{ANALYZE TABLE}.
+InnoDB tables now support @code{ANALYZE TABLE}.
@item
MySQL now issues a warning when it opens a table that was created with
MySQL 4.1.
@@ -57897,14 +57909,12 @@
@file{mysql} command line client no longer looks for @code{\*} commands
inside backtick-quoted strings.
@item
-Fixed problem when comparing a key for a multi-byte-character set. (Bug #152)
-@item
Option @code{--new} now changes binary items (@code{0xFFDF}) to be
-treated by default as binary strings instead of numbers. This fixes some
+treated as binary strings instead of numbers by default. This fixes some
problems with character sets where it's convenient to input the string
as a binary item. After this change you have to convert the binary
string to @code{INTEGER} with a @code{CAST} if you want to compare two
-binary items with eachother and know which one is bigger than the other.
+binary items with each other and know which one is bigger than the other.
@code{SELECT CAST(0xfeff AS UNSIGNED) < CAST(0xff AS UNSIGNED)}.
This will be the default behaviour in MySQL 4.1. (Bug #152)
@item
@@ -57915,18 +57925,12 @@
@code{RIGHT JOIN} or @code{NATURAL ... JOINS} you should check that they
work as you expected after upgrading MySQL to this version. (Bug #291)
@item
-Fix problem with @code{ORDER BY} being discarded for some
-@code{DISTINCT} queries. (Bug #275)
-@item
Enabled @code{delayed_insert_timeout} on Linux (most modern glibc
-libraries has a fixed pthread_cond_timedwait). (Bug #211)
+libraries have a fixed @code{pthread_cond_timedwait}). (Bug #211)
@item
-Don't create more insert delayed threads than give by
+Don't create more insert delayed threads than given by
@code{max_insert_delayed_threads}. (Bug #211)
@item
-Fixed bug in @code{LEFT}, @code{RIGHT} and @code{MID} when used with
-multi-byte character sets and some @code{GROUP BY} queries. (Bug #314)
-@item
Fixed that @code{SET SQL_BIG_SELECTS=1} works as documented (New bug in 4.0)
@item
Changed @code{UPDATE ... LIMIT} to also count accepted, but not changed rows.
@@ -57974,6 +57978,14 @@
Bugs fixed:
@itemize
+@item
+Fixed problem when comparing a key for a multi-byte-character set. (Bug #152)
+@item
+Fixed bug in @code{LEFT}, @code{RIGHT} and @code{MID} when used with
+multi-byte character sets and some @code{GROUP BY} queries. (Bug #314)
+@item
+Fix problem with @code{ORDER BY} being discarded for some
+@code{DISTINCT} queries. (Bug #275)
@item
Fixed some serious bugs in @code{UPDATE ... ORDER BY}. (Bug #241)
@item
--
MySQL Internals Mailing List
For list archives: http://lists.mysql.com/internals
To unsubscribe:
http://lists.mysql.com/internals?unsub=gcdmd-internals@xxxxxxxxxxx
|