Hello.
> Show us the query that fails, fulltext works ok here. LIKE doesn't use fulltext. >> > Show us the query that fails, fulltext works ok here. > > SELECT id,txt,ch FROM fulltxt WHERE txt LIKE "%modem"; > id,txt,ch > 0,DSL-modem,DSL-Modem > 1,Cable-Modem,Cable-Modem > > SELECT id,txt,ch FROM fulltxt WHERE txt LIKE "dsl%"; > id,txt,ch > 0,DSL-modem,DSL-Modem > > id is int, txt is text, ch is char. > HTH -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.NET http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Gleb Paharenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.NET <___/ www.mysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]