Re: fulltext max size

2005-08-24 Thread Yui Hiroaki
Thank you for your reply. > sql>create table (test title longtext)TYPE=MyISAM; > sql>alter table test add fulltext (title); Your SQL above does not define the word long. How much character can I insert into "title" column? Yui What do you expedt the number in brackets to do? I cannot find any

fulltext max size

2005-08-24 Thread Yui Hiroaki
I created table for fulltext. I publish SQL: sql>create table (test title longtext)TYPE=MyISAM; sql>alter table test add fulltext title (4); But title is so small to insert text. what biggest text I can insert title column? When I publish SQL: alter table test add fulltext title(4294967295)