You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/include/proxysql_find_charset.h

8 lines
377 B

#include "mysql.h"
#include "mariadb_com.h"
MARIADB_CHARSET_INFO * proxysql_find_charset_name(const char * const name);
MARIADB_CHARSET_INFO * proxysql_find_charset_collate_names(const char *csname, const char *collatename);
const MARIADB_CHARSET_INFO * proxysql_find_charset_nr(unsigned int nr);
MARIADB_CHARSET_INFO * proxysql_find_charset_collate(const char *collatename);