Hi!
On Mar 22, Alexander Belyaev wrote:
> Hi,
>
> I know, many fulltext bugs fixed last two weeks, thanks!
> But this nice mysql4 feature are critical for us, we plan to use it in many
> projects... and we test it again and again... :)
>
> My test case:
> http://www.graphit.ru/fulltext402.tar.
Hi,
I know, many fulltext bugs fixed last two weeks, thanks!
But this nice mysql4 feature are critical for us, we plan to use it in many
projects... and we test it again and again... :)
My test case:
http://www.graphit.ru/fulltext402.tar.gz
test.res - output from 4.0.2 cloned 2002-03-21.
With
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. 4 rows
>
> ALTER TABLE test ADD FULLTEXT findind (txt);
>
> select * from test where match(t
Hello,
CREATE TABLE IF NOT EXISTS test (
id mediumint(6) unsigned NOT NULL DEFAULT '0' ,
txt text ,
PRIMARY KEY (id)
);
#insert. 4 rows
ALTER TABLE test ADD FULLTEXT findind (txt);
select * from test where match(txt) against('+sony -playstation' in boolean
mode)
(25 rows returned