1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Update test results: make innodb_ext_key test stable

This commit is contained in:
Sergei Petrunia
2016-07-13 14:47:58 +03:00
parent bebabd68ab
commit 12ac3ee11e
2 changed files with 7 additions and 7 deletions

View File

@ -1059,10 +1059,6 @@ concat('1234567890-', 1000+ A.a + 10*B.a + 100*C.a),
repeat('filler-data-', 4)
from
t0 A, t0 B, t0 C;
# The following must use type=ALL (and NOT type=ref, rows=1)
explain select * from t1 where col1='1234567890-a';
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE t1 ALL idx1 NULL NULL NULL # Using where
drop table t0,t1;
#
# MDEV-10360: Extended keys: index properties depend on index order