• 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
event_timed.cc 24.6 KB