diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-03-05 23:20:10 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-03-05 23:20:10 +0100 |
commit | 4c788b06d47a06e28659a6ff77c8666648642786 (patch) | |
tree | ef6fc78f1aa274d42768c40e9ce6209272dacd9b /mysql-test/r/innodb_ext_key.result | |
parent | 75124c5d2b1cdd5356063fa2af6615424f4838da (diff) | |
parent | 23af77d26e3ff336e415a5d8bf3f4c4a7bc84a18 (diff) | |
download | mariadb-git-4c788b06d47a06e28659a6ff77c8666648642786.tar.gz |
10.0-base merge
Diffstat (limited to 'mysql-test/r/innodb_ext_key.result')
-rw-r--r-- | mysql-test/r/innodb_ext_key.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/innodb_ext_key.result b/mysql-test/r/innodb_ext_key.result index 9ef28e1ce54..9140f306f77 100644 --- a/mysql-test/r/innodb_ext_key.result +++ b/mysql-test/r/innodb_ext_key.result @@ -327,7 +327,7 @@ from lineitem use index (i_l_shipdate, i_l_receiptdate) where l_shipdate='1992-07-01' and l_orderkey=130 or l_receiptdate='1992-07-01' and l_orderkey=5603; id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE lineitem index_merge i_l_shipdate,i_l_receiptdate i_l_shipdate,i_l_receiptdate 8,8 NULL 2 Using sort_union(i_l_shipdate,i_l_receiptdate); Using where +1 SIMPLE lineitem index_merge i_l_shipdate,i_l_receiptdate i_l_shipdate,i_l_receiptdate 8,8 NULL 2 Using union(i_l_shipdate,i_l_receiptdate); Using where flush status; select l_orderkey, l_linenumber from lineitem use index (i_l_shipdate, i_l_receiptdate) |