• unknown's avatar
    Bug#26807 "set global event_scheduler=1" and --skip-grant-tables crashes server · 9cf94095
    unknown authored
    - Crash occured because Event engine is only initialized if
      ACLs are used but not properly marked as disabled.
    - The patch is to mark the Event engine as DISABLED if no ACLs
      are used to avoid access of uninitialized variables.
    
    
    mysql-test/r/skip_grants.result:
      Added test case
    mysql-test/t/skip_grants.test:
      Added test case
    9cf94095
mysqld.cc 295 KB