summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
diff options
context:
space:
mode:
authorsasha@asksasha.com <>2005-11-07 15:10:48 -0700
committersasha@asksasha.com <>2005-11-07 15:10:48 -0700
commitaaaee3f23b17d6b5636a9d48edfa779532abda7e (patch)
tree29582f2e7394a92ee713febd9741371a2a2b26fa /sql/item_func.cc
parent03674968b3daec0bf308b5107555de91e29e398d (diff)
parent41752fa9a0d263aa7f26c6bdb588267ea4678b5f (diff)
downloadmariadb-git-aaaee3f23b17d6b5636a9d48edfa779532abda7e.tar.gz
Merge spachev@bk-internal.mysql.com:/home/bk/mysql-4.1
into asksasha.com:/reiser-data/mysql-dev/mysql-4.1-bug7947
Diffstat (limited to 'sql/item_func.cc')
-rw-r--r--sql/item_func.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_func.cc b/sql/item_func.cc
index df32672e12b..d0a68e9f93e 100644
--- a/sql/item_func.cc
+++ b/sql/item_func.cc
@@ -1974,7 +1974,7 @@ void item_user_lock_release(User_level_lock *ull)
tmp.copy(command, strlen(command), tmp.charset());
tmp.append(ull->key,ull->key_length);
tmp.append("\")", 2);
- Query_log_event qev(current_thd, tmp.ptr(), tmp.length(),1, FALSE);
+ Query_log_event qev(current_thd, tmp.ptr(), tmp.length(),0, FALSE);
qev.error_code=0; // this query is always safe to run on slave
mysql_bin_log.write(&qev);
}