diff options
Diffstat (limited to 'mysql-test/r/fulltext_order_by.result')
-rw-r--r-- | mysql-test/r/fulltext_order_by.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/fulltext_order_by.result b/mysql-test/r/fulltext_order_by.result index 130d096e00f..3b52be4b1f2 100644 --- a/mysql-test/r/fulltext_order_by.result +++ b/mysql-test/r/fulltext_order_by.result @@ -158,5 +158,5 @@ where match(c.beitrag) against ('+abc' in boolean mode) order by match(betreff) against ('+abc' in boolean mode) desc; -text id betreff +ERROR HY000: The used table type doesn't support FULLTEXT indexes drop table t1,t2,t3; |