diff options
author | unknown <Li-Bing.Song@sun.com> | 2009-09-28 10:23:06 +0800 |
---|---|---|
committer | unknown <Li-Bing.Song@sun.com> | 2009-09-28 10:23:06 +0800 |
commit | 1421a7205bb4fda18d8de19052f5473047ceffdb (patch) | |
tree | 042d2e3476814f90ff8bf8faa8b1755861752cbe /mysql-test/t/information_schema_db.test | |
parent | cdcdaaed8766013696b82cac2e6611c576ebadcc (diff) | |
download | mariadb-git-1421a7205bb4fda18d8de19052f5473047ceffdb.tar.gz |
BUG #46572 DROP TEMPORARY table IF EXISTS does not have a consistent behavior in ROW mode
In RBR, 'DROP TEMPORARY TABLE IF EXISTS...' statement is binlogged when the table
does not exist.
In fact, 'DROP TEMPORARY TABLE ...' statement should never be binlogged in RBR
no matter if the table exists or not.
This patch addresses this by checking whether we are dropping a
temporary table or not, when building the custom drop statement.
Diffstat (limited to 'mysql-test/t/information_schema_db.test')
0 files changed, 0 insertions, 0 deletions