MySQL 8.4.0
Source Code Documentation
MY_CHARSET_ERRMSG Struct Reference

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
 

Detailed Description

Helper structure to return error messages from collation parser/initializer.

Member Data Documentation

◆ errarg

char MY_CHARSET_ERRMSG::errarg[errmsg_size] {}

Error message text.

◆ errcode

unsigned MY_CHARSET_ERRMSG::errcode {0}

See include/mysys_err.h.

◆ errmsg_size

constexpr int MY_CHARSET_ERRMSG::errmsg_size = 192
staticconstexpr

The documentation for this struct was generated from the following file: