summaryrefslogtreecommitdiff
path: root/mysql-test/suite/encryption/r/innodb-scrub-log.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/encryption/r/innodb-scrub-log.result')
-rw-r--r--mysql-test/suite/encryption/r/innodb-scrub-log.result3
1 files changed, 0 insertions, 3 deletions
diff --git a/mysql-test/suite/encryption/r/innodb-scrub-log.result b/mysql-test/suite/encryption/r/innodb-scrub-log.result
deleted file mode 100644
index 8ea75000368..00000000000
--- a/mysql-test/suite/encryption/r/innodb-scrub-log.result
+++ /dev/null
@@ -1,3 +0,0 @@
-create table t1(a int not null primary key auto_increment,
-b varchar(200), c char(100), d varchar(150)) engine=innodb;
-DROP TABLE t1;