diff options
author | unknown <serg@serg.mysql.com> | 2000-12-30 16:54:33 +0100 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2000-12-30 16:54:33 +0100 |
commit | 4e72179830a45f78c534257042cfc6e40161ad40 (patch) | |
tree | 2f6856a715acf02e6006fa72f2deb6dffe252f7f /mysql-test/r/fulltext_multi.result | |
parent | 694ea09556d31bf64836d83b9e2c6e2211e70c47 (diff) | |
download | mariadb-git-4e72179830a45f78c534257042cfc6e40161ad40.tar.gz |
fulltext_multi.test Rename: mysql-test/t/ft0000002.test -> mysql-test/t/fulltext_multi.test
fulltext_order_by.test Rename: mysql-test/t/ft0000001.test -> mysql-test/t/fulltext_order_by.test
fulltext_multi.result Rename: mysql-test/r/ft0000002.result -> mysql-test/r/fulltext_multi.result
fulltext_order_by.result Rename: mysql-test/r/ft0000001.result -> mysql-test/r/fulltext_order_by.result
mysql-test/r/fulltext_order_by.result:
Rename: mysql-test/r/ft0000001.result -> mysql-test/r/fulltext_order_by.result
mysql-test/r/fulltext_multi.result:
Rename: mysql-test/r/ft0000002.result -> mysql-test/r/fulltext_multi.result
mysql-test/t/fulltext_order_by.test:
Rename: mysql-test/t/ft0000001.test -> mysql-test/t/fulltext_order_by.test
mysql-test/t/fulltext_multi.test:
Rename: mysql-test/t/ft0000002.test -> mysql-test/t/fulltext_multi.test
Diffstat (limited to 'mysql-test/r/fulltext_multi.result')
-rw-r--r-- | mysql-test/r/fulltext_multi.result | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mysql-test/r/fulltext_multi.result b/mysql-test/r/fulltext_multi.result new file mode 100644 index 00000000000..d78d88172b5 --- /dev/null +++ b/mysql-test/r/fulltext_multi.result @@ -0,0 +1,12 @@ +a MATCH b AGAINST ('lala lkjh') +1 0.67003110026735 +2 0 +3 0 +a MATCH c AGAINST ('lala lkjh') +1 0 +2 0.67756324121582 +3 0 +a MATCH b,c AGAINST ('lala lkjh') +1 0.64840710366884 +2 0.66266459031789 +3 0 |