diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-03-06 17:03:46 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-03-06 17:03:46 +0100 |
commit | d7d19071d27488cf59fd7b6fb7bd23d467a9ac6e (patch) | |
tree | 17b8b2d60dec7a8fe6d333977405f0ef6eab9fa5 /mysql-test/r/subselect_extra.result | |
parent | 12d87c3ba52e5f79a4345cea4aaa0afc90411057 (diff) | |
download | mariadb-git-d7d19071d27488cf59fd7b6fb7bd23d467a9ac6e.tar.gz |
MDEV-6838 Using too big key for internal temp tables
update test results after the fix
Diffstat (limited to 'mysql-test/r/subselect_extra.result')
-rw-r--r-- | mysql-test/r/subselect_extra.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/subselect_extra.result b/mysql-test/r/subselect_extra.result index 47cb8bca734..ee62a7295cc 100644 --- a/mysql-test/r/subselect_extra.result +++ b/mysql-test/r/subselect_extra.result @@ -447,7 +447,7 @@ WHERE t3.b IN (SELECT v1.b FROM v1, t2 WHERE t2.c = v1.c AND t2.c = v1.b AND v1.b = t3.c); id select_type table type possible_keys key key_len ref rows Extra 1 PRIMARY t2 system NULL NULL NULL NULL 1 -1 PRIMARY <derived3> ref key1 key1 10 const,const 0 Start temporary +1 PRIMARY <derived3> ref key1 key1 8 const,const 0 Start temporary 1 PRIMARY t3 ALL NULL NULL NULL NULL 2 Using where; End temporary; Using join buffer (flat, BNL join) 3 DERIVED t1 ALL NULL NULL NULL NULL 3 SELECT * FROM t3 |