Comment 1 for bug 1467755

Revision history for this message
Nilnandan Joshi (nilnandan-joshi) wrote :

Confirmed.

nilnandan@desktop:~$ xtrabackup --version
xtrabackup version 2.2.11 based on MySQL server 5.6.24 Linux (x86_64) (revision id: )
nilnandan@desktop:~$

nilnandan@desktop:~$ head -3543 /usr/bin/innobackupex | tail -12

    if ($have_galera_enabled) {
        mysql_query($con, "SET SESSION wsrep_causal_reads=0");
    }

    mysql_query($con, "FLUSH TABLES WITH READ LOCK");

    $now = current_time();
    print STDERR "$now $prefix All tables locked and flushed to disk\n";

    # stop query killer process
    if ($option_kill_long_queries_timeout) {
nilnandan@desktop:~$
nilnandan@desktop:~$
nilnandan@desktop:~$