Skip to content

Commit 67f1754

Browse files
Insensibleeleihaiyue
authored andcommitted
fix
1 parent 9f3f292 commit 67f1754

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

storage/innobase/xtrabackup/src/xtrabackup.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3299,7 +3299,7 @@ log_copying_thread(
32993299
xtrabackup_log_copy_interval * 1000ULL,
33003300
0);
33013301
if (log_copying) {
3302-
if(xtrabackup_copy_logfile(,
3302+
if(xtrabackup_copy_logfile(log_copy_scanned_lsn,
33033303
FALSE)) {
33043304

33053305
exit(EXIT_FAILURE);

0 commit comments

Comments
 (0)