summaryrefslogtreecommitdiff
path: root/myisam
diff options
context:
space:
mode:
authorunknown <jperkin@production.mysql.com>2007-08-02 18:57:50 +0200
committerunknown <jperkin@production.mysql.com>2007-08-02 18:57:50 +0200
commitf639db3097fb42ea764e98ee30b0be0058e568c0 (patch)
tree0ab5a654d8c95c7ca7799d85a1b86f43c6b98174 /myisam
parent6e20710c6c2fd7cbf356a6a6a866c38ef39ef3a3 (diff)
parent0de7ddf0e5362d246069ae2a71ae87c39d3eb776 (diff)
downloadmariadb-git-f639db3097fb42ea764e98ee30b0be0058e568c0.tar.gz
Merge production.mysql.com:/usersnfs/jperkin/bk/trees/build/mysql-4.1
into production.mysql.com:/usersnfs/jperkin/bk/trees/build/mysql-5.0 myisam/myisamchk.c: Auto merged
Diffstat (limited to 'myisam')
-rw-r--r--myisam/myisamchk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/myisam/myisamchk.c b/myisam/myisamchk.c
index 0332644c5a6..d0117e12ede 100644
--- a/myisam/myisamchk.c
+++ b/myisam/myisamchk.c
@@ -337,7 +337,7 @@ static struct my_option my_long_options[] =
(gptr*) &ft_stopword_file, (gptr*) &ft_stopword_file, 0, GET_STR,
REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
{"stats_method", OPT_STATS_METHOD,
- "Specifies how index statistics collection code should threat NULLs. "
+ "Specifies how index statistics collection code should treat NULLs. "
"Possible values of name are \"nulls_unequal\" (default behavior for 4.1/5.0), "
"\"nulls_equal\" (emulate 4.0 behavior), and \"nulls_ignored\".",
(gptr*) &myisam_stats_method_str, (gptr*) &myisam_stats_method_str, 0,
@@ -452,7 +452,7 @@ static void usage(void)
MySQL faster. You can check the calculated distribution\n\
by using '--description --verbose table_name'.\n\
--stats_method=name Specifies how index statistics collection code should\n\
- threat NULLs. Possible values of name are \"nulls_unequal\"\n\
+ treat NULLs. Possible values of name are \"nulls_unequal\"\n\
(default for 4.1/5.0), \"nulls_equal\" (emulate 4.0), and \n\
\"nulls_ignored\".\n\
-d, --description Prints some information about table.\n\