summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
diff options
context:
space:
mode:
authorunknown <iggy@mysql.com>2006-05-19 13:17:07 -0400
committerunknown <iggy@mysql.com>2006-05-19 13:17:07 -0400
commit136ebf4f81ddc22fc1c361e57ad8c857dc51603a (patch)
tree699090e6b00f0ae7e47496aa2e53499da4e179b5 /sql/mysqld.cc
parenta514a26cd0da0faa4c73be1698d897d065bca008 (diff)
downloadmariadb-git-136ebf4f81ddc22fc1c361e57ad8c857dc51603a.tar.gz
BUG#19322 Added help defintion for --skip-external locking to mysqld --help --verbose
sql/mysqld.cc: Added --skip-external-locking to the --external-locking help.
Diffstat (limited to 'sql/mysqld.cc')
-rw-r--r--sql/mysqld.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc
index 004b1761c77..abbd3b8fd5a 100644
--- a/sql/mysqld.cc
+++ b/sql/mysqld.cc
@@ -4812,7 +4812,8 @@ Disable with --skip-bdb (will save memory).",
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,