summaryrefslogtreecommitdiff
path: root/mysql-test/r/olap.result
diff options
context:
space:
mode:
authorunknown <sergefp@mysql.com>2005-09-09 12:57:00 +0400
committerunknown <sergefp@mysql.com>2005-09-09 12:57:00 +0400
commitfa3c6c76f2ce62ce042546320cf8f1fb517d2b54 (patch)
treeb538b56b0e4ed80836f168e9cde261842bb73d7f /mysql-test/r/olap.result
parent0ef988ada34636dee1af7c802f96b136eb7cc936 (diff)
downloadmariadb-git-fa3c6c76f2ce62ce042546320cf8f1fb517d2b54.tar.gz
Post-merge fixes
Diffstat (limited to 'mysql-test/r/olap.result')
-rw-r--r--mysql-test/r/olap.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/olap.result b/mysql-test/r/olap.result
index 73dd3fc8aa2..df0ee09ea8e 100644
--- a/mysql-test/r/olap.result
+++ b/mysql-test/r/olap.result
@@ -579,6 +579,7 @@ a LENGTH(a) COUNT(*)
1 1 1
2 1 1
NULL NULL 2
+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"),