mariadb/extra/mariabackup
Vladislav Vaintroub 282ba973e7 MDEV-18549 Failing assertion: opt_no_lock during mariabackup --backup
The assertion happens under BACKUP STAGE BLOCK_COMMIT, when a DDL on a
temporary table (#sql-xxx) is found.

Apparently, assumption that all DDLs are blocked under FTWRL does not
hold for BACKUP STAGE, and temporary tables can still have ALTERs

The fix is to relax the assertion, and only check for opt_no_lock if
backup is *really* inconsistent, i.e either optimized DDL or CREATE/RENAME
are done on the tables that were not skipped during backup.
2019-02-14 20:18:34 +01:00
..
crc Merge 10.2 into 10.3 2018-11-06 09:40:39 +02:00
quicklz
backup_copy.cc Merge 10.2 into 10.3 2019-01-17 12:38:46 +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 Merge 10.3 into 10.4 2019-02-05 12:48:02 +02:00
backup_mysql.h MDEV-15071 backup does not store xtrabackup_info in the --extra-lsndir directory 2018-02-15 21:08:18 +00:00
backup_wsrep.h Fix compilation in mariabackup 2017-09-16 22:19:16 +02:00
changed_page_bitmap.cc Merge 10.2 into 10.3 2019-01-17 12:38:46 +02:00
changed_page_bitmap.h
CMakeLists.txt Galera4 2019-01-23 15:30:00 +04:00
common.h mariabackup : use die() macro for fatal exit with error message. 2019-01-16 08:39:49 +01:00
datasink.cc Merge 10.2 into 10.3 2019-01-17 12:38:46 +02:00
datasink.h MDEV-13023 mariabackup does not preserve holes for page compressed tables. 2018-03-23 15:30:01 +00:00
ds_archive.cc Merge 10.2 into 10.3 2019-01-17 12:38:46 +02:00
ds_archive.h
ds_buffer.cc Merge 10.2 into 10.3 2019-01-17 12:38:46 +02:00
ds_buffer.h
ds_compress.cc Merge 10.2 into 10.3 2019-01-17 12:38:46 +02:00
ds_compress.h
ds_local.cc Merge 10.3 into 10.4 2018-11-30 11:05:46 +02:00
ds_local.h MDEV-13023 mariabackup does not preserve holes for page compressed tables. 2018-03-23 15:30:01 +00:00
ds_stdout.cc Merge 10.2 into 10.3 2019-01-17 12:38:46 +02:00
ds_stdout.h
ds_tmpfile.cc Merge 10.2 into 10.3 2019-01-17 12:38:46 +02:00
ds_tmpfile.h
ds_xbstream.cc Merge 10.2 into 10.3 2019-01-17 12:38:46 +02:00
ds_xbstream.h
encryption_plugin.cc Merge 10.2 into 10.3 2019-01-17 12:38:46 +02:00
encryption_plugin.h
fil_cur.cc MDEV-18493 Remove page_size_t 2019-02-07 12:21:35 +02:00
fil_cur.h MDEV-18493 Remove page_size_t 2019-02-07 12:21:35 +02:00
innobackupex.cc MDEV-18212 mariabackup: Make output format uniform whenever possible 2019-01-15 14:15:04 +01:00
innobackupex.h
read_filt.cc MDEV-18493 Remove page_size_t 2019-02-07 12:21:35 +02:00
read_filt.h MDEV-18493 Remove page_size_t 2019-02-07 12:21:35 +02:00
write_filt.cc MDEV-18493 Remove page_size_t 2019-02-07 12:21:35 +02:00
write_filt.h MDEV-14077 Incremental backup extremly slow 2017-11-09 19:07:05 +00:00
wsrep.cc Merge 10.2 into 10.3 2019-01-17 12:38:46 +02:00
xb_regex.h
xbcloud.cc After-merge fix for commit 98eb9518db 2018-03-16 15:49:53 +02:00
xbstream.cc Merge 10.2 into 10.3 2019-01-17 12:38:46 +02:00
xbstream.h MDEV-18212 mariabackup: Make output format uniform whenever possible 2019-01-15 14:15:04 +01:00
xbstream_read.cc Merge 10.2 into 10.3 2019-01-17 12:38:46 +02:00
xbstream_write.cc Merge 10.2 into 10.3 2019-01-17 12:38:46 +02:00
xtrabackup.cc MDEV-18549 Failing assertion: opt_no_lock during mariabackup --backup 2019-02-14 20:18:34 +01:00
xtrabackup.h MDEV-18493 Remove page_size_t 2019-02-07 12:21:35 +02:00