logo       

bk commit - mysqldoc tree (1.453): msg#00363

db.mysql.devel

Subject: bk commit - mysqldoc tree (1.453)

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.453 03/04/25 20:33:41 lenz@xxxxxxxxx +1 -0
- Some 4.0.13 changelog cleanups: moved bug fixes into the "Bugs fixed"
list, cosmetical fixups.

Docs/manual.texi
1.427 03/04/25 20:33:41 lenz@xxxxxxxxx +14 -12
- Some 4.0.13 changelog cleanups: moved bug fixes into the "Bugs fixed"
list, cosmetical fixups.

# 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.426/Docs/manual.texi Fri Apr 25 14:47:48 2003
+++ 1.427/Docs/manual.texi Fri Apr 25 20:33:41 2003
@@ -57794,21 +57794,16 @@
Functionality added or changed:
@itemize
@item
-Fixed that @code{SET SQL_BIG_SELECTS=1} works again.
+InnoDB now supports @code{ANALYZE TABLE}.
@item
-MySQL now produces a warning when it opens a table,
-that was created in MySQL 4.1.
+MySQL now issues a warning when it opens a table that was created
+with MySQL 4.1.
@item
-@file{mysql} command line client no longer look for @code{\*} commands inside
-backtick-quoted strings.
+@file{mysql} command line client no longer looks for @code{\*} commands
+inside backtick-quoted strings.
@item
Changed @code{UPDATE ... LIMIT} to also count accepted, but not changed rows.
@item
-Fixed some serious bugs in @code{UPDATE ... ORDER BY}. (Bug #241)
-@item
-Fixed unlikely problem in optimising @code{WHERE} clause with constant
-expression like in @code{WHERE 1 AND (a=1 AND b=1)}.
-@item
Tuned optimizer to favour clustered index over table scan.
@item
@code{BIT_AND()} and @code{BIT_OR()} now return an unsigned 64 bit value.
@@ -57853,6 +57848,13 @@
Bugs fixed:
@itemize
@item
+Fixed some serious bugs in @code{UPDATE ... ORDER BY}. (Bug #241)
+@item
+Fixed unlikely problem in optimising @code{WHERE} clause with constant
+expression like in @code{WHERE 1 AND (a=1 AND b=1)}.
+@item
+Fixed that @code{SET SQL_BIG_SELECTS=1} works again.
+@item
Introduced proper backtick quoting for db.table in @code{SHOW GRANTS}
@item
Bug #283 (@code{FULLTEXT} index stops working after @code{ALTER TABLE}
@@ -57864,11 +57866,11 @@
Only ignore world-writeable @file{my.cnf} files that are regular files
(and not e.g. named pipes or character devices).
@item
-Fixed few smaller issues with @code{SET PASSWORD} ...
+Fixed few smaller issues with @code{SET PASSWORD}.
@item
Fixed error message which contained deprecated text.
@item
-Fixed a bug with two @code{NATURAL JOIN}'s in the query.
+Fixed a bug with two @code{NATURAL JOIN}s in the query.
@item
@code{SUM()} didn't return @code{NULL} when there was no rows in result
or when all values was @code{NULL}.

--
MySQL Internals Mailing List
For list archives: http://lists.mysql.com/internals
To unsubscribe:
http://lists.mysql.com/internals?unsub=gcdmd-internals@xxxxxxxxxxx




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise