bk commit into 4.1 tree (jperkin:1.2676)
Below is the list of changes that have just been committed into a local
4.1 repository of jperkin. When jperkin does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@1.2676, 2007-08-02 18:51:11+02:00, jperkin@production.mysql.com +1 -0
myisamchk.c:
Fix typo in usage.
myisam/myisamchk.c@1.131, 2007-08-02 18:50:16+02:00, jperkin@production.mysql.com +2 -2
Fix typo in usage.
diff -Nrup a/myisam/myisamchk.c b/myisam/myisamchk.c
--- a/myisam/myisamchk.c 2005-12-04 14:32:54 +01:00
+++ b/myisam/myisamchk.c 2007-08-02 18:50:16 +02:00
@@ -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\
--
MySQL Code Commits Mailing List
For list archives:
http://lists.mysql.com/commits
To unsubscribe:
http://lists.mysql.com/commits?unsub=lists@pantek.com
Received on Thu Aug 2 12:51:19 2007
This archive was generated by hypermail 2.1.8
: Thu Aug 09 2007 - 19:21:58 EDT
|