diff options
author | bell@sanja.is.com.ua <> | 2002-09-03 09:50:36 +0300 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2002-09-03 09:50:36 +0300 |
commit | b07aaeb2956cd93e5cc31568523e0e9fec8e74c0 (patch) | |
tree | 80af274b045962ab1f5805301ffc1dfa15a21b96 /mysql-test/r/distinct.result | |
parent | 189d1dd630676a2e3be004d27770ae820e81b36b (diff) | |
download | mariadb-git-b07aaeb2956cd93e5cc31568523e0e9fec8e74c0.tar.gz |
subselect with union
new error handling
Item_ref bug fixed
Diffstat (limited to 'mysql-test/r/distinct.result')
-rw-r--r-- | mysql-test/r/distinct.result | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/r/distinct.result b/mysql-test/r/distinct.result index e347a95b037..89f4a8ae7f2 100644 --- a/mysql-test/r/distinct.result +++ b/mysql-test/r/distinct.result @@ -92,7 +92,8 @@ NULL NULL NULL 0 0 select id >= 0 and id <= 5 as grp,count(*) from t1 group by grp; grp count(*) -0 7 +NULL 1 +0 6 1 6 SELECT DISTINCT FACILITY FROM t1; FACILITY |