Commit 9121fa50 authored by unknown's avatar unknown
Browse files

Update function description for Event_queue::get_top_for_execution_if_time

parent b2a7521a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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.