mysql
mysql copied to clipboard
Attach source line information to error codes
Currently, error codes have no associated line info, and thrown exceptions hold the exception-checking line, rather than the line where the error originated from.
Specially important in code like readable_field_traits
, where the same error code gets returned in more than a single situation.