diff options
author | unknown <jperkin@production.mysql.com> | 2007-08-02 18:51:11 +0200 |
---|---|---|
committer | unknown <jperkin@production.mysql.com> | 2007-08-02 18:51:11 +0200 |
commit | fb828592b4f6798e67f2b60f0ac56282adec5a85 (patch) | |
tree | 57aeeab6d437f710d80311428b0915b01c2b93c3 /myisam | |
parent | c20595d8a0f2a18c7b6d7d85c6c2b42b5025df8d (diff) | |
download | mariadb-git-fb828592b4f6798e67f2b60f0ac56282adec5a85.tar.gz |
myisamchk.c:
Fix typo in usage.
myisam/myisamchk.c:
Fix typo in usage.
Diffstat (limited to 'myisam')
-rw-r--r-- | myisam/myisamchk.c | 4 |
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\ |