mirror of
https://github.com/MariaDB/server.git
synced 2025-05-07 04:01:59 +03:00

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
13 lines
198 B
Plaintext
13 lines
198 B
Plaintext
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
|