summaryrefslogtreecommitdiff
path: root/mysql-test/r/innodb_cache.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/innodb_cache.result')
-rw-r--r--mysql-test/r/innodb_cache.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/innodb_cache.result b/mysql-test/r/innodb_cache.result
index 47abcb45fe5..7d351a13e16 100644
--- a/mysql-test/r/innodb_cache.result
+++ b/mysql-test/r/innodb_cache.result
@@ -1,4 +1,4 @@
-drop table if exists t1, t2, t3;
+drop table if exists t1,t2,t3;
flush status;
set autocommit=0;
create table t1 (a int not null) type=innodb;