summaryrefslogtreecommitdiff
path: root/mysql-test/r/having.result
diff options
context:
space:
mode:
authorunknown <igor@rurik.mysql.com>2006-02-02 23:56:08 -0800
committerunknown <igor@rurik.mysql.com>2006-02-02 23:56:08 -0800
commitac21d0294dfd6a61a042c9fc6afa5eef2f7afa6a (patch)
treec85b4f6ea54c72c424edc663e6c9ea71aa5c3524 /mysql-test/r/having.result
parent8300149963a83b86c6ae2b1adf1a6f44f374fc8c (diff)
downloadmariadb-git-ac21d0294dfd6a61a042c9fc6afa5eef2f7afa6a.tar.gz
Fixes after manual merge
Diffstat (limited to 'mysql-test/r/having.result')
-rw-r--r--mysql-test/r/having.result17
1 files changed, 0 insertions, 17 deletions
diff --git a/mysql-test/r/having.result b/mysql-test/r/having.result
index 981813c5c0d..e54f6d7f2a4 100644
--- a/mysql-test/r/having.result
+++ b/mysql-test/r/having.result
@@ -141,23 +141,6 @@ SUM(a)
6
4
DROP TABLE t1;
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
CREATE TABLE t1 (a int);
INSERT INTO t1 VALUES (1), (2), (1), (3), (2), (1);
SELECT a FROM t1 GROUP BY a HAVING a > 1;