mariadb/extra
Vladislav Vaintroub ecc4682672 MDEV-16519 : mariabackup should fail if MDL could not be acquired with lock-ddl-per-table
There is a tiny chance for race condition during MDL acquisition.

If table is renamed just prior to
SELECT 1 FROM <table_name> LIMIT 0

then this query would  fail, yet mariabackup --backup does not handle
it as fatal error and continues, only to fail later during file copy.

The fix is to die on error, of MDL lock query fails.
2018-06-22 15:24:09 +01:00
..
crc32-vpmsum
mariabackup MDEV-16519 : mariabackup should fail if MDL could not be acquired with lock-ddl-per-table 2018-06-22 15:24:09 +01:00
readline
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 Fix misuse of MY_CHECK_CXX_COMPILER_FLAG 2018-04-05 17:45:36 +04:00
comp_err.c Fixed wrong arguments to printf and related functions 2018-01-04 16:24:09 +02:00
innochecksum.cc MDEV-13384 - misc Windows warnings fixed 2017-09-28 17:20:46 +00:00
my_print_defaults.c After-merge fix for commit 98eb9518db 2018-03-16 15:49:53 +02:00
mysql_waitpid.c
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