1. 28 Dec, 2005 4 commits
    • andrey@lmy004.'s avatar
      WL #1034 update · 3cd5a23f
      andrey@lmy004. authored
      - fix problem with too long identifier name
      3cd5a23f
    • andrey@lmy004.'s avatar
      WL#1034 update · 02983835
      andrey@lmy004. authored
      - fix crash of an event that alters itself
      - make "alter event xyz;" invalid because at least 1 clause is needed.
      02983835
    • andrey@lmy004.'s avatar
      WL #1034 update · b5d583ae
      andrey@lmy004. authored
      - enable/disable -> enabled/disabled
      - fixed error message
      b5d583ae
    • andrey@lmy004.'s avatar
      WL #1034 (update) · b95f342f
      andrey@lmy004. authored
      - improve the stability of the executor
      - make create event if not exists work as before
      b95f342f
  2. 20 Dec, 2005 1 commit
    • andrey@lmy004.'s avatar
      WL #1034 update · fa9f2a77
      andrey@lmy004. authored
      - fix one bug found by PeterG, namely bug #51
      
      #there is a major problem currently after removing the specialised DYNAMIC_ARRAY as 
        storage for the events. I have to reintroduce similar storage, this time probably some
        linked list or maybe some API on top of DYNAMIC_ARRAY.
      fa9f2a77
  3. 16 Dec, 2005 3 commits
    • andrey@lmy004.'s avatar
      WL #1034 update · 5ec6c5f2
      andrey@lmy004. authored
      - varchar -> char
      - transient_expression -> interval_value
      - interval_type -> interval_field
      5ec6c5f2
    • andrey@lmy004.'s avatar
      WL #1034 update · 67a81722
      andrey@lmy004. authored
      - handle crashes where the table definition has been changed
        (different number of fields)
      67a81722
    • andrey@lmy004.'s avatar
      WL#1034 update · de08cd2b
      andrey@lmy004. authored
      fix bug with DROP EVENT non_existant; giving back OK + warning
      de08cd2b
  4. 15 Dec, 2005 2 commits
    • andrey@lmy004.'s avatar
      WL#1034 update · ab953ea8
      andrey@lmy004. authored
      make compile-pentium-debug-max work
      ab953ea8
    • andrey@lmy004.'s avatar
      WL#1034 update · 533180d7
      andrey@lmy004. authored
      - fix EVENT_ACL problem that GRANT ALL on some_db.* to someone@somewhere did not get to mysql.db
      - fix crash when the following is executed :
        CREATE EVENT P() CREATE EVENT E ON SCHEDULER 1 SECOND DO ROLLBACK;
        (creation works as well as calling P() which creates the event).
      533180d7
  5. 14 Dec, 2005 1 commit
  6. 13 Dec, 2005 3 commits
    • andrey@lmy004.'s avatar
      WL#1034 (update) · 831569cb
      andrey@lmy004. authored
      - fixed silly bug, the main thread restarted but did not execute events,
        Quite currious why many calls to pthread_mutex_init() do not lead to abort()
      831569cb
    • andrey@lmy004.'s avatar
      WL#1034 update · ba79f499
      andrey@lmy004. authored
      (cleanups, leaks fixed)
      ba79f499
    • andrey@lmy004.'s avatar
      WL#1034 update · 854d2d4b
      andrey@lmy004. authored
      cleanup before throwin away DYNAMIC_ARRAY for event storage,
      once reallocated I get dangling pointers so that's not good.
      solution will be found however ;)
      854d2d4b
  7. 12 Dec, 2005 1 commit
    • andrey@lmy004.'s avatar
      WL#1034 update · d94bae3a
      andrey@lmy004. authored
      QUEUE implementation working now. this should be ready more or less
      for testing once the debug output is being cleaned and some things
      around DYNAMIC_ARRAY are cleaned
      - fix handling in case of errors that lead to crashes, now no more crashes
        in case of table corruption and such.
      d94bae3a
  8. 08 Dec, 2005 2 commits
  9. 07 Dec, 2005 3 commits
  10. 06 Dec, 2005 3 commits
  11. 05 Dec, 2005 1 commit
    • andrey@lmy004.'s avatar
      WL#1034 updated · 7120d43c
      andrey@lmy004. authored
      - split into several files
      - forbid parallel execution (before analyse is done how to make it possible)
        because the same sp_head instance cannot be executed in parallel
      - added GPL headers
      - changed EVENT_ACL to be per DB variable
      - fixed minor problems
      7120d43c
  12. 02 Dec, 2005 6 commits
  13. 01 Dec, 2005 10 commits