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.2666 05/03/07 18:42:45 paul@stripped +1 -0
manual.texi:
Document bugfix. (Bug #8475)
Document bugfix. (Bug #8532)
Document bugfix. (Bug #8271)
Docs/manual.texi
1.2490 05/03/07 18:34:58 paul@stripped +3 -0
Document bugfix. (Bug #8475)
Docs/manual.texi
1.2489 05/03/07 18:26:36 paul@stripped +8 -0
Document bugfix. (Bug #8532)
Docs/manual.texi
1.2488 05/03/07 17:47:18 paul@stripped +4 -0
Document bugfix. (Bug #8271)
# 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: frost.snake.net
# Root: /Volumes/frost2/MySQL/bk/mysqldoc
--- 1.2487/Docs/manual.texi 2005-03-07 17:44:10 -06:00
+++ 1.2490/Docs/manual.texi 2005-03-07 18:34:58 -06:00
@@ -96800,6 +96800,10 @@
checked names as given in @code{CREATE FUNCTION} statements.)
See @ref{UDF calling}, @ref{UDF aggr. calling}, and @ref{UDF security}.
@item
+Changed the server logging system so that non-seekable files such as FIFOs
+can be used for log files. This change does @emph{not} apply to binary
+logs or relay logs. (Bug #8271)
+@item
The server now includes a timestamp in the @code{Ready for connections} message
that is written to the error log at startup. (Bug #8444)
@item
@@ -96990,6 +96994,10 @@
Bugs fixed:
@itemize @bullet
@item
+If @code{SELECT DISTINCT} named an index column multiple times in the select
+list, the server tried to access different key fields for each instance of the
+column, which could result in a crash. (Bug #8532)
+@item
For a stored function that refers to a given table, invoking the function
while selecting from the same table resulted in a server crash. (Bug #8405)
@item
@@ -97948,6 +97956,13 @@
Bugs fixed:
@itemize @bullet
+@item
+For a statement string that contained multiple slow queries, only the last
+one would be written to the slow query log. (Bug #8475)
+@item
+When the server was started with @code{--skip-name-resolve}, specifying
+hostname values that included netmasks in @code{GRANT} statements did not
+work. (Bug #8471)
@item
The @code{--set-character-set} option for @command{myisamchk} was changed
to @code{--set-collation}. The value needed for specifying how to sort
| Thread |
|---|
| • bk commit - mysqldoc tree (paul:1.2666) | paul | 8 Mar |