summaryrefslogtreecommitdiff
path: root/sql/sql_db.cc
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2013-01-08 15:04:14 -0800
committerIgor Babaev <igor@askmonty.org>2013-01-08 15:04:14 -0800
commit7d9df8075e4c9392f4352e6ccd86921994f264bc (patch)
tree916e10b0a8725f6226c3f9c630516d5c918c8bac /sql/sql_db.cc
parent01dca17a9c2255845c050c44e152ece256c9112e (diff)
parentac45f3b38a2098a0a29fd53f023866d6c0dce78d (diff)
downloadmariadb-git-7d9df8075e4c9392f4352e6ccd86921994f264bc.tar.gz
Merge 5.5 -> mwl248
Diffstat (limited to 'sql/sql_db.cc')
-rw-r--r--sql/sql_db.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_db.cc b/sql/sql_db.cc
index f4e9ccfc5e6..dc8a2e9f057 100644
--- a/sql/sql_db.cc
+++ b/sql/sql_db.cc
@@ -939,7 +939,7 @@ update_binlog:
char quoted_name[FN_REFLEN+3];
// Only write drop table to the binlog for tables that no longer exist.
- if (check_if_table_exists(thd, tbl, &exists))
+ if (check_if_table_exists(thd, tbl, 0, &exists))
{
error= true;
goto exit;