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.2727 05/05/30 21:21:39 paul@stripped +1 -0
manual.texi:
SHOW BINARY LOGS now has a File_size column.
Docs/manual.texi
1.2950 05/05/30 21:21:24 paul@stripped +17 -0
SHOW BINARY LOGS now has a File_size column.
# 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.2949/Docs/manual.texi 2005-05-30 21:14:43 -05:00
+++ 1.2950/Docs/manual.texi 2005-05-30 21:21:24 -05:00
@@ -64209,10 +64209,21 @@
Lists the binary log files on the server. This statement is used as part of
the procedure described in @ref{PURGE MASTER LOGS, , @code{PURGE MASTER LOGS}}
for determining which logs can be purged.
+
+@example
+mysql> SHOW BINARY LOGS;
++---------------+-----------+
+| Log_name | File_size |
++---------------+-----------+
+| binlog.000015 | 724935 |
+| binlog.000016 | 733481 |
++---------------+-----------+
+@end example
@c end_description_for_help_topic
@code{SHOW MASTER LOGS} was added in MySQL 3.23.38. As of MySQL 4.1.1,
you can also use @code{SHOW BINARY LOGS}, which is equivalent.
+The @code{File_size} column is displayed as of MySQL 4.1.13 and 5.0.7.
@node SHOW MASTER STATUS, SHOW SLAVE HOSTS, SHOW MASTER LOGS, Replication Master SQL
@@ -100297,6 +100308,9 @@
Functionality added or changed:
@itemize @bullet
@item
+@code{SHOW BINARY LOGS} now displays a @code{File_size} column that indicates
+the size of each file.
+@item
The @code{--delayed-insert} option for @command{mysqldump} has been disabled
to avoid causing problems with storage engines that do not support
@code{INSERT DELAYED}. (Bug #7815)
@@ -102286,6 +102300,9 @@
Functionality added or changed:
@itemize @bullet
+@item
+@code{SHOW BINARY LOGS} now displays a @code{File_size} column that indicates
+the size of each file.
@end itemize
Bugs fixed:
| Thread |
|---|
| • bk commit - mysqldoc@docsrva tree (paul:1.2727) | paul | 31 May |