summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
diff options
context:
space:
mode:
authormats@mysql.com <>2004-12-03 12:15:31 +0100
committermats@mysql.com <>2004-12-03 12:15:31 +0100
commitfe70f8c747d62b9345144a6561d37fc9bd0f34fa (patch)
treee181392e2780f5b458aec25c1834612a39b95cde /sql/item_func.cc
parenteb6c38fe9c129c238fbfc2defbcd832284c0d7b8 (diff)
parent2bbdf2403dc9b6b8b4d4803c5e81b05958ea2890 (diff)
downloadmariadb-git-fe70f8c747d62b9345144a6561d37fc9bd0f34fa.tar.gz
Merge mysql.com:/space/bkroot/mysql-4.1
into mysql.com:/space/bk/b6391-mysql-4.1
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 5ed543efbc7..98b204d1809 100644
--- a/sql/item_func.cc
+++ b/sql/item_func.cc
@@ -2010,7 +2010,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);
+ Query_log_event qev(current_thd, tmp.ptr(), tmp.length(),1, FALSE);
qev.error_code=0; // this query is always safe to run on slave
mysql_bin_log.write(&qev);
}