summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
diff options
context:
space:
mode:
authorunknown <mskold@mysql.com>2006-06-14 14:13:45 +0200
committerunknown <mskold@mysql.com>2006-06-14 14:13:45 +0200
commit5436a16e436e4a97720cd884f646d2b8fa713e9c (patch)
treef77f8d7d3c9ebd6b54e67f3518a2e4e1531c2252 /sql/mysqld.cc
parented6bd84fee76b95a20981605f0a78a55f3fb6e8e (diff)
downloadmariadb-git-5436a16e436e4a97720cd884f646d2b8fa713e9c.tar.gz
Fixed variable description
Diffstat (limited to 'sql/mysqld.cc')
-rw-r--r--sql/mysqld.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc
index 1a576616966..dda2fbc3588 100644
--- a/sql/mysqld.cc
+++ b/sql/mysqld.cc
@@ -5433,7 +5433,7 @@ Disable with --skip-ndbcluster (will save memory).",
#endif
{"nb-use-copying-alter-table",
OPT_NDB_USE_COPYING_ALTER_TABLE,
- "Force ndbcluster to always copy tables at alter table (used for ensuring that operations such as renaming fields are propagated to ndb data dictionary).",
+ "Force ndbcluster to always copy tables at alter table (should only be used if on-line alter table fails).",
(gptr*) &global_system_variables.ndb_use_copying_alter_table,
(gptr*) &global_system_variables.ndb_use_copying_alter_table,
0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},