summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2017-01-30 11:13:10 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2017-01-30 11:23:27 +0200
commit8ab806d2f16e1b1ea146fac59b8b7db5ecdddc34 (patch)
treeff3c9c320c4c44a7789522df808d16fd898e4754
parent2a4881800c6fa78a810d29ff2048956175fd0f6f (diff)
downloadmariadb-git-8ab806d2f16e1b1ea146fac59b8b7db5ecdddc34.tar.gz
Do not remove the master error log file.
-rw-r--r--mysql-test/suite/innodb/t/log_file_name.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/suite/innodb/t/log_file_name.test b/mysql-test/suite/innodb/t/log_file_name.test
index c55005c0e58..4137f738898 100644
--- a/mysql-test/suite/innodb/t/log_file_name.test
+++ b/mysql-test/suite/innodb/t/log_file_name.test
@@ -46,7 +46,6 @@ let SEARCH_PATTERN= InnoDB: Ignoring data file '.*t2.ibd' with space ID \d+. Ano
--source include/shutdown_mysqld.inc
--remove_file $MYSQLD_DATADIR/test/t1.ibd
---remove_file $SEARCH_FILE
# This could fail to refuse InnoDB startup, in case there was a log
# checkpoint after the CREATE TABLE t3. That is what we checked above.