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