Re: how to change ft_max_word_len value beyond 254

2005-08-12 Thread SGreen
Bendick Mahleko <[EMAIL PROTECTED]> wrote on 08/12/2005 07:48:27 AM: > Hello Mark, > > I am indexing scientific data, where each word is potentially more than > 255 in length. So the point is, there doesn't seem to be a way to change > the maximum word length (via 'ft_max_word_len' - the para

Re: how to change ft_max_word_len value beyond 254

2005-08-12 Thread Bendick Mahleko
Hello Mark, I am indexing scientific data, where each word is potentially more than 255 in length. So the point is, there doesn't seem to be a way to change the maximum word length (via 'ft_max_word_len' - the parameter defining the maximum length of any word as you pointed out) beyond 255. Wh

RE: how to change ft_max_word_len value beyond 254

2005-08-12 Thread Mark Leith
> -Original Message- > From: Bendick Mahleko [mailto:[EMAIL PROTECTED] > Sent: 12 August 2005 12:22 > To: mysql@lists.mysql.com > Subject: how to change ft_max_word_len value beyond 254 > > Hello, > I want to index a table using a TEXT value, with length > > 255. I tried changing ft_max_