MySQL 9.1.0
Source Code Documentation
|
Helper structure to return error messages from collation parser/initializer. More...
#include <m_ctype.h>
Public Attributes | |
unsigned | errcode {0} |
See include/mysys_err.h. More... | |
char | errarg [errmsg_size] {} |
Error message text. More... | |
Static Public Attributes | |
static constexpr int | errmsg_size = 192 |
Helper structure to return error messages from collation parser/initializer.
char MY_CHARSET_ERRMSG::errarg[errmsg_size] {} |
Error message text.
unsigned MY_CHARSET_ERRMSG::errcode {0} |
See include/mysys_err.h.
|
staticconstexpr |