Confirmed.
Now, this fails because,
from innobackupex: =========== if (!$option_no_lock) { # make a prep copy before locking tables, if using rsync backup_files(1);
# flush tables with read lock mysql_lockall(); } =======
and write_galera_info is called from mysql_lockall
write_galera_info mainly does:
# get binlog position mysql_send "SHOW STATUS LIKE 'wsrep_local_state_uuid';"; mysql_send "SHOW STATUS LIKE 'wsrep_last_committed';";
Now, it needs to checked if above does require FTWRL or not.
Confirmed.
Now, this fails because,
from innobackupex:
backup_ files(1) ;
===========
if (!$option_no_lock) {
# make a prep copy before locking tables, if using rsync
# flush tables with read lock
mysql_ lockall( );
}
=======
and write_galera_info is called from mysql_lockall
write_galera_info mainly does:
# get binlog position local_state_ uuid';" ; last_committed' ;";
mysql_send "SHOW STATUS LIKE 'wsrep_
mysql_send "SHOW STATUS LIKE 'wsrep_
Now, it needs to checked if above does require FTWRL or not.