mariadb/extra/mariabackup
Marko Mäkelä 6979d20426 MDEV-14499 Mariabackup 10.2 fails to back up a multi-file InnoDB system tablespace
When Mariabackup is invoked on an instance that uses a multi-file
InnoDB system tablespace, it may fail to other files of the system
tablespace than the first one.
This was revealed by the MDEV-14447 test case.
The offending code is assuming that the first page of each data file
is page 0. But, in multi-file system tablespaces that is not the case.

xb_fil_cur_open(): Instead of re-reading the first page of the file,
rely on the fil_space_t metadata that already exists in memory.

xb_get_space_flags(): Remove.
2017-11-24 17:12:38 +02:00
..
crc
quicklz
backup_copy.cc InnoDB: Remove ut_snprintf() and the use of my_snprintf(); use snprintf() 2017-11-13 02:11:48 +02:00
backup_copy.h MDEV-13575 On failure, Mariabackup --backup --safe-slave-backup may forget to START SLAVE SQL_THREAD 2017-08-18 21:42:33 +03:00
backup_mysql.cc InnoDB: Remove ut_snprintf() and the use of my_snprintf(); use snprintf() 2017-11-13 02:11:48 +02:00
backup_mysql.h
backup_wsrep.h Fix compilation in mariabackup 2017-09-16 22:19:16 +02:00
changed_page_bitmap.cc InnoDB: Remove ut_snprintf() and the use of my_snprintf(); use snprintf() 2017-11-13 02:11:48 +02:00
changed_page_bitmap.h
CMakeLists.txt Remove a reference to a non-existent include directory 2017-07-07 11:57:39 +03:00
common.h
datasink.c
datasink.h
ds_archive.c
ds_archive.h
ds_buffer.c
ds_buffer.h
ds_compress.c
ds_compress.h
ds_local.c
ds_local.h
ds_stdout.c
ds_stdout.h
ds_tmpfile.c
ds_tmpfile.h
ds_xbstream.c
ds_xbstream.h
encryption_plugin.cc MDEV-12548 Initial implementation of Mariabackup for MariaDB 10.2 2017-07-05 11:43:28 +03:00
encryption_plugin.h
fil_cur.cc MDEV-14499 Mariabackup 10.2 fails to back up a multi-file InnoDB system tablespace 2017-11-24 17:12:38 +02:00
fil_cur.h MDEV-12548 Initial implementation of Mariabackup for MariaDB 10.2 2017-07-05 11:43:28 +03:00
innobackupex.cc Mariabackup: Remove unused parameters and fix some memory leaks 2017-07-06 19:14:44 +03:00
innobackupex.h
read_filt.cc MDEV-12548 Initial implementation of Mariabackup for MariaDB 10.2 2017-07-05 11:43:28 +03:00
read_filt.h MDEV-12548 Initial implementation of Mariabackup for MariaDB 10.2 2017-07-05 11:43:28 +03:00
write_filt.cc Merge branch '10.1' into 10.2 2017-11-21 19:47:46 +01:00
write_filt.h MDEV-14077 Incremental backup extremly slow 2017-11-09 19:07:05 +00:00
wsrep.cc Merge 10.1 into 10.2 2017-10-25 17:17:21 +03:00
xb0xb.h MDEV-12548 Initial implementation of Mariabackup for MariaDB 10.2 2017-07-05 11:43:28 +03:00
xb_regex.h
xbcloud.cc
xbstream.c MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT. 2017-09-28 17:20:46 +00:00
xbstream.h
xbstream_read.c
xbstream_write.c
xtrabackup.cc MDEV-14499 Mariabackup 10.2 fails to back up a multi-file InnoDB system tablespace 2017-11-24 17:12:38 +02:00
xtrabackup.h MDEV-14499 Mariabackup 10.2 fails to back up a multi-file InnoDB system tablespace 2017-11-24 17:12:38 +02:00