List:Internals« Previous MessageNext Message »
From:paul Date:March 23 2005 6:42pm
Subject:bk commit - mysqldoc tree (paul:1.2766)
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.2766 05/03/23 11:42:23 paul@stripped +1 -0
  manual.texi:
    Document bugfix. (Bug #5036)
    Document bugfix. (Bug #9309)

  Docs/manual.texi
    1.2601 05/03/23 11:42:05 paul@stripped +6 -0
    Document bugfix. (Bug #5036)

  Docs/manual.texi
    1.2600 05/03/23 11:32:59 paul@stripped +3 -0
    Document bugfix. (Bug #9309)

# 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.2599/Docs/manual.texi	2005-03-23 11:25:57 -06:00
+++ 1.2601/Docs/manual.texi	2005-03-23 11:42:05 -06:00
@@ -41402,6 +41402,10 @@
 @item --protocol=@{TCP | SOCKET | PIPE | MEMORY@}
 The connection protocol to use.  New in MySQL 4.1.
 
+@item --show-table-type
+Show a column indicating the table type, as in @code{SHOW FULL TABLES}.
+New in MySQL 5.0.4.
+
 @item --socket=@var{path}, -S @var{path}
 The socket file to use when connecting to @code{localhost} (which is the
 default host).
@@ -97757,10 +97761,15 @@
 Functionality added or changed:
 @itemize @bullet
 @item
+Added @code{--show-table-type} option to @command{mysqlshow}, to display a
+column indicating the table type, as in @code{SHOW FULL TABLES}.  (Bug #5036)
 @end itemize
 
 Bugs fixed:
 @itemize @bullet
+@item
+Fixed a problem where @code{ORDER BY} in a @code{SELECT} from
+@code{INFORMATION_SCHEMA} was not respected.  (Bug #9309)
 @item
 @code{mysql_fix_privilege_tables} now fixes that the @code{mysql} privilege
 tables can be used in MySQL 4.1. This allows one to easily downgrade to 4.1
Thread
bk commit - mysqldoc tree (paul:1.2766)paul23 Mar