I'd like to submit small a patch for mysql_hotcopy.  I don't know where to
go with it.  I'm assuming if it's worth anything, it'll get picked up from
here and stuffed in.  I'm sure others have so many tables that would max
out cp's argument list :)

422a423,430
>   # the array size block below helps eliminate "Argument list too long"
>   if ($#files > 127) {
>       my @this;
>       while ($#files > 127) {
>         @this = splice(@files, 0, 127);
>         eval { copy_files($opt{method}, \@this, $rdb->{target} ); };
>       };
>   }




I've also added a tar method to mysqlhotcopy.  I can submit a patch for
that if it is appropriate.

Thanks,

-Troy Bowman, ArosNet Systems Administration


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to