List:Internals« Previous MessageNext Message »
From:paul Date:March 9 2005 3:47pm
Subject:bk commit - mysqldoc tree (paul:1.2685)
View as plain text  
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.2685 05/03/09 09:47:49 paul@stripped +1 -0
  manual.texi:
    Fix two errors.  Thanks Serg.

  Docs/manual.texi
    1.2512 05/03/09 09:47:31 paul@stripped +2 -1
    Fix two errors.  Thanks Serg.

# 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:	kite-hub.kitebird.com
# Root:	/src/extern/MySQL/bk/mysqldoc

--- 1.2511/Docs/manual.texi	2005-03-09 05:49:26 -06:00
+++ 1.2512/Docs/manual.texi	2005-03-09 09:47:31 -06:00
@@ -97058,6 +97058,7 @@
 used a @code{FULLTEXT} index to retrieve rows and there was another index that
 was usable for @code{ORDER BY}. For such a query, @code{EXPLAIN} showed
 @code{fulltext} join type, but regular (not @code{FULLTEXT}) index in the
+@code{Key} column.  (Bug #6635)
 @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
@@ -113436,7 +113437,7 @@
 @itemize @bullet
 @item
 @code{mysql_list_dbcolumns()} and @code{insert_fields()} were retrieving all
-columns from a table. Fixed the queries generated by these functions to return
+rows from a table. Fixed the queries generated by these functions to return
 no rows. (Bug #8198)
 @item
 @code{SQLGetTypoInfo()} returned @code{tinyblob} for @code{SQL_VARBINARY}
Thread
bk commit - mysqldoc tree (paul:1.2685)paul9 Mar