From cdf03871061e2131153f4cf6ddcbc25db4108781 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 19 Jul 2005 03:01:25 +0400 Subject: 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. --- 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 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); -- cgit v1.2.1