Navigation Menu

Skip to content

Commit

Permalink
mysql56 test: update the expected result for enable multiple column key
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 26, 2012
1 parent e386dca commit ba77091
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -17,10 +17,6 @@ FROM diaries
WHERE MATCH (title) AGAINST ("富士山");
ERROR HY000: Can't find FULLTEXT index matching the column list
CREATE FULLTEXT INDEX title_index on diaries (title);
Warnings:
Error 16501 The table parameter '' is invalid
Error 16501 The table parameter '' is invalid
Error 16501 The table parameter '' is invalid
EXPLAIN
SELECT *
FROM diaries
Expand Down

0 comments on commit ba77091

Please sign in to comment.