At 14:17 +0000 6/30/02, serg@stripped wrote:
>Below is the list of changes that have just been committed into a
>4.0 repository of serg. When serg 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://www.mysql.com/doc/I/n/Installing_source_tree.html
>
>ChangeSet
> 1.1052 02/06/30 14:17:29 serg@stripped +6 -0
> "myisamchk -p" for parallel recover works (no extensive testing though)
>
[clipped]
>--- 1.85/myisam/myisamchk.c Mon Jun 24 19:31:30 2002
>+++ 1.86/myisam/myisamchk.c Sun Jun 30 14:17:27 2002
>@@ -216,9 +216,15 @@
> {"recover", 'r',
> "Can fix almost anything except unique keys that aren't unique.",
> 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
>+ {"paraller-recover", 'p',
>+ "Same as '-r' but creates all the keys in parallel",
>+ 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
I think you might want "parallel-recover" here rather than "paraller-recover".
:-)