mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
4e72179830
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
12 lines
198 B
Text
12 lines
198 B
Text
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
|