diff options
author | konstantin@mysql.com <> | 2005-07-19 03:01:25 +0400 |
---|---|---|
committer | konstantin@mysql.com <> | 2005-07-19 03:01:25 +0400 |
commit | 52ba7b69d7ae26fc1f370e70332d0a272a1f0748 (patch) | |
tree | 7b00904d1d20266472e7192c60af71fe6d2137d6 /mysql-test/r/olap.result | |
parent | 52b8928b09b072db7620a7049cfd92af97d64586 (diff) | |
download | mariadb-git-52ba7b69d7ae26fc1f370e70332d0a272a1f0748.tar.gz |
After-merge fixes.
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 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); |