You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mysql-test/suite/innodb/r/open_file_lru.result
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1150,4 +1150,3 @@ DROP PROCEDURE create_tables;
1150
1150
DROP PROCEDURE ins;
1151
1151
DROP PROCEDURE sel;
1152
1152
DROP DATABASE lru_test;
1153
-
call mtr.add_suppression("InnoDB: Too many \\(\d+\\) files are open the maximum allowed value is \d+. You should raise the value of --innodb-open-files in my.cnf.");
Copy file name to clipboardExpand all lines: mysql-test/suite/innodb/t/open_file_lru.test
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -78,4 +78,6 @@ DROP PROCEDURE sel;
78
78
79
79
DROP DATABASE lru_test;
80
80
81
-
call mtr.add_suppression("InnoDB: Too many \\(\d+\\) files are open the maximum allowed value is \d+. You should raise the value of --innodb-open-files in my.cnf.");
81
+
--disable_query_log
82
+
call mtr.add_suppression("InnoDB: Too many .* files are open the maximum allowed value is .*");
0 commit comments