summaryrefslogtreecommitdiff
path: root/sql/sql_binlog.cc
diff options
context:
space:
mode:
authorVladislav Vaintroub <vvaintroub@mysql.com>2010-02-16 23:19:47 +0100
committerVladislav Vaintroub <vvaintroub@mysql.com>2010-02-16 23:19:47 +0100
commitd4b10d1fd541505c850c32895d8a1f8308d35c15 (patch)
treebb2aacb96d3588f443a65da32dbfa2b6508efb80 /sql/sql_binlog.cc
parent09dfcfa14bda0d57493a3a15949a8e50a73f6d88 (diff)
parentcbb02487f6b0e95b35e2ee6f3e3242108a75deca (diff)
downloadmariadb-git-d4b10d1fd541505c850c32895d8a1f8308d35c15.tar.gz
merge
Diffstat (limited to 'sql/sql_binlog.cc')
-rw-r--r--sql/sql_binlog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_binlog.cc b/sql/sql_binlog.cc
index 58c309ef57b..31d4430cbe6 100644
--- a/sql/sql_binlog.cc
+++ b/sql/sql_binlog.cc
@@ -241,7 +241,7 @@ void mysql_client_binlog_statement(THD* thd)
my_ok(thd);
end:
- rli->clear_tables_to_lock();
+ rli->slave_close_thread_tables(thd);
my_free(buf, MYF(MY_ALLOW_ZERO_PTR));
DBUG_VOID_RETURN;
}