diff options
author | mats@mysql.com <> | 2004-12-03 12:15:31 +0100 |
---|---|---|
committer | mats@mysql.com <> | 2004-12-03 12:15:31 +0100 |
commit | fe70f8c747d62b9345144a6561d37fc9bd0f34fa (patch) | |
tree | e181392e2780f5b458aec25c1834612a39b95cde /sql/item_func.cc | |
parent | eb6c38fe9c129c238fbfc2defbcd832284c0d7b8 (diff) | |
parent | 2bbdf2403dc9b6b8b4d4803c5e81b05958ea2890 (diff) | |
download | mariadb-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.cc | 2 |
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); } |