mariadb/extra
Vladislav Vaintroub 4a872ae1e7 MDEV-18185 - mariabackup - fix specific case of table rename handing in prepare.
If, during backup
1) Innodb table is dropped (after being copied to backup) and then
2) Before backup finished, another Innodb table is renamed, and new name
is the name of the dropped table in 1)

then, --prepare fails with assertion, as DDL fixup code in prepare
did not handle this specific case.

The fix is to process drops before renames, in prepare DDL-"redo" phase.
2019-01-09 22:28:31 +01:00
..
crc32-vpmsum crc32-vpmsum: Restore non volatile registers on zero length CRC 2016-08-05 11:50:46 +04:00
mariabackup MDEV-18185 - mariabackup - fix specific case of table rename handing in prepare. 2019-01-09 22:28:31 +01:00
readline Merge 10.0.14 into 10.1 2014-10-15 12:59:13 +02:00
yassl Merge 10.0 into 10.1 2018-03-20 19:25:08 +02:00
charset2html.c spelling fixes 2017-03-07 13:38:06 +04:00
CMakeLists.txt MDEV-17958: Make innochecksum follow the build option 2018-12-14 13:52:13 +02:00
comp_err.c Fixed wrong arguments to printf and related functions 2018-01-04 16:24:09 +02:00
innochecksum.cc Merge 10.1 into 10.2 2018-12-17 20:15:38 +02:00
my_print_defaults.c After-merge fix for commit 98eb9518db 2018-03-16 15:49:53 +02:00
mysql_waitpid.c MDEV-8012: Wrong exit code when asking for help 2016-06-12 22:47:18 +03:00
mysqld_safe_helper.c mysqld_safe_help - remove warning 2017-04-30 15:06:01 +04:00
perror.c Merge branch '10.1' into 10.2 2016-09-09 08:33:08 +02:00
replace.c Merge branch '10.0' into 10.1 2017-10-22 13:03:41 +02:00
resolve_stack_dump.c resolve_stack_dump updated to match latest stack trace format 2017-12-03 12:45:54 +02:00
resolveip.c MDEV-419 ensure that all HAVE_XXX constants can be set by cmake 2012-07-31 19:29:07 +02:00