• Satya B's avatar
    Fix for BUG#39886 - Table full for MEMORY table is not written into error log · fe75e52c
    Satya B authored
    When a MEMORY table is full the error is returned to client but not written
    to error log.
    
    Fixed the handler api to write the error mesage to error log when the table is
    full.
    
    Note: No TestCase included as testing the error log is non-trivial.
    
    
    sql/handler.cc:
      Fixed handler::print_error() to write the error message to error log
      when the table is full.
    fe75e52c
handler.cc 138 KB