mariadb/mysql-test/suite
Alexey Botchkov 2783fc7d14 MDEV-717 LP:1003679 - Wrong binlog order on concurrent DROP schema and CREATE function.
The cause of the issue is when DROP DATABASE takes
        metadata lock and is in progress through it's
        execution, a concurrently running CREATE FUNCTION checks
        for the existence of database which it succeeds and then it
        waits on the metadata lock.  Once DROP DATABASE writes to
        BINLOG and finally releases the metadata lock on schema
        object, the CREATE FUNCTION waiting on metadata lock
        gets in it's code path and succeeds and writes to binlog.
2016-03-23 12:16:39 +04:00
..
archive Merge branch '10.0' into 10.1 2016-03-21 13:02:53 +01:00
binlog MDEV-717 LP:1003679 - Wrong binlog order on concurrent DROP schema and CREATE function. 2016-03-23 12:16:39 +04:00
csv MDEV-8682 - CSV engine does not properly process "", in quotes 2015-09-28 12:04:26 +04:00
encryption MDEV-9613: keyfile without any keys crashes mysqld on loading file_key_management plugin 2016-03-22 22:20:33 +02:00
engines Fixed engine test results in accordance with changes made in scope of 2015-11-06 17:52:57 +02:00
federated Merge branch '10.0' into 10.1 2016-02-23 21:35:05 +01:00
funcs_1 update test results after MDEV-9307 2016-02-23 10:46:15 +01:00
funcs_2
galera Merge branch '10.0-galera' into 10.1 2016-03-22 01:35:56 -04:00
galera_3nodes Merge branch '10.0-galera' into bb-10.1-serg 2016-02-24 01:21:40 -05:00
handler
heap
innodb Merge branch '10.0' into 10.1 2016-03-21 13:02:53 +01:00
innodb_fts MDEV-9590: Always print "Engine-independent statistic" warnings and might be filtering columns unintentionally from engines 2016-03-21 11:48:04 +01:00
innodb_zip MDEV-9590: Always print "Engine-independent statistic" warnings and might be filtering columns unintentionally from engines 2016-03-21 11:48:04 +01:00
jp Merge branch 'github/10.0-galera' into 10.1 2015-11-19 17:48:36 +01:00
large_tests
maria MDEV-9502 maria.encrypt-wrong-key fails with embedded server 2016-02-01 01:01:29 +02:00
mtr/t
mtr2
multi_source Merge branch '10.0' into 10.1 2016-03-21 13:02:53 +01:00
ndb
optimizer_unfixed_bugs Merge branch '10.0' into 10.1 2015-12-21 21:24:22 +01:00
parts MDEV-9590: Always print "Engine-independent statistic" warnings and might be filtering columns unintentionally from engines 2016-03-21 11:48:04 +01:00
percona
perfschema Merge branch '10.0' into 10.1 2016-03-21 13:02:53 +01:00
perfschema_stress
plugins update plugins' maturity levels 2016-03-18 22:05:23 +01:00
roles MDEV-9443: Add reexecution test cases. 2016-03-22 22:21:04 +02:00
rpl MDEV-6058 MySQL Bug #11766693: LOG-SLOW-ADMIN-STATEMENTS AND 2016-03-22 23:26:39 +04:00
storage_engine Follow-up for MDEV-8675 and MDEV-8676 2015-09-14 03:12:54 +03:00
stress Merge branch '10.0' into 10.1 2016-03-21 13:02:53 +01:00
sys_vars Fix sysvar tests - embedded and 32-bit 2016-03-23 02:22:09 +02:00
unit
vcol Merge branch '10.0' into 10.1 2016-02-23 21:35:05 +01:00
wsrep Adjust warning suppression over a recent change in galera library. 2015-09-27 19:20:43 -04:00