I created table for fulltext. I publish SQL:

sql>create table (test title longtext)TYPE=MyISAM;
sql>alter table test add fulltext title (40000);


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);
I got a error???


Regards,
Yui

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to