diff options
author | unknown <monty@mashka.mysql.fi> | 2003-02-07 15:06:23 +0200 |
---|---|---|
committer | unknown <monty@mashka.mysql.fi> | 2003-02-07 15:06:23 +0200 |
commit | f06b0d9f3cfeaee8098db22eeecf41f6c072c479 (patch) | |
tree | 5cace589571553163ae26ddaaf6402dfe33ea6ac /mysql-test/r/distinct.result | |
parent | 2760ecc829a85507c8aefc1e6592b09874791946 (diff) | |
parent | 7f84171381a4459a37ca919e666736dd9d9c4ea8 (diff) | |
download | mariadb-git-f06b0d9f3cfeaee8098db22eeecf41f6c072c479.tar.gz |
Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
Diffstat (limited to 'mysql-test/r/distinct.result')
-rw-r--r-- | mysql-test/r/distinct.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/distinct.result b/mysql-test/r/distinct.result index 020d6c6534f..5f4f7cced1e 100644 --- a/mysql-test/r/distinct.result +++ b/mysql-test/r/distinct.result @@ -77,7 +77,6 @@ NULL NULL 10 VMT select id+0 as a,max(id),concat(facility) as b from t1 group by a order by b desc,a; a max(id) b -NULL NULL NULL 10 10 VMT 9 9 SRV 8 8 RV @@ -90,6 +89,7 @@ NULL NULL NULL 1 1 /L -1 -1 0 0 +NULL NULL NULL select id >= 0 and id <= 5 as grp,count(*) from t1 group by grp; grp count(*) NULL 1 |