From: Martin G. <gim...@gi...> - 2003-03-29 15:01:47
|
Steve Wainstead <sw...@pa...> writes: > On Fri, 28 Mar 2003, Martin Geisler wrote: > >> Before that change, the text on the page got truncated to 2^16 bytes >> which is the capacity of a TEXT column in MySQL. I guess a MEDIUMTEXT >> column with a capacity of 2^24 bytes = 16 MiB would suffice for most >> pages. > > Hmm. But the page column was always a MEDIUMTEXT; it is in CVS right > now... Yes, you're right... I checked the log in CVS and it says that it's always been MEDIUMTEXT... Thinking back, then I must have changed it when I was playing with using full-text indexes in MySQL. They are (unfortunately) only allowed on TEXT columns. By the way, a full-text index worked well for me, giving me relevant hits for my searches. -- Martin Geisler My GnuPG Key: 0xF7F6B57B See http://gimpster.com/ and http://phpweather.net/ for: PHP Weather: Shows the current weather on your webpage and PHP Shell: A telnet-connection (almost :-) in a PHP page. Join Freenet: http://gimpster.com/downloads/freenet/ |