diff options
author | serg@serg.mysql.com <> | 2000-12-30 16:54:33 +0100 |
---|---|---|
committer | serg@serg.mysql.com <> | 2000-12-30 16:54:33 +0100 |
commit | ec9f38989f217e4723a32d3ccedb06a1fd0e05d7 (patch) | |
tree | 2f6856a715acf02e6006fa72f2deb6dffe252f7f /mysql-test/r/fulltext_multi.result | |
parent | 93acfcd36057ff67ac4df458f3b2c3f5119a8c92 (diff) | |
download | mariadb-git-ec9f38989f217e4723a32d3ccedb06a1fd0e05d7.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
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 |