MySQL 8.4.0
Source Code Documentation
sql_locale.h File Reference
#include <sys/types.h>
#include "my_inttypes.h"
#include "my_sharedlib.h"

Go to the source code of this file.

Classes

class  MY_LOCALE
 

Functions

MY_LOCALEmy_locale_by_name (THD *thd, const char *name, size_t length)
 
MY_LOCALEmy_locale_by_number (uint number)
 
void cleanup_errmsgs (void)
 

Variables

MY_LOCALE my_locale_en_US
 
MY_LOCALEmy_locales []
 
MYSQL_PLUGIN_IMPORT MY_LOCALEmy_default_lc_messages
 
MY_LOCALEmy_default_lc_time_names
 

Function Documentation

◆ cleanup_errmsgs()

void cleanup_errmsgs ( void  )

◆ my_locale_by_name()

MY_LOCALE * my_locale_by_name ( THD thd,
const char *  name,
size_t  length 
)

◆ my_locale_by_number()

MY_LOCALE * my_locale_by_number ( uint  number)

Variable Documentation

◆ my_default_lc_messages

MYSQL_PLUGIN_IMPORT MY_LOCALE* my_default_lc_messages
extern

◆ my_default_lc_time_names

MY_LOCALE* my_default_lc_time_names
extern

◆ my_locale_en_US

MY_LOCALE my_locale_en_US
extern

◆ my_locales

MY_LOCALE* my_locales[]
extern