List:Internals« Previous MessageNext Message »
From:paul Date:May 24 2005 9:28pm
Subject:bk commit - mysqldoc@docsrva tree (paul:1.2712)
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.2712 05/05/24 14:28:36 paul@stripped +1 -0
  manual.texi:
    You can DROP a locked table.  (Bug #9462)
    Document bugfix. (Bug #7815)

  Docs/manual.texi
    1.2934 05/05/24 14:27:22 paul@stripped +4 -0
    You can DROP a locked table.  (Bug #9462)

  Docs/manual.texi
    1.2933 05/05/24 14:20:35 paul@stripped +5 -0
    Document bugfix. (Bug #7815)

# 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.2932/Docs/manual.texi	2005-05-24 14:14:21 -05:00
+++ 1.2934/Docs/manual.texi	2005-05-24 14:27:22 -05:00
@@ -41395,6 +41395,7 @@
 
 @item --delayed-insert
 Insert rows using @code{INSERT DELAYED} statements.
+This option was disabled in MySQL 5.0.7.
 
 @item --delete-master-logs
 On a master replication server, delete the binary
@@ -60491,6 +60492,10 @@
 All tables that are locked by the current thread are implicitly unlocked
 when the thread issues another @code{LOCK TABLES}, or when the connection
 to the server is closed.
+
+A table lock protects only against inappropriate reads or writes by other
+clients. The client holding the lock, even a read lock, can perform
+table-level operations such as @code{DROP TABLE}.
 @c end_description_for_help_topic
 
 Note the following regarding the use of @code{LOCK TABLES} with transactional
@@ -100255,6 +100260,10 @@
 
 Functionality added or changed:
 @itemize @bullet
+@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)
 @item
 Added @code{REFERENCED_TABLE_SCHEMA}, @code{REFERENCED_TABLE_NAME}, and
 @code{REFERENCED_COLUMN_NAME} columns to the @code{KEY_COLUMN_USAGE} table of
Thread
bk commit - mysqldoc@docsrva tree (paul:1.2712)paul24 May