diff options
author | unknown <serg@serg.mysql.com> | 2001-02-28 11:43:08 +0100 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2001-02-28 11:43:08 +0100 |
commit | 72bc949c1ad82a53979140a545d1bcf5f1681a16 (patch) | |
tree | 4ee841e8c45ebcfde147158a2a83643f44021800 /mysql-test/r/fulltext.result | |
parent | 064c7adf422bddbad3dfdf1dc9d6246082b10a32 (diff) | |
download | mariadb-git-72bc949c1ad82a53979140a545d1bcf5f1681a16.tar.gz |
sql_select.cc MATCH ... AGAINST (NULL) bug fixed
item_func.cc MATCH ... AGAINST (NULL) bug fixed
fulltext.test MATCH ... AGAINST (NULL) bug fixed
fulltext.result MATCH ... AGAINST (NULL) bug fixed
mysql-test/r/fulltext.result:
MATCH ... AGAINST (NULL) bug fixed
mysql-test/t/fulltext.test:
MATCH ... AGAINST (NULL) bug fixed
sql/item_func.cc:
MATCH ... AGAINST (NULL) bug fixed
sql/sql_select.cc:
MATCH ... AGAINST (NULL) bug fixed
Diffstat (limited to 'mysql-test/r/fulltext.result')
-rw-r--r-- | mysql-test/r/fulltext.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/fulltext.result b/mysql-test/r/fulltext.result index 025cd022cd4..a616b09781f 100644 --- a/mysql-test/r/fulltext.result +++ b/mysql-test/r/fulltext.result @@ -20,3 +20,4 @@ t2 CREATE TABLE `t2` ( KEY `tig` (`ticket`), FULLTEXT KEY `tix` (`inhalt`) ) TYPE=MyISAM +ticket inhalt |