summaryrefslogtreecommitdiff
path: root/mysql-test/r/olap.result
diff options
context:
space:
mode:
authorunknown <konstantin@mysql.com>2005-07-19 03:01:25 +0400
committerunknown <konstantin@mysql.com>2005-07-19 03:01:25 +0400
commitcdf03871061e2131153f4cf6ddcbc25db4108781 (patch)
tree7b00904d1d20266472e7192c60af71fe6d2137d6 /mysql-test/r/olap.result
parent7f6f31ae73674eb65f4881608b22c843efc23179 (diff)
downloadmariadb-git-cdf03871061e2131153f4cf6ddcbc25db4108781.tar.gz
After-merge fixes.
configure.in: A hack to ensure that the tree compiles on SuSE 9.0 with -ansi -pedantic mysql-test/r/olap.result: More post-merge fixes. mysql-test/r/rpl_log.result: Post-merge fixes. Guilhem: please investigate. mysql-test/r/rpl_rotate_logs.result: Post-merge fixes. Guilhem: please investigate. mysql-test/t/olap.test: A post-merge fix.
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 0b422047a49..69871b2110b 100644
--- a/mysql-test/r/olap.result
+++ b/mysql-test/r/olap.result
@@ -576,6 +576,7 @@ EXPLAIN SELECT type FROM v1 GROUP BY type WITH ROLLUP;
id select_type table type possible_keys key key_len ref rows Extra
1 PRIMARY t1 ALL NULL NULL NULL NULL 10 Using filesort
DROP VIEW v1;
+DROP TABLE t1;
CREATE TABLE t1 (a INT(10) NOT NULL, b INT(10) NOT NULL);
INSERT INTO t1 VALUES (1, 1);
INSERT INTO t1 VALUES (1, 2);