Navigation Menu

Skip to content

Commit

Permalink
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 899030e commit fd46e58
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@ FORCE INDEX (title_and_created_at_index)
WHERE title = "天気" AND
created_at = "2012-04-30 23:00:00";
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE NULL NULL NULL NULL NULL NULL NULL Impossible WHERE noticed after reading const tables
1 SIMPLE diaries ref title_and_created_at_index title_and_created_at_index 777 const,const 1 Using where
SELECT *
FROM diaries
FORCE INDEX (title_and_created_at_index)
Expand Down

0 comments on commit fd46e58

Please sign in to comment.