Skip to content
Permalink
Browse files
MDEV-23711 fixup: GCC -Og -Wmaybe-uninitialized
  • Loading branch information
dr-m committed Sep 21, 2020
1 parent a9d8f5c commit 407d170
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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;

0 comments on commit 407d170

Please sign in to comment.