• unknown's avatar
    Bug#26807 "set global event_scheduler=1" and --skip-grant-tables crashes server · 2b2fb674
    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
    2b2fb674
skip_grants.test 2.23 KB