summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/t/restart.test
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2021-05-14 08:26:51 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2021-05-14 08:26:51 +0300
commit3a427c568bf1dbf59fac054a3ffa12cf2bbda195 (patch)
tree79fbcb587af355b1afd9eef1944e1c3c144581cb /mysql-test/suite/innodb/t/restart.test
parenta0b133f43168695aa1c3263a3af94e805380cd09 (diff)
downloadmariadb-git-3a427c568bf1dbf59fac054a3ffa12cf2bbda195.tar.gz
Cleanup: Remove useless message "If you are installing InnoDB"
Diffstat (limited to 'mysql-test/suite/innodb/t/restart.test')
-rw-r--r--mysql-test/suite/innodb/t/restart.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/suite/innodb/t/restart.test b/mysql-test/suite/innodb/t/restart.test
index 7b4de9db63f..2af0f2dd570 100644
--- a/mysql-test/suite/innodb/t/restart.test
+++ b/mysql-test/suite/innodb/t/restart.test
@@ -18,7 +18,6 @@ let page_size= `select @@innodb_page_size`;
call mtr.add_suppression("\\[ERROR\\] InnoDB: Tablespace flags are invalid in datafile: .*test.t[rcd]\\.ibd");
call mtr.add_suppression("\\[ERROR\\] InnoDB: Operating system error number .* in a file operation\\.");
call mtr.add_suppression("\\[ERROR\\] InnoDB: The error means the system cannot find the path specified\\.");
-call mtr.add_suppression("\\[ERROR\\] InnoDB: If you are installing InnoDB, remember that you must create directories yourself, InnoDB does not create them\\.");
call mtr.add_suppression("\\[Warning\\] InnoDB: Ignoring tablespace for `test`\\.`td` because it could not be opened\\.");
CREATE TABLE tr(a INT)ENGINE=InnoDB ROW_FORMAT=REDUNDANT;