diff options
author | unknown <serg@serg.mysql.com> | 2001-04-17 14:17:22 +0200 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2001-04-17 14:17:22 +0200 |
commit | 023f4e54f100144489feaa99a1e2ca92c0ddad7d (patch) | |
tree | 884e11a1a12c75cdab0c82cf051989c0ce956675 /mysql-test/r/fulltext.result | |
parent | 4b570fc359635b216abd8852c31ac32cb35bae46 (diff) | |
download | mariadb-git-023f4e54f100144489feaa99a1e2ca92c0ddad7d.tar.gz |
bugfix: HAVING MATCH
Diffstat (limited to 'mysql-test/r/fulltext.result')
-rw-r--r-- | mysql-test/r/fulltext.result | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/r/fulltext.result b/mysql-test/r/fulltext.result index a616b09781f..e8a4d87f680 100644 --- a/mysql-test/r/fulltext.result +++ b/mysql-test/r/fulltext.result @@ -21,3 +21,7 @@ t2 CREATE TABLE `t2` ( FULLTEXT KEY `tix` (`inhalt`) ) TYPE=MyISAM ticket inhalt +ticket inhalt +3 foobar +ticket inhalt +3 foobar |