mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
5.5-merge
This commit is contained in:
@ -82,10 +82,6 @@ protected:
|
||||
|
||||
class Event_queue_element : public Event_basic
|
||||
{
|
||||
protected:
|
||||
bool status_changed;
|
||||
bool last_executed_changed;
|
||||
|
||||
public:
|
||||
int on_completion;
|
||||
int status;
|
||||
@ -117,9 +113,6 @@ public:
|
||||
|
||||
void
|
||||
mark_last_executed(THD *thd);
|
||||
|
||||
bool
|
||||
update_timing_fields(THD *thd);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user