Commit 407d170c authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-23711 fixup: GCC -Og -Wmaybe-uninitialized

parent a9d8f5c1
......@@ -2773,7 +2773,7 @@ static bool xtrabackup_copy_logfile(bool last = false)
ut_a(dst_log_file != NULL);
ut_ad(recv_sys != NULL);
bool overwritten_block;
bool overwritten_block = false;
lsn_t start_lsn;
lsn_t end_lsn;
......
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