diff options
Diffstat (limited to 'mysql-test/r/distinct.result')
-rw-r--r-- | mysql-test/r/distinct.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/distinct.result b/mysql-test/r/distinct.result index 1199cd07e2e..309ed5dff4e 100644 --- a/mysql-test/r/distinct.result +++ b/mysql-test/r/distinct.result @@ -120,14 +120,14 @@ UserId b 1 table type possible_keys key key_len ref rows Extra -t3 index a a 4 NULL 6 Using index; Using temporary +t3 index a a 5 NULL 6 Using index; Using temporary t2 index a a 4 NULL 5 Using index; Distinct t1 eq_ref PRIMARY PRIMARY 4 t2.a 1 where used; Distinct a 1 table type possible_keys key key_len ref rows Extra t1 index PRIMARY PRIMARY 4 NULL 2 Using index; Using temporary -t3 ref a a 5 t1.a 12 Using index; Distinct +t3 ref a a 5 t1.a 10 Using index; Distinct a 1 2 |