1. 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
  2. 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
  3. 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
  4. 14 Dec, 2005 1 commit
  5. 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
  6. 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
  7. 08 Dec, 2005 2 commits
  8. 07 Dec, 2005 3 commits
  9. 06 Dec, 2005 3 commits
  10. 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
  11. 02 Dec, 2005 6 commits
  12. 01 Dec, 2005 14 commits