diff options
author | igor@olga.mysql.com <> | 2007-04-29 20:14:35 -0700 |
---|---|---|
committer | igor@olga.mysql.com <> | 2007-04-29 20:14:35 -0700 |
commit | 2cf753a1e84e53f784eaa095058419faaa225855 (patch) | |
tree | ba142830fd4d957b693f85fcdddc66d6211ae5e0 /mysql-test/r/olap.result | |
parent | f9ac5b43ccff911c76fe1460eb1769dee8adf954 (diff) | |
download | mariadb-git-2cf753a1e84e53f784eaa095058419faaa225855.tar.gz |
Post-merge fix.
Diffstat (limited to 'mysql-test/r/olap.result')
-rw-r--r-- | mysql-test/r/olap.result | 1 |
1 files changed, 1 insertions, 0 deletions
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"), |