Comment 10 for bug 771981

Revision history for this message
Alexey Kopytov (akopytov) wrote :

The bug is still there:

    if (!$option_incremental && !$option_no_lock) {
        # make a prep copy before locking tables, if using rsync
        backup_files(1);

        # flush tables with read lock
        mysql_lockall();
    }

I.e. there's no FTWRL for incremental backups.