|
innodb backup is generally non-locking. xtrabackup also supports --no-lock to avoid FTWRL.
Is there anything else to be done?
|
|
Percona claim's it's unique to percona-server so they must have done something else in redolog to support gtid inside innodb redolog no
|
|
Maybe you can paste a link to percona documentation, for better understanding?
|
|
https://www.percona.com/doc/percona-xtrabackup/2.4/advanced/lockless_bin-log.html
|
|
This needs a lot of changes inside the server, from my cursory reading, aparently all of that
https://www.percona.com/doc/percona-server/5.6/management/backup_locks.html#backup-safe-binlog-information
LOCK TABLES FOR BACKUP, LOCK BINLOG FOR BACKUP. All that is not avalable in MariaDB
|
|
stephane@skysql.comI changed the description and the component of the feature, based on your description. This needs a server support, not just a backup feature.
|