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.2751 05/06/10 14:32:52 paul@stripped +1 -0
manual.texi:
Document bugfix. (Bug #10931)
Document bugfix. (Bug #8183)
Document bugfix. (Bug #10947)
Document bugfix. (Bug #5894)
Document bugfix. (Bug #7306)
Docs/manual.texi
1.2971 05/06/10 14:31:49 paul@stripped +4 -0
Document bugfix. (Bug #10931)
Docs/manual.texi
1.2970 05/06/10 14:27:27 paul@stripped +5 -0
Document bugfix. (Bug #8183)
Docs/manual.texi
1.2969 05/06/10 14:20:05 paul@stripped +3 -0
Document bugfix. (Bug #10947)
Docs/manual.texi
1.2968 05/06/10 14:14:21 paul@stripped +6 -0
Document bugfix. (Bug #5894)
Docs/manual.texi
1.2967 05/06/10 13:33:37 paul@stripped +3 -0
Document bugfix. (Bug #7306)
# 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.2966/Docs/manual.texi 2005-06-10 13:25:04 -05:00
+++ 1.2971/Docs/manual.texi 2005-06-10 14:31:49 -05:00
@@ -3661,6 +3661,7 @@
All API's, extern visible structures and columns for SQL commands will not
change during future beta, gamma or production releases.
+
@item
@code{gamma} is a beta that has been around a while and seems to work fine.
Only minor fixes are added. This is what many other companies call a release.
@@ -100370,6 +100371,11 @@
Bugs fixed:
@itemize @bullet
@item
+The hostname cache was not working. (Bug #10931)
+@item
+On Windows, @code{mysqlshow} did not interpret wildcard characters properly if
+they were given in the table name argument. (Bug #10947)
+@item
Using @code{PREPARE} to prepare a statement that invoked a stored routine that
deallocated the prepared statement caused a server crash. This is prevented
by disabling dynamic SQL within stored routines. (Bug #10975)
@@ -100399,6 +100405,9 @@
Functionality added or changed:
@itemize @bullet
@item
+Placeholders now can be used for @code{LIMIT} in prepared statements.
+(Bug #7306)
+@item
@code{SHOW BINARY LOGS} now displays a @code{File_size} column that indicates
the size of each file.
@item
@@ -100423,6 +100432,11 @@
Bugs fixed:
@itemize @bullet
@item
+Using @code{ALTER TABLE} for a table that had a trigger caused a crash
+when executing a statement that activated the trigger, and also a crash later
+with @code{USE @var{db_name}} for the database containing the table.
+(Bug #5894)
+@item
Fixed a server crash resulting from an attempt to allocate too much memory
when @code{GROUP BY @var{blob_col}} and @code{COUNT(DISTINCT)} were used.
(Bug #11088)
@@ -102496,6 +102510,13 @@
Bugs fixed:
@itemize @bullet
+@item
+The hostname cache was not working. (Bug #10931)
+@item
+For a @code{MERGE} table with @code{MyISAM} tables in other, symlinked,
+databases, @code{SHOW CREATE TABLE} reported the @code{MyISAM} tables using
+the name of the symlinked directory rather than the database name.
+(Bug #8183)
@item
Fixed a server crash resulting from an attempt to allocate too much memory
when @code{GROUP BY @var{blob_col}} and @code{COUNT(DISTINCT)} were used.
| Thread |
|---|
| • bk commit - mysqldoc@docsrva tree (paul:1.2751) | paul | 10 Jun |