summaryrefslogtreecommitdiff
path: root/sql/event_queue.h
diff options
context:
space:
mode:
authorandrey@lmy004. <>2006-07-13 16:24:55 +0200
committerandrey@lmy004. <>2006-07-13 16:24:55 +0200
commit3f6de6c5238f9acb7380737da8faabdb57ad5a5c (patch)
treec5aee85e7317db16f51fad7a16d202f645136988 /sql/event_queue.h
parent9eee0ee47ab97a6796dd8b234b7c6ebd11cca674 (diff)
downloadmariadb-git-3f6de6c5238f9acb7380737da8faabdb57ad5a5c.tar.gz
update to ease the patch process
Diffstat (limited to 'sql/event_queue.h')
-rw-r--r--sql/event_queue.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sql/event_queue.h b/sql/event_queue.h
index 3270938e881..e8b46abde92 100644
--- a/sql/event_queue.h
+++ b/sql/event_queue.h
@@ -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;