Re: Answer: how to get 64 indexes

2002-08-01 Thread Jeremy Zawodny
On Mon, Jul 29, 2002 at 12:15:50PM -0700, [EMAIL PROTECTED] wrote: > After many headaches, rantings, and emails, i have FINALLY figured out how > to get 64 indexes out > of MySQL tables. [snip] > I think its a sad situation that i could find numerous references to using > 64 keys, none > more sp

Answer: how to get 64 indexes

2002-07-29 Thread speters
After many headaches, rantings, and emails, i have FINALLY figured out how to get 64 indexes out of MySQL tables. There are 3 changes you need to make to the source code. in file "mysql_priv.h" change the line:typedef ulong key_map to:typedef ulonglong key_map in fi