Commit 8a048ecb authored by Andrei Elkin's avatar Andrei Elkin

merge bug14597605 to the main repo.

parents 95a937e3 0678a68b
......@@ -2508,7 +2508,7 @@ class User_var_log_event: public Log_event
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; }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment