series, as the improvement to
filesort seems to greatly affect my application ... I'm quite willing
to apply a software patch locally to fix the problem.
Thanks,
-Aaron
--
Aaron J. Mackey, Ph.D.
Dept. of Biology, Goddard 212
University of Pennsylvania email: [EMAIL PROTECTED]
415 S
server version: 3.23.47
mysql> create table myhits (
-> libid int unsigned not null,
-> begin bigint unsigned not null,
-> end bigint unsigned not null,
-> index(libid),
-> index(begin),
-> index(end)
-> ) type = heap;
Query OK, 0 rows affected (0.00 sec)
[ insert st
I just saw something on freshmeat.net called EPM (ESP Package Manager)
that purports to be able to assemble AT&T .pkg files for you (as well as
other popular package formats, .bpkg, .rpm, etc). Haven't tried it, let
me know if it works out for you.
-Aaron
On Tue, 23 Jan 2001, James Raff wrote: