summaryrefslogtreecommitdiff
path: root/mysql-test/r/distinct.result
diff options
context:
space:
mode:
authorunknown <monty@mashka.mysql.fi>2003-02-07 15:06:23 +0200
committerunknown <monty@mashka.mysql.fi>2003-02-07 15:06:23 +0200
commit8602b726a1d85aa0300d08dfea4ad8002fee9070 (patch)
tree5cace589571553163ae26ddaaf6402dfe33ea6ac /mysql-test/r/distinct.result
parentdb4f836be2ba117f8e588634a7852101bc8eec13 (diff)
parentdef31a51354b28e288b7b52a58c891183bfde855 (diff)
downloadmariadb-git-8602b726a1d85aa0300d08dfea4ad8002fee9070.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.result2
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