• Kristofer Pettersson's avatar
    Bug#38066 Events log 'note' level messages by default in the error log · 32f151cd
    Kristofer Pettersson authored
          
    The event scheduler logged start-, stop-execution messages in the error log
    on lowest log-warning level which would lead to very large log files in 
    a short time.
        
    This patch changes this behavior so that no start-/stop-messages are logged.
    Log messages stating successful execution are also removed.
    
    
    sql/event_scheduler.cc:
      * Removed logging for start-/stop-events.
      * Removed log-messages stating successful execution of events.
    32f151cd
event_scheduler.cc 20.6 KB