• unknown's avatar
    Bug#20159 Inconsistant generation of generic error messages · 6c4102ce
    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.
    6c4102ce
sql_udf.cc 14.1 KB