mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
update to ease the patch process
This commit is contained in:
@ -56,7 +56,7 @@ public:
|
||||
void
|
||||
drop_schema_events(THD *thd, LEX_STRING schema);
|
||||
|
||||
static bool
|
||||
void
|
||||
check_system_tables(THD *thd);
|
||||
|
||||
void
|
||||
@ -99,8 +99,6 @@ protected:
|
||||
/* The sorted queue with the Event_job_data objects */
|
||||
QUEUE queue;
|
||||
|
||||
bool queue_loaded;
|
||||
|
||||
uint mutex_last_locked_at_line;
|
||||
uint mutex_last_unlocked_at_line;
|
||||
uint mutex_last_attempted_lock_at_line;
|
||||
|
Reference in New Issue
Block a user