From 5352b41d29bf3a0ca37d64acfa61527a4944812d Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 29 Apr 2007 20:14:35 -0700 Subject: Post-merge fix. --- mysql-test/r/olap.result | 1 + 1 file changed, 1 insertion(+) (limited to 'mysql-test/r/olap.result') diff --git a/mysql-test/r/olap.result b/mysql-test/r/olap.result index fe6253611e8..b1c29a5aadb 100644 --- a/mysql-test/r/olap.result +++ b/mysql-test/r/olap.result @@ -667,6 +667,7 @@ x 2 90 x 3 30 x NULL 150 NULL NULL 150 +DROP TABLE t1; CREATE TABLE t1(id int, type char(1)); INSERT INTO t1 VALUES (1,"A"),(2,"C"),(3,"A"),(4,"A"),(5,"B"), -- cgit v1.2.1