summaryrefslogtreecommitdiff
path: root/mysql-test/r/fulltext.result
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2002-04-18 18:44:18 +0000
committerunknown <serg@serg.mysql.com>2002-04-18 18:44:18 +0000
commitfa14d2e51bd1990cafbc71d70ad2b3a36d159f8d (patch)
tree3ad18af758595fdc9b8408fe54afa489d9cb87df /mysql-test/r/fulltext.result
parentdb9a12039f9c9fe362f8e935c5f5bda99ade847f (diff)
downloadmariadb-git-fa14d2e51bd1990cafbc71d70ad2b3a36d159f8d.tar.gz
ftb bug fixed
Diffstat (limited to 'mysql-test/r/fulltext.result')
-rw-r--r--mysql-test/r/fulltext.result3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/fulltext.result b/mysql-test/r/fulltext.result
index cd9d1a93c58..e8d9c9aa708 100644
--- a/mysql-test/r/fulltext.result
+++ b/mysql-test/r/fulltext.result
@@ -156,6 +156,9 @@ KEY ind5 (title),
FULLTEXT KEY FT1 (title)
) TYPE=MyISAM;
insert into t1 (title) values ('this is a test');
+select * from t1 where match title against ('test' in boolean mode);
+id title
+1 this is a test
update t1 set title='this is A test' where id=1;
check table t1;
Table Op Msg_type Msg_text