• unknown's avatar
    Bug#20159 Inconsistant generation of generic error messages · d2af2759
    unknown authored
     - Use hardcoded error message instead of ER_GET_ERRNO 
    
    
    sql/sql_udf.cc:
      Use hardcoded error message "Got unknown error: %d" instead of system error message "Got error %d from storage engine" as the "storage engine" has nothing to do with this.
    d2af2759
sql_udf.cc 14.1 KB