![]() |
MySQL 8.0.44
Source Code Documentation
|
#include <assert.h>#include <fcntl.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/types.h>#include "welcome_copyright_notice.h"#include "m_ctype.h"#include <unistd.h>#include "my_config.h"#include "my_compiler.h"#include "my_inttypes.h"#include "my_io.h"#include "my_loglevel.h"#include "my_macros.h"#include "my_xml.h"#include "template_utils.h"Classes | |
| class | LOCAL_CHARSET_LOADER |
Macros | |
| #define | ROW_LEN 16 |
| #define | ROW16_LEN 8 |
| #define | MAX_BUF 64 * 1024 |
Functions | |
| static void | print_array (FILE *f, const char *set, const char *name, const uchar *a, int n) |
| static void | print_array16 (FILE *f, const char *set, const char *name, const uint16 *a, int n) |
| static int | get_charset_number (const char *charset_name) |
| static uchar * | mdup (const uchar *src, uint len) |
| static void | simple_cs_copy_data (CHARSET_INFO *to, CHARSET_INFO *from) |
| static bool | simple_cs_is_full (CHARSET_INFO *cs) |
| static int | add_collation (CHARSET_INFO *cs) |
| static int | my_read_charset_file (const char *filename) |
| static int | is_case_sensitive (CHARSET_INFO *cs) |
| static void | dispcset (FILE *f, CHARSET_INFO *cs) |
| int | main (int argc, char **argv) |
Variables | |
| static CHARSET_INFO | all_charsets [512] |
| #define MAX_BUF 64 * 1024 |
| #define ROW16_LEN 8 |
| #define ROW_LEN 16 |
|
static |
|
static |
|
static |
|
static |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |