Browse Source

merge bug14597605 to the main repo.

pull/843/head
Andrei Elkin 13 years ago
parent
commit
8a048ecb59
  1. 2
      sql/log_event.h

2
sql/log_event.h

@ -2508,7 +2508,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; }

Loading…
Cancel
Save