Hi, Roberto!
What do you want to achieve? To have a list of all error messages in the
On Jul 10, Roberto Spadim wrote:
> other doubt...
> there's no plugin to read this file right? could i create a
> error_messages plugin? it will read the err file and return something
> like:
> ||Language|error code|error text||
> |en_US|1234|hello|
information_schema table? What for?
include/mysqld_error.h
> where could i read all error codes? i was reading unireg there's some
ER() returns the error code in the current language. ER_DEFAULT() - in
> macros, but they are locale specific, there's some 'all locales'
> variable? or some function that could read this errors codes /
> messages?
the default one.
Regards,
Sergei