mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
distinct.result:
Adjustment of the result file after the revision of the fix for bug #7520. mysql-test/r/distinct.result: Adjustment of the result file after the revision of the fix for bug #7520.
This commit is contained in:
parent
a443c77a8c
commit
cf78ff6947
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ insert into t3 select * from t4;
|
|||
explain select distinct t1.a from t1,t3 where t1.a=t3.a;
|
||||
table type possible_keys key key_len ref rows Extra
|
||||
t1 index PRIMARY PRIMARY 4 NULL 4 Using index; Using temporary
|
||||
t3 ref a a 5 t1.a 10 Using where; Using index; Distinct
|
||||
t3 ref a a 5 t1.a 12 Using where; Using index; Distinct
|
||||
select distinct t1.a from t1,t3 where t1.a=t3.a;
|
||||
a
|
||||
1
|
||||
|
|
Loading…
Reference in a new issue