diff options
author | unknown <kostja@oak.local> | 2003-09-17 14:01:18 +0400 |
---|---|---|
committer | unknown <kostja@oak.local> | 2003-09-17 14:01:18 +0400 |
commit | d8fd2ad9a1c14692dab5988a0518f6b4da38a850 (patch) | |
tree | c0e249151cf267d9586f28cf72a65dd5875ce40d /mysql-test/r/distinct.result | |
parent | 65cf37d3fb29560badceeb980a8d825b8253ed64 (diff) | |
parent | 524fe47d0e8249e82d986eb0a3e30f6d85b2cdd2 (diff) | |
download | mariadb-git-d8fd2ad9a1c14692dab5988a0518f6b4da38a850.tar.gz |
Merge kosipov@bk-internal.mysql.com:/home/bk/mysql-4.0
into oak.local:/home/kostja/mysql/mysql-4.0-root
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 da0c6a5eb72..9fcb001de2c 100644 --- a/mysql-test/r/distinct.result +++ b/mysql-test/r/distinct.result @@ -303,9 +303,9 @@ t1 index id id 4 NULL 2 Using index; Using temporary t2 index id id 8 NULL 1 Using index; Distinct t3 index id id 8 NULL 1 Using index; Distinct j_lj_t2 index id id 4 NULL 2 Using where; Using index; Distinct -t2_lj index id id 8 NULL 1 Using where; Using index; Distinct +t2_lj ref id id 4 j_lj_t2.id 1 Using where; Using index; Distinct j_lj_t3 index id id 4 NULL 2 Using where; Using index; Distinct -t3_lj index id id 8 NULL 1 Using where; Using index; Distinct +t3_lj ref id id 4 j_lj_t3.id 1 Using where; Using index; Distinct SELECT DISTINCT t1.id from |