summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg@trift2. <>2007-08-02 22:09:52 +0200
committerjoerg@trift2. <>2007-08-02 22:09:52 +0200
commit7c6a0cf03f4ae6fbe999132e1de9fd3b730808ee (patch)
tree76cdd14c5e0e2034b32f9503e69ebaa2813fad61
parent9d09389ccb11e8e7e29c1986096fab05c52a0ebe (diff)
parent21cb71adb069ac8b695b8225d4efc166ffa04aca (diff)
downloadmariadb-git-7c6a0cf03f4ae6fbe999132e1de9fd3b730808ee.tar.gz
Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1-build
into trift2.:/MySQL/M41/push-4.1
-rw-r--r--myisam/myisamchk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/myisam/myisamchk.c b/myisam/myisamchk.c
index 49e3ea0f142..a259fbf2c19 100644
--- a/myisam/myisamchk.c
+++ b/myisam/myisamchk.c
@@ -338,7 +338,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,
@@ -453,7 +453,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\