diff options
author | Alexey Botchkov <holyfoot@askmonty.org> | 2016-03-23 12:16:39 +0400 |
---|---|---|
committer | Alexey Botchkov <holyfoot@askmonty.org> | 2016-03-23 12:16:39 +0400 |
commit | 2783fc7d14bc8ad16acfeb509d3b19615023f47a (patch) | |
tree | adfd8aeaa00e43cb12f35642e579a18fdfccacc7 /man | |
parent | e4435b5ec304be1439475f6f6084fbf9f1fd9e1f (diff) | |
download | mariadb-git-2783fc7d14bc8ad16acfeb509d3b19615023f47a.tar.gz |
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.
Diffstat (limited to 'man')
0 files changed, 0 insertions, 0 deletions