Hi! On Mar 21, Alexander Belyaev wrote: > Hello, > > CREATE TABLE IF NOT EXISTS test ( > id mediumint(6) unsigned NOT NULL DEFAULT '0' , > txt text , > PRIMARY KEY (id) > ); > > #insert..... 40000 rows > > ALTER TABLE test ADD FULLTEXT findind (txt); > > select * from test where match(txt) against('+sony -playstation' in boolean > mode) > (25 rows returned) > > select * from test where match(txt) against('+sony -playstatio* ' in boolean > mode) > (0 rows returned) > > select * from test where match(txt) against('-playstatio* +sony ' in boolean > mode) > (25 rows returned) > > Above results from mysql-4.0.2, cloned today (2002-03-21)
Hmm, there were bugs quite similar to this one fixed recently. Can you create a test case ? Regards, Sergei -- MySQL Development Team __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Sergei Golubchik <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, http://www.mysql.com/ /_/ /_/\_, /___/\___\_\___/ Osnabrueck, Germany <___/ --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php