diff options
author | Igor Babaev <igor@askmonty.org> | 2013-01-08 15:04:14 -0800 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2013-01-08 15:04:14 -0800 |
commit | 7d9df8075e4c9392f4352e6ccd86921994f264bc (patch) | |
tree | 916e10b0a8725f6226c3f9c630516d5c918c8bac /sql/sql_db.cc | |
parent | 01dca17a9c2255845c050c44e152ece256c9112e (diff) | |
parent | ac45f3b38a2098a0a29fd53f023866d6c0dce78d (diff) | |
download | mariadb-git-7d9df8075e4c9392f4352e6ccd86921994f264bc.tar.gz |
Merge 5.5 -> mwl248
Diffstat (limited to 'sql/sql_db.cc')
-rw-r--r-- | sql/sql_db.cc | 2 |
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; |