1. 17 Jul, 2006 1 commit
  2. 13 Jul, 2006 3 commits
  3. 12 Jul, 2006 1 commit
  4. 11 Jul, 2006 1 commit
    • andrey@lmy004.'s avatar
      WL#3337 (Event scheduler new architecture) · 0d517461
      andrey@lmy004. authored
      More small fixes to the API : use LEX_STRING instead of LEX_STRING* and if error
      then return bool(true) instead of error code.
      Merged functions. Reduced usage of sp_name.
      Fixed a lot of function documentation errors.
      Added function documentation wherever needed.
      Removed some unused defines and error codes.
      
      Next to come is batch rename of Event_scheduler_ng to Event_scheduler.
      0d517461
  5. 10 Jul, 2006 3 commits
    • andrey@lmy004.'s avatar
      Remove trailing whitespace. · 2f7555b3
      andrey@lmy004. authored
      After merge fixes.
      2f7555b3
    • andrey@lmy004.'s avatar
      Manual merge · 2319aac0
      andrey@lmy004. authored
      2319aac0
    • andrey@lmy004.'s avatar
      WL#3337 (Event scheduler new architecture) · e3d0524b
      andrey@lmy004. authored
      This patch introduces specialized Event data objects
      Event_basic as parent.
      Event_queue_element used for queue storage
      Event_timed used for SHOW EVENTS/ I_S.EVENTS / SHOW CREATE EVENT
      Event_job_data using during execution.
      Methods were moved out of Event_timed to other classes.
      
      This patch also introduces Events::LOCK_event_metadata.
      This patch gives new implementation of Events::dump_internal_status().
      Now both the Event_scheduler and Event_queue return information during
      their ::dump_internal_status().
      
      Shortened a bit the runtime for executing events test cases.
      e3d0524b
  6. 07 Jul, 2006 10 commits
  7. 06 Jul, 2006 21 commits