summaryrefslogtreecommitdiff
path: root/sql/sql_acl.cc
diff options
context:
space:
mode:
authorKonstantin Osipov <kostja@sun.com>2010-02-02 12:22:17 +0300
committerKonstantin Osipov <kostja@sun.com>2010-02-02 12:22:17 +0300
commitc6c1ddabaf2d41b362921524d617fbc772c1c9b6 (patch)
tree919a1043e20b3f1f6a58331ae90a4a9529b0ab5e /sql/sql_acl.cc
parent665100b69dfebe45e2d3b68116c6718560bf63b2 (diff)
parentd4f23f0cf6db38731a161c5c7b0b056fc67e5c02 (diff)
downloadmariadb-git-c6c1ddabaf2d41b362921524d617fbc772c1c9b6.tar.gz
Merge next-mr -> next-4284.
Diffstat (limited to 'sql/sql_acl.cc')
-rw-r--r--sql/sql_acl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_acl.cc b/sql/sql_acl.cc
index 573bdd2ab3b..b9c68cea308 100644
--- a/sql/sql_acl.cc
+++ b/sql/sql_acl.cc
@@ -3436,7 +3436,7 @@ bool mysql_routine_grant(THD *thd, TABLE_LIST *table_list, bool is_proc,
if (write_to_binlog)
{
- write_bin_log(thd, TRUE, thd->query(), thd->query_length());
+ write_bin_log(thd, FALSE, thd->query(), thd->query_length());
}
rw_unlock(&LOCK_grant);