summaryrefslogtreecommitdiff
path: root/mysql-test/r/innodb_ext_key.result
diff options
context:
space:
mode:
authorSergey Petrunya <psergey@askmonty.org>2014-02-27 13:40:40 +0400
committerSergey Petrunya <psergey@askmonty.org>2014-02-27 13:40:40 +0400
commitd7081b25242ee975f0e7e448045cef7a7dbb4016 (patch)
treeaadc30824b698a76795cbd5fe02d45312cfdc860 /mysql-test/r/innodb_ext_key.result
parent8e5e80372257d80808e14135b584203c6133640e (diff)
downloadmariadb-git-d7081b25242ee975f0e7e448045cef7a7dbb4016.tar.gz
Update test results after fix for MDEV-5732
Diffstat (limited to 'mysql-test/r/innodb_ext_key.result')
-rw-r--r--mysql-test/r/innodb_ext_key.result2
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 df681f21f3b..f3a18d09198 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)