1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

after merge fixes

mysql-test/r/fulltext.result:
  after merge - test results updated
sql/sql_class.cc:
  protection
This commit is contained in:
unknown
2005-03-09 19:22:30 +01:00
parent cd4961830e
commit d1b3c64b23
6 changed files with 14 additions and 9 deletions

View File

@@ -132,6 +132,7 @@ a b
MySQL has now support for full-text search
select * from t1 where MATCH a,b AGAINST ('"now support"' IN BOOLEAN MODE);
a b
MySQL has now support for full-text search
select * from t1 where MATCH a,b AGAINST ('"text search" "now support"' IN BOOLEAN MODE);
a b
MySQL has now support for full-text search