summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAndrei Elkin <andrei.elkin@oracle.com>2012-09-10 17:35:28 +0300
committerAndrei Elkin <andrei.elkin@oracle.com>2012-09-10 17:35:28 +0300
commitd7da453a17c921dcab9b5452fb34b91d6ce0acc6 (patch)
tree2e9ddbba2969953a35c3847ca77791e7460e0895 /sql
parent3d7d345620705b3032c6389f71e52c79d51415cf (diff)
parent8a048ecb59f4189aabdbbdb548d4a9e87b81ab66 (diff)
downloadmariadb-git-d7da453a17c921dcab9b5452fb34b91d6ce0acc6.tar.gz
merge bug14597605 to 5.5.
Diffstat (limited to 'sql')
-rw-r--r--sql/log_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/log_event.h b/sql/log_event.h
index b0dc6fd8dc7..badaf2eaa79 100644
--- a/sql/log_event.h
+++ b/sql/log_event.h
@@ -2589,7 +2589,7 @@ public:
and which case the applier adjusts execution path.
*/
bool is_deferred() { return deferred; }
- void set_deferred() { deferred= val; }
+ void set_deferred() { deferred= true; }
#endif
bool is_valid() const { return 1; }