Skip to content
Permalink
Browse files
After-merge fix: Remove duplicated code
In the merge commit d3e4fae
a message about innodb_force_recovery was accidentally duplicated.
  • Loading branch information
dr-m committed Jun 21, 2021
1 parent d3e4fae commit baf0ef9
Showing 1 changed file with 0 additions and 5 deletions.
@@ -1310,11 +1310,6 @@ dberr_t srv_start(bool create_new_db)
|| is_mariabackup_restore_or_export());


if (srv_force_recovery) {
ib::info() << "!!! innodb_force_recovery is set to "
<< srv_force_recovery << " !!!";
}

if (srv_force_recovery) {
ib::info() << "!!! innodb_force_recovery is set to "
<< srv_force_recovery << " !!!";

0 comments on commit baf0ef9

Please sign in to comment.