List:Commits« Previous MessageNext Message »
From:Ignacio Galarza Date:May 19 2006 5:17pm
Subject:bk commit into 5.0 tree (iggy:1.2145) BUG#19322
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of iggy. When iggy 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://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet
  1.2145 06/05/19 13:17:07 iggy@stripped +1 -0
  BUG#19322 Added help defintion for --skip-external locking to mysqld --help --verbose

  sql/mysqld.cc
    1.548 06/05/19 13:17:03 iggy@stripped +2 -1
    Added --skip-external-locking to the --external-locking help.

# 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:	iggy
# Host:	rolltop.ignatz42.dyndns.org
# Root:	/home/iggy/mysql

--- 1.547/sql/mysqld.cc	2006-05-15 12:07:52 -04:00
+++ 1.548/sql/mysqld.cc	2006-05-19 13:17:03 -04:00
@@ -4812,7 +4812,8 @@
    0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},
   {"exit-info", 'T', "Used for debugging;  Use at your own risk!", 0, 0, 0,
    GET_LONG, OPT_ARG, 0, 0, 0, 0, 0, 0},
-  {"external-locking", OPT_USE_LOCKING, "Use system (external) locking.  With this option enabled you can run myisamchk to test (not repair) tables while the MySQL server is running.",
+  {"external-locking", OPT_USE_LOCKING, "Use system (external) locking (disabled by default). With this option enabled you can run myisamchk to test (not repair) tables while the MySQL server is running. \
+Disable with --skip-external-locking.",
    (gptr*) &opt_external_locking, (gptr*) &opt_external_locking,
    0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},
   {"flush", OPT_FLUSH, "Flush tables to disk between SQL commands.", 0, 0, 0,
Thread
bk commit into 5.0 tree (iggy:1.2145) BUG#19322Ignacio Galarza19 May