diff options
author | sasha@asksasha.com <> | 2005-08-18 21:40:14 -0600 |
---|---|---|
committer | sasha@asksasha.com <> | 2005-08-18 21:40:14 -0600 |
commit | c594ab792179ced153d4b3073382b3ed1967c658 (patch) | |
tree | c8008bd34ce2f1e36a8ea21a5caa972aca9fcdb3 /.bzrignore | |
parent | 76a59be6fb9911143106902ddfb39813b43b9a4f (diff) | |
download | mariadb-git-c594ab792179ced153d4b3073382b3ed1967c658.tar.gz |
updated patch for BUG#4680 (incomplete DROP DATABASE breaking replication).
We binlog the DROP TABLE for each table that was actually dropped. Per Sergei's
suggestion a fixed buffer for the DROP TABLE query is pre-allocated from THD pool, and
logging now is done in batches - new batch is started if the buffer becomes full.
Reduced memory usage by reusing the table list instead of accumulating a list of
dropped table names. Also fixed the problem if the table was not actually dropped, eg
due to permissions. Extended the test case to make sure batched query
logging does work.
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 7a10ce9db69..f9f9c146692 100644 --- a/.bzrignore +++ b/.bzrignore @@ -1054,3 +1054,5 @@ vio/test-sslclient vio/test-sslserver vio/viotest-ssl ndb/tools/ndb_config +support-files/MacOSX/postflight +support-files/MacOSX/preflight |