summaryrefslogtreecommitdiff
path: root/sql/event_queue.cc
diff options
context:
space:
mode:
authorunknown <msvensson@shellback.>2006-12-18 14:12:19 +0100
committerunknown <msvensson@shellback.>2006-12-18 14:12:19 +0100
commit9121fa507fb109866ffe7c3c5ff5ceca3447da04 (patch)
treeb617b789f55c501f48f5a143e5e09c7430ce7b15 /sql/event_queue.cc
parentb2a7521a2115406b9c97c8af6a2825e531962831 (diff)
downloadmariadb-git-9121fa507fb109866ffe7c3c5ff5ceca3447da04.tar.gz
Update function description for Event_queue::get_top_for_execution_if_time
Diffstat (limited to 'sql/event_queue.cc')
-rw-r--r--sql/event_queue.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/event_queue.cc b/sql/event_queue.cc
index 14a6a0dfa93..efd309e30e2 100644
--- a/sql/event_queue.cc
+++ b/sql/event_queue.cc
@@ -693,9 +693,7 @@ static const char *queue_wait_msg= "Waiting for next activation";
SYNOPSIS
Event_queue::get_top_for_execution_if_time()
thd [in] Thread
- now [in] Current timestamp
job_data [out] The object to execute
- abstime [out] Time to sleep
RETURN VALUE
FALSE No error. If *job_data==NULL then top not elligible for execution.