Navigation Menu

Skip to content

Commit

Permalink
test: fix expected result for enable keys for multiple column index
Browse files Browse the repository at this point in the history
It is a bug that multiple column index doesn't work after enable keys.
It should be fixed before 2.09... But can we do it...?
  • Loading branch information
kou committed Nov 20, 2012
1 parent d5ff1a4 commit 1c107bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -40,4 +40,5 @@ FORCE INDEX (title_and_created_at_index)
WHERE title = "天気" AND
created_at = "2012-04-30 23:00:00";
id title created_at
2 天気 2012-04-30 23:00:00
DROP TABLE diaries;
Expand Up @@ -40,4 +40,5 @@ FORCE INDEX (title_and_created_at_index)
WHERE title = "天気" AND
created_at = "2012-04-30 23:00:00";
id title created_at
2 天気 2012-04-30 23:00:00
DROP TABLE diaries;

0 comments on commit 1c107bc

Please sign in to comment.