Commit baf0ef9a authored by Marko Mäkelä's avatar Marko Mäkelä

After-merge fix: Remove duplicated code

In the merge commit d3e4fae7
a message about innodb_force_recovery was accidentally duplicated.
parent d3e4fae7
......@@ -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 << " !!!";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment