Navigation Menu

Skip to content

Commit

Permalink
test: add missing tab
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 20, 2016
1 parent 97338d3 commit 9b0f753
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -9,7 +9,7 @@ INSERT INTO integers (value) VALUES (0), (1), (2), (3);
EXPLAIN SELECT * FROM integers
WHERE value IN (0, 2);
id select_type table partitions type possible_keys key key_len ref rows filtered Extra
1 SIMPLE integers NULL range value value 5 NULL 2100.00 Using where; Using MRR
1 SIMPLE integers NULL range value value 5 NULL 2 100.00 Using where; Using MRR
Warnings:
Note 1003 /* select#1 */ select `test`.`integers`.`id` AS `id`,`test`.`integers`.`value` AS `value` from `test`.`integers` where (`test`.`integers`.`value` in (0,2))
SELECT * FROM integers
Expand Down

0 comments on commit 9b0f753

Please sign in to comment.