Skip to content

Commit baf0ef9

Browse files
committed
After-merge fix: Remove duplicated code
In the merge commit d3e4fae a message about innodb_force_recovery was accidentally duplicated.
1 parent d3e4fae commit baf0ef9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

storage/innobase/srv/srv0start.cc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,11 +1310,6 @@ dberr_t srv_start(bool create_new_db)
13101310
|| is_mariabackup_restore_or_export());
13111311

13121312

1313-
if (srv_force_recovery) {
1314-
ib::info() << "!!! innodb_force_recovery is set to "
1315-
<< srv_force_recovery << " !!!";
1316-
}
1317-
13181313
if (srv_force_recovery) {
13191314
ib::info() << "!!! innodb_force_recovery is set to "
13201315
<< srv_force_recovery << " !!!";

0 commit comments

Comments
 (0)