mariadb/extra/mariabackup
Thirunarayanan Balathandayuthapani b6d68c6aa3 MDEV-13561 Mariabackup is incompatible with retroactively created innodb_undo_tablespaces
- Mariabackup supports starting undo tablespace id which is greater
than 1.
2018-03-22 14:19:16 +05:30
..
crc MDEV-14283 : Fix compilation of mariabackup for gcc3.x 2017-11-21 17:19:32 +00:00
quicklz MDEV-9566 Add Percona Xtrabackup 2.3.7 2017-04-27 19:12:39 +02:00
backup_copy.cc MDEV-13560 Copy all innodb undo tablespaces from the backup directory to destination. 2017-11-03 16:02:19 +00:00
backup_copy.h MDEV-9566 Port Percona Xtrabackup to MariaDB as mariabackup 2017-04-27 19:12:40 +02:00
backup_mysql.cc MDEV-13608 : set client plugin directory with mysql_options() 2017-08-21 17:16:12 +00:00
backup_mysql.h MDEV-9566 Add Percona Xtrabackup 2.3.7 2017-04-27 19:12:39 +02:00
backup_wsrep.h Fix compilation in mariabackup 2017-09-16 22:19:16 +02:00
changed_page_bitmap.cc MDEV-13496 Use "mariabackup" rather than "xtrabackup" in console output 2017-10-23 10:37:28 +00:00
changed_page_bitmap.h MDEV-9566 Add Percona Xtrabackup 2.3.7 2017-04-27 19:12:39 +02:00
CMakeLists.txt MDEV-12832 : remove libarchive support from mariabackup, 2017-05-21 22:19:06 +00:00
common.h MDEV-13561 Mariabackup is incompatible with retroactively created innodb_undo_tablespaces 2018-03-22 14:19:16 +05:30
datasink.c Xtrabackup 2.3.8 2017-04-27 19:12:42 +02:00
datasink.h Xtrabackup 2.3.8 2017-04-27 19:12:42 +02:00
ds_archive.c compiler warnings 2017-04-27 19:12:43 +02:00
ds_archive.h MDEV-9566 Add Percona Xtrabackup 2.3.7 2017-04-27 19:12:39 +02:00
ds_buffer.c MDEV-9566 Add Percona Xtrabackup 2.3.7 2017-04-27 19:12:39 +02:00
ds_buffer.h MDEV-9566 Add Percona Xtrabackup 2.3.7 2017-04-27 19:12:39 +02:00
ds_compress.c MDEV-9566 Port Percona Xtrabackup to MariaDB as mariabackup 2017-04-27 19:12:40 +02:00
ds_compress.h MDEV-9566 Add Percona Xtrabackup 2.3.7 2017-04-27 19:12:39 +02:00
ds_local.c MDEV-9566 Port Percona Xtrabackup to MariaDB as mariabackup 2017-04-27 19:12:40 +02:00
ds_local.h MDEV-9566 Add Percona Xtrabackup 2.3.7 2017-04-27 19:12:39 +02:00
ds_stdout.c MDEV-9566 Port Percona Xtrabackup to MariaDB as mariabackup 2017-04-27 19:12:40 +02:00
ds_stdout.h MDEV-9566 Add Percona Xtrabackup 2.3.7 2017-04-27 19:12:39 +02:00
ds_tmpfile.c MDEV-9566 Port Percona Xtrabackup to MariaDB as mariabackup 2017-04-27 19:12:40 +02:00
ds_tmpfile.h MDEV-9566 Add Percona Xtrabackup 2.3.7 2017-04-27 19:12:39 +02:00
ds_xbstream.c MDEV-9566 Add Percona Xtrabackup 2.3.7 2017-04-27 19:12:39 +02:00
ds_xbstream.h MDEV-9566 Add Percona Xtrabackup 2.3.7 2017-04-27 19:12:39 +02:00
encryption_plugin.cc Mariabackup: Remove the --stats option 2017-06-19 11:27:49 +03:00
encryption_plugin.h MDEV-9566 Port Percona Xtrabackup to MariaDB as mariabackup 2017-04-27 19:12:40 +02:00
fil_cur.cc MDEV-13496 Use "mariabackup" rather than "xtrabackup" in console output 2017-10-25 09:06:45 +03:00
fil_cur.h Merge 10.0 into 10.1 2017-05-20 08:41:20 +03:00
innobackupex.cc Mariabackup: Remove support for .xbcrypt files 2017-06-19 11:27:49 +03:00
innobackupex.h MDEV-9566 Add Percona Xtrabackup 2.3.7 2017-04-27 19:12:39 +02:00
read_filt.cc MDEV-9566 Port Percona Xtrabackup to MariaDB as mariabackup 2017-04-27 19:12:40 +02:00
read_filt.h MDEV-9566 Port Percona Xtrabackup to MariaDB as mariabackup 2017-04-27 19:12:40 +02:00
write_filt.cc MDEV-14077 Incremental backup extremly slow 2017-11-09 19:07:05 +00:00
write_filt.h MDEV-14077 Incremental backup extremly slow 2017-11-09 19:07:05 +00:00
wsrep.cc MDEV-13496 Use "mariabackup" rather than "xtrabackup" in console output 2017-10-23 10:37:28 +00:00
xb0xb.h Mariabackup: Remove the --stats option 2017-06-19 11:27:49 +03:00
xb_regex.h MDEV-9566 Port Percona Xtrabackup to MariaDB as mariabackup 2017-04-27 19:12:40 +02:00
xbcloud.cc MDEV-14265 - RPMLint warning: shared-lib-calls-exit 2018-03-16 13:26:52 +04:00
xbstream.c Cherrypick Perconas fix for leaking descriptors with new xbstream. 2017-06-22 12:05:36 +00:00
xbstream.h MDEV-12832 : remove libarchive support from mariabackup, 2017-05-21 22:19:06 +00:00
xbstream_read.c Xtrabackup 2.3.8 2017-04-27 19:12:42 +02:00
xbstream_write.c Xtrabackup 2.3.8 2017-04-27 19:12:42 +02:00
xtrabackup.cc MDEV-13561 Mariabackup is incompatible with retroactively created innodb_undo_tablespaces 2018-03-22 14:19:16 +05:30
xtrabackup.h MDEV-13608 : set client plugin directory with mysql_options() 2017-08-21 17:16:12 +00:00