• unknown's avatar
    Bug #20402: DROP USER failure logged as ERROR rather than WARNING · 216f20ad
    unknown authored
    Remove some sql_print_error() calls which were triggered by user error (i.e., not server-level events at all).
    
    Also, convert an sql_print_error -> sql_print_information for a non-error server event.
    
    
    sql/slave.cc:
      Change sql_print_error to sql_print_information for non-error status message.
    sql/sql_acl.cc:
      Remove sql_print_error calls for events which are not server errors
    216f20ad
slave.cc 144 KB