Skip to content

Commit 3a427c5

Browse files
committed
Cleanup: Remove useless message "If you are installing InnoDB"
1 parent a0b133f commit 3a427c5

16 files changed

+0
-33
lines changed

mysql-test/suite/innodb/r/innodb-wl5522-debug.result

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
call mtr.add_suppression("InnoDB: Operating system error number .* in a file operation.");
22
call mtr.add_suppression("InnoDB: The error means the system cannot find the path specified.");
3-
call mtr.add_suppression("InnoDB: If you are installing InnoDB, remember that you must create directories yourself, InnoDB does not create them.");
43
call mtr.add_suppression("InnoDB: Cannot open datafile for read-only: .*");
54
call mtr.add_suppression("InnoDB: Ignoring tablespace .* because it could not be opened.");
65
call mtr.add_suppression("InnoDB: Tablespace for table .* is set as discarded.");

mysql-test/suite/innodb/r/restart.result

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
call mtr.add_suppression("\\[ERROR\\] InnoDB: Tablespace flags are invalid in datafile: .*test.t[rcd]\\.ibd");
88
call mtr.add_suppression("\\[ERROR\\] InnoDB: Operating system error number .* in a file operation\\.");
99
call mtr.add_suppression("\\[ERROR\\] InnoDB: The error means the system cannot find the path specified\\.");
10-
call mtr.add_suppression("\\[ERROR\\] InnoDB: If you are installing InnoDB, remember that you must create directories yourself, InnoDB does not create them\\.");
1110
call mtr.add_suppression("\\[Warning\\] InnoDB: Ignoring tablespace for `test`\\.`td` because it could not be opened\\.");
1211
CREATE TABLE tr(a INT)ENGINE=InnoDB ROW_FORMAT=REDUNDANT;
1312
CREATE TABLE tc(a INT)ENGINE=InnoDB ROW_FORMAT=COMPACT

mysql-test/suite/innodb/t/alter_missing_tablespace.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
call mtr.add_suppression("InnoDB: Cannot open datafile for read-only: ");
1111
call mtr.add_suppression("InnoDB: Operating system error number .* in a file operation");
1212
call mtr.add_suppression("InnoDB: The error means the system cannot find the path specified");
13-
call mtr.add_suppression("InnoDB: If you are installing InnoDB, remember that you must create directories yourself, InnoDB does not create them");
1413
call mtr.add_suppression("InnoDB: Ignoring tablespace for `test`.`\(t\|x\.\.d\)` because it could not be opened");
1514
call mtr.add_suppression("InnoDB: Cannot calculate statistics for table .* because the .ibd file is missing");
1615
call mtr.add_suppression("Could not find a valid tablespace file for");

mysql-test/suite/innodb/t/innodb-wl5522-debug.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
let $restart_noprint=2;
2121
call mtr.add_suppression("InnoDB: Operating system error number .* in a file operation.");
2222
call mtr.add_suppression("InnoDB: The error means the system cannot find the path specified.");
23-
call mtr.add_suppression("InnoDB: If you are installing InnoDB, remember that you must create directories yourself, InnoDB does not create them.");
2423
call mtr.add_suppression("InnoDB: Cannot open datafile for read-only: .*");
2524
call mtr.add_suppression("InnoDB: Ignoring tablespace .* because it could not be opened.");
2625
call mtr.add_suppression("InnoDB: Tablespace for table .* is set as discarded.");

mysql-test/suite/innodb/t/log_file.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ call mtr.add_suppression("Plugin 'InnoDB' init function returned error");
1111
call mtr.add_suppression("Plugin 'InnoDB' registration as a STORAGE ENGINE failed");
1212
call mtr.add_suppression("InnoDB: Operating system error number \d+ in a file operation");
1313
call mtr.add_suppression("InnoDB: The error means the system cannot find the path specified");
14-
call mtr.add_suppression("InnoDB: If you are installing InnoDB, remember that you must create directories yourself");
1514
call mtr.add_suppression("InnoDB: File .path.to.non-existent.ib_logfile101: 'create' returned OS error \d+");
1615
call mtr.add_suppression("InnoDB: Cannot create .path.to.non-existent.ib_logfile101");
1716
call mtr.add_suppression("InnoDB: The data file '.*ibdata1' was not found but one of the other data files '.*ibdata2' exists");

mysql-test/suite/innodb/t/missing_tablespaces.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ let $restart_noprint=2;
2626
--disable_query_log
2727
call mtr.add_suppression("\\[ERROR\\] InnoDB: Operating system error number 2 in a file operation.");
2828
call mtr.add_suppression("\\[ERROR\\] InnoDB: The error means the system cannot find the path specified.");
29-
call mtr.add_suppression("\\[ERROR\\] InnoDB: If you are installing InnoDB, remember that you must create directories yourself, InnoDB does not create them.");
3029
call mtr.add_suppression("\\[ERROR\\] InnoDB: Cannot open datafile for read-only");
3130
call mtr.add_suppression("\\[Warning\\] InnoDB: Ignoring tablespace .* because it could not be opened");
3231
--enable_query_log

mysql-test/suite/innodb/t/restart.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ let page_size= `select @@innodb_page_size`;
1818
call mtr.add_suppression("\\[ERROR\\] InnoDB: Tablespace flags are invalid in datafile: .*test.t[rcd]\\.ibd");
1919
call mtr.add_suppression("\\[ERROR\\] InnoDB: Operating system error number .* in a file operation\\.");
2020
call mtr.add_suppression("\\[ERROR\\] InnoDB: The error means the system cannot find the path specified\\.");
21-
call mtr.add_suppression("\\[ERROR\\] InnoDB: If you are installing InnoDB, remember that you must create directories yourself, InnoDB does not create them\\.");
2221
call mtr.add_suppression("\\[Warning\\] InnoDB: Ignoring tablespace for `test`\\.`td` because it could not be opened\\.");
2322

2423
CREATE TABLE tr(a INT)ENGINE=InnoDB ROW_FORMAT=REDUNDANT;

mysql-test/suite/innodb/t/table_flags.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ call mtr.add_suppression("InnoDB: Ignoring tablespace for `test`.`td` because it
1414
# FIXME: Remove the following spam due to invalid flags for test.td
1515
call mtr.add_suppression("InnoDB: Operating system error number .* in a file operation");
1616
call mtr.add_suppression("InnoDB: The error means the system cannot find the path specified");
17-
call mtr.add_suppression("InnoDB: If you are installing InnoDB, remember that you must create directories yourself");
1817
call mtr.add_suppression("InnoDB: adjusting FSP_SPACE_FLAGS of file ");
1918
call mtr.add_suppression("InnoDB: Parent table of FTS auxiliary table .* not found.");
2019
FLUSH TABLES;

mysql-test/suite/innodb_fts/t/crash_recovery.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ call mtr.add_suppression("InnoDB: Table `test`\\.`t3` does not exist");
308308
call mtr.add_suppression("InnoDB: Cannot (read first page of|open datafile for read-only:) '\\./test/(FTS_|#sql-(alter|backup)-).*\\.ibd'");
309309
call mtr.add_suppression("InnoDB: Datafile '\\./test/(FTS_|#sql-(alter|backup)-).*\\.ibd' is corrupted");
310310
call mtr.add_suppression("InnoDB: (The error means|Operating system error)");
311-
call mtr.add_suppression("InnoDB: If you are installing InnoDB");
312311
call mtr.add_suppression("InnoDB: Ignoring tablespace for `test`\\.`(FTS_|#sql-(backup|alter)-).*` because it could not be opened\\.");
313312
call mtr.add_suppression("InnoDB: Tablespace [1-9][0-9]* was not found at ./test/(FTS_|#sql-(alter|backup)-).*\\.ibd, and innodb_force_recovery was set");
314313
call mtr.add_suppression("InnoDB: Corrupted page \\[page id: space=[1-9][0-9]*, page number=0\\] of datafile './test/(FTS_|#sql-(alter|backup)-).*\\.ibd' could not be found in the doublewrite buffer\\.");

mysql-test/suite/innodb_zip/r/wl5522_debug_zip.result

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ call mtr.add_suppression("InnoDB: Invalid FSP_SPACE_FLAGS=0x");
66
call mtr.add_suppression("InnoDB: Unknown index id .* on page");
77
call mtr.add_suppression("InnoDB: Operating system error number");
88
call mtr.add_suppression("InnoDB: The error means");
9-
call mtr.add_suppression("InnoDB: If you are installing InnoDB");
109
call mtr.add_suppression("InnoDB: Cannot open datafile .*t1\\.ibd");
1110
call mtr.add_suppression("InnoDB: Ignoring tablespace for `test`\\.`t1`");
1211
FLUSH TABLES;

0 commit comments

Comments
 (0)