summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2005-03-09 19:22:30 +0100
committerunknown <serg@serg.mylan>2005-03-09 19:22:30 +0100
commitd1b3c64b230e35dccf33ac7bb70bdd52f779536b (patch)
treef16bb48edb46705380ea8ac84c64b53a1a81b163 /mysql-test
parentcd4961830ef37a6c4470ec22fecdf308fc307a46 (diff)
downloadmariadb-git-d1b3c64b230e35dccf33ac7bb70bdd52f779536b.tar.gz
after merge fixes
mysql-test/r/fulltext.result: after merge - test results updated sql/sql_class.cc: protection
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/r/fulltext.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/fulltext.result b/mysql-test/r/fulltext.result
index fa1e6a75e52..34d1213d1b2 100644
--- a/mysql-test/r/fulltext.result
+++ b/mysql-test/r/fulltext.result
@@ -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