SYMBOL INDEX (3722 symbols across 239 files) FILE: client/async_example.c function wait_for_mysql (line 33) | static int function fatal (line 117) | static void function doit (line 124) | static void function main (line 193) | int FILE: client/client_metadata.h function class (line 25) | class Client_field_metadata FILE: client/client_priv.h type options_client (line 37) | enum options_client function warn_protocol_override (line 163) | static inline void warn_protocol_override(char *host, FILE: client/completion_hash.cc function uint (line 28) | uint hashpjw(const char *arKey, uint nKeyLength) function completion_hash_init (line 42) | int completion_hash_init(HashTable *ht, uint nSize) function completion_hash_update (line 60) | int completion_hash_update(HashTable *ht, char *arKey, uint nKeyLength, function Bucket (line 113) | static Bucket *completion_hash_find(HashTable *ht, const char *arKey, function completion_hash_exists (line 136) | int completion_hash_exists(HashTable *ht, char *arKey, uint nKeyLength) function Bucket (line 158) | Bucket *find_all_matches(HashTable *ht, const char *str, uint length, function Bucket (line 173) | Bucket *find_longest_match(HashTable *ht, char *str, uint length, function completion_hash_clean (line 205) | void completion_hash_clean(HashTable *ht) function completion_hash_free (line 213) | void completion_hash_free(HashTable *ht) function add_word (line 220) | void add_word(HashTable *ht,char *str) FILE: client/completion_hash.h type entry (line 28) | typedef struct _entry { type Bucket (line 33) | typedef struct bucket type HashTable (line 43) | typedef struct hashtable { FILE: client/echo.c function main (line 34) | int main(int argc, char **argv) FILE: client/mariadb-conv.cc class CmdOpt (line 31) | class CmdOpt method CmdOpt (line 38) | CmdOpt() method CHARSET_INFO (line 44) | static CHARSET_INFO *csinfo_by_name(const char *csname) method CHARSET_INFO (line 48) | CHARSET_INFO *csinfo_from() const method CHARSET_INFO (line 52) | CHARSET_INFO *csinfo_to() const type my_option (line 62) | struct my_option function my_bool (line 80) | my_bool class File_buffer (line 88) | class File_buffer: public Binary_string class Delimiter (line 166) | class Delimiter method has_delimiter_slow (line 171) | bool has_delimiter_slow() const method unescape (line 180) | bool unescape(char *to, char from) const method is_delimiter (line 192) | bool is_delimiter(char ch) const method Delimiter (line 197) | Delimiter() method has_delimiter (line 202) | bool has_delimiter() const method set_delimiter_unescape (line 206) | bool set_delimiter_unescape(const char *str) method get_delimiter_length (line 227) | size_t get_delimiter_length(const char *str, const char *end) const method get_data_length (line 237) | size_t get_data_length(const char *str, const char *end) const class Conv_inbuf (line 250) | class Conv_inbuf method Conv_inbuf (line 255) | Conv_inbuf(const char *from, size_t length) method length (line 260) | size_t length() const method LEX_CSTRING (line 265) | LEX_CSTRING get_prefix(size_t len) method LEX_CSTRING (line 273) | LEX_CSTRING get_empty_string() const method LEX_CSTRING (line 279) | LEX_CSTRING get_delimiter_chunk(const Delimiter &delimiter) method LEX_CSTRING (line 286) | LEX_CSTRING get_data_chunk(const Delimiter &delimiter) class Conv_outbuf (line 296) | class Conv_outbuf: public Binary_string method alloc (line 299) | bool alloc(size_t out_max_length) class Conv (line 316) | class Conv: public String_copier, public Delimiter method Conv (line 322) | Conv(CHARSET_INFO *tocs, CHARSET_INFO *fromcs, bool opt_continue) method out_buffer_max_length (line 325) | size_t out_buffer_max_length(size_t from_length) const method convert_binary_stream (line 330) | bool convert_binary_stream(FILE *file) method convert_binary_file_by_name (line 336) | bool convert_binary_file_by_name(const char *filename) method report_error (line 343) | void report_error(const char *from) const method write (line 362) | size_t write(const char *str, size_t length) const class Session (line 405) | class Session method Session (line 408) | Session(const char *prog) method usage (line 416) | void usage(void) function main (line 428) | int main(int argc, char *argv[]) FILE: client/my_readline.h type LINE_BUFFER (line 23) | typedef struct st_line_buffer FILE: client/mysql.cc function my_vidattr (line 109) | static void my_vidattr(chtype attrs) type st_status (line 133) | struct st_status type enum_info_type (line 146) | enum enum_info_type { INFO_INFO,INFO_ERROR,INFO_RESULT} type enum_info_type (line 147) | enum enum_info_type type my_option (line 226) | struct my_option type get_arg_mode (line 258) | enum get_arg_mode { CHECK, GET, GET_NEXT} function is_delimiter_command (line 1081) | inline bool is_delimiter_command(char *name, ulong len) function get_command_index (line 1101) | inline int get_command_index(char cmd_char) function main (line 1118) | int main(int argc,char *argv[]) function sig_handler (line 1303) | sig_handler mysql_end(int sig) function do_connect (line 1359) | static bool do_connect(MYSQL *mysql, const char *host, const char *user, function sig_handler (line 1455) | sig_handler window_resize(int sig) type my_option (line 1465) | struct my_option function usage (line 1712) | static void usage(int version) function my_bool (line 1739) | my_bool function get_options (line 1976) | static int get_options(int argc, char **argv) function read_and_execute (line 2044) | static int read_and_execute(bool interactive) function COMMANDS (line 2248) | static COMMANDS *find_command(char cmd_char) function COMMANDS (line 2285) | static COMMANDS *find_command(char *name) function add_line (line 2351) | static bool add_line(String &buffer, char *line, size_t line_length, function fix_history (line 2670) | static void fix_history(String *final_command) function not_in_history (line 2726) | static int not_in_history(const char *line) function fake_magic_space (line 2741) | static int fake_magic_space(const char *, int) function initialize_readline (line 2749) | static void initialize_readline () function build_completion_hash (line 2876) | static void build_completion_hash(bool rehash, bool write_info) function reconnect (line 3025) | static int reconnect(void) function get_current_db (line 3043) | static void get_current_db() function mysql_real_query_for_lazy (line 3068) | int mysql_real_query_for_lazy(const char *buf, size_t length) function mysql_store_result_for_lazy (line 3084) | int mysql_store_result_for_lazy(MYSQL_RES **result) function print_help_item (line 3094) | static void print_help_item(MYSQL_ROW *cur, int num_name, int num_cat, c... function com_server_help (line 3106) | static int com_server_help(String *buffer __attribute__((unused)), function com_help (line 3209) | static int function com_clear (line 3244) | static int function com_charset (line 3256) | static int function com_go (line 3289) | static int function init_pager (line 3465) | static void init_pager() function end_pager (line 3481) | static void end_pager() function init_tee (line 3490) | static void init_tee(const char *file_name) function end_tee (line 3508) | static void end_tee() function com_ego (line 3517) | static int type enum_field_types (line 3529) | enum enum_field_types function print_field_types (line 3592) | static void function is_binary_field (line 3631) | static bool function print_as_hex (line 3651) | static void function print_table_data (line 3664) | static void function get_field_disp_length (line 3793) | static int get_field_disp_length(MYSQL_FIELD *field) function get_result_width (line 3817) | static int get_result_width(MYSQL_RES *result) function tee_print_sized_data (line 3838) | static void function print_table_data_html (line 3868) | static void function print_table_data_xml (line 3912) | static void function print_table_data_vertically (line 3954) | static void function print_warnings (line 4013) | static void print_warnings() function xmlencode_print (line 4065) | static void function safe_put_field (line 4084) | static void function print_tab_data (line 4126) | static void function com_tee (line 4165) | static int function com_notee (line 4210) | static int function com_pager (line 4225) | static int function com_nopager (line 4269) | static int function com_edit (line 4282) | static int function com_quit (line 4330) | static int function com_rehash (line 4338) | static int function com_shell (line 4350) | static int function com_print (line 4378) | static int function com_connect (line 4390) | static int function com_source (line 4444) | static int com_source(String *buffer __attribute__((unused)), function com_delimiter (line 4510) | static int function com_use (line 4539) | static int function com_warnings (line 4613) | static int function com_nowarnings (line 4622) | static int function sql_real_connect (line 4754) | static int function sql_connect (line 4841) | static int function com_status (line 4876) | static int function put_info (line 5044) | static int function put_error (line 5129) | static int function remove_cntrl (line 5137) | static void remove_cntrl(String &buffer) function tee_fprintf (line 5147) | void tee_fprintf(FILE *file, const char *fmt, ...) function tee_fputs (line 5164) | void tee_fputs(const char *s, FILE *file) function tee_puts (line 5172) | void tee_puts(const char *s, FILE *file) function tee_putc (line 5183) | void tee_putc(int c, FILE *file) function nice_time (line 5196) | static void nice_time(double sec,char *buff,bool part_second) function end_timer (line 5227) | static void end_timer(ulonglong start_time, char *buff) type tm (line 5242) | struct tm function add_int_to_prompt (line 5453) | static void add_int_to_prompt(int toadd) function init_username (line 5460) | static void init_username() function com_prompt (line 5476) | static int com_prompt(String *buffer __attribute__((unused)), function report_progress (line 5491) | static void report_progress(const MYSQL *mysql, uint stage, uint max_stage, function report_progress_end (line 5505) | static void report_progress_end() function report_progress_end (line 5514) | static void report_progress_end() FILE: client/mysql_plugin.c type st_plugin (line 42) | struct st_plugin type my_option (line 51) | struct my_option function main (line 95) | int main(int argc,char *argv[]) function make_tempfile (line 160) | static int make_tempfile(char *filename, const char *ext) function run_command (line 217) | static int run_command(char* cmd, const char *mode) function has_spaces (line 246) | static int has_spaces(const char *path) function get_default_values (line 317) | static int get_default_values() function usage (line 419) | static void usage(void) function print_default_values (line 445) | static void print_default_values(void) function my_bool (line 490) | static my_bool function file_exists (line 549) | static int file_exists(char * filename) function search_dir (line 572) | static int search_dir(const char * base_path, const char *tool_name, function search_paths (line 600) | static int search_paths(const char *base_path, const char *tool_name, function load_plugin_data (line 630) | static int load_plugin_data(char *plugin_name, char *config_file) function check_options (line 729) | static int check_options(int argc, char **argv, char *operation) function process_options (line 855) | static int process_options(int argc, char *argv[], char *operation) function check_access (line 940) | static int check_access() function find_tool (line 1001) | static int find_tool(const char *tool_name, char *tool_path) function find_plugin (line 1035) | static int find_plugin(char *tp_path) function build_bootstrap_file (line 1065) | static int build_bootstrap_file(char *operation, char *bootstrap) function dump_bootstrap_file (line 1147) | static int dump_bootstrap_file(char *bootstrap_file) function bootstrap_server (line 1199) | static int bootstrap_server(char *server_path, char *bootstrap_file) FILE: client/mysql_upgrade.c type my_option (line 81) | struct my_option function free_used_memory (line 187) | static void free_used_memory(void) function die (line 207) | static void die(const char *fmt, ...) function verbose (line 230) | static void verbose(const char *fmt, ...) function print_error (line 249) | static void print_error(const char *error_msg, DYNAMIC_STRING *output) function add_one_option_cmd_line (line 262) | static void add_one_option_cmd_line(DYNAMIC_STRING *ds, function add_one_option_cnf_file (line 276) | static void add_one_option_cnf_file(DYNAMIC_STRING *ds, function my_bool (line 290) | static my_bool function ulong (line 407) | static ulong STDCALL calc_server_version(char *some_version) function run_command (line 421) | static int run_command(char* cmd, function run_tool (line 463) | static int run_tool(char *tool_path, DYNAMIC_STRING *ds_res, ...) function find_tool (line 507) | static void find_tool(char *tool_executable_name, const char *tool_name, function run_query (line 584) | static int run_query(const char *query, DYNAMIC_STRING *ds_res, function extract_variable_from_show (line 660) | static int extract_variable_from_show(DYNAMIC_STRING* ds, char* value) function get_upgrade_info_file_name (line 684) | static int get_upgrade_info_file_name(char* name) function open_mysql_upgrade_file (line 726) | static void open_mysql_upgrade_file() function faulty_server_versions (line 783) | static int faulty_server_versions(const char *version) function upgrade_already_done (line 806) | static int upgrade_already_done(int silent) function finish_mysql_upgrade_info_file (line 875) | static void finish_mysql_upgrade_info_file(void) function print_conn_args (line 909) | static void print_conn_args(const char *tool_name) function run_mysqlcheck_upgrade (line 925) | static int run_mysqlcheck_upgrade(my_bool mysql_db_only) function my_bool (line 957) | static my_bool is_mysql() function run_mysqlcheck_views (line 977) | static int run_mysqlcheck_views(void) function run_mysqlcheck_fixnames (line 1012) | static int run_mysqlcheck_fixnames(void) function my_bool (line 1055) | static my_bool is_expected_error(const char* line) function print_line (line 1084) | static void print_line(char* line) function my_bool (line 1094) | static my_bool from_before_10_1() function uninstall_plugins (line 1119) | static void uninstall_plugins(void) function install_used_plugin_data_types (line 1147) | static int install_used_plugin_data_types(void) function install_used_engines (line 1190) | static int install_used_engines(void) function check_slave_repositories (line 1236) | static int check_slave_repositories(void) function run_sql_fix_privilege_tables (line 1301) | static int run_sql_fix_privilege_tables(void) function check_version_match (line 1372) | static int check_version_match(void) function main (line 1404) | int main(int argc, char **argv) FILE: client/mysqladmin.cc type my_option (line 73) | struct my_option type stat (line 91) | struct stat type commands (line 98) | enum commands { type my_option (line 136) | struct my_option function my_bool (line 245) | my_bool function main (line 371) | int main(int argc,char *argv[]) function sig_handler (line 572) | sig_handler endprog(int signal_number __attribute__((unused))) function my_bool (line 589) | static my_bool sql_connect(MYSQL *mysql, uint wait) function maybe_disable_binlog (line 669) | static int maybe_disable_binlog(MYSQL *mysql) function flush (line 685) | int flush(MYSQL *mysql, const char *what) function execute_commands (line 715) | static int execute_commands(MYSQL *mysql,int argc, char **argv) function print_version (line 1391) | static void print_version(void) function usage (line 1398) | static void usage(void) function drop_db (line 1453) | static int drop_db(MYSQL *mysql, const char *db) function nice_time (line 1483) | static void nice_time(ulong sec,char *buff) function print_header (line 1512) | static void print_header(MYSQL_RES *result) function print_top (line 1528) | static void print_top(MYSQL_RES *result) function print_row (line 1550) | static void print_row(MYSQL_RES *result, MYSQL_ROW cur, function print_relative_row (line 1568) | static void print_relative_row(MYSQL_RES *result, MYSQL_ROW cur, uint row) function print_relative_row_vert (line 1586) | static void print_relative_row_vert(MYSQL_RES *result __attribute__((unu... function store_values (line 1608) | static void store_values(MYSQL_RES *result) function print_relative_header (line 1630) | static void print_relative_header() function print_relative_line (line 1641) | static void print_relative_line() function truncate_names (line 1657) | static void truncate_names() function my_bool (line 1693) | static my_bool get_pidfile(MYSQL *mysql, char *pidfile) function my_bool (line 1720) | static my_bool wait_pidfile(char *pidfile, time_t last_modified, FILE: client/mysqlbinlog.cc type Exit_status (line 175) | enum Exit_status { function free_annotate_event (line 195) | static void free_annotate_event() function Log_event (line 204) | Log_event* read_remote_annotate_event(uchar* net_buf, ulong event_len, function keep_annotate_event (line 235) | void keep_annotate_event(Annotate_rows_log_event* event) function print_annotate_event (line 241) | bool print_annotate_event(PRINT_EVENT_INFO *print_event_info) class Load_log_processor (line 258) | class Load_log_processor type File_name_record (line 273) | struct File_name_record method File (line 302) | File create_unique_file(char *filename, char *file_name_end) method Load_log_processor (line 317) | Load_log_processor() {} method init (line 320) | int init() method init_by_dir_name (line 326) | void init_by_dir_name(const char *dir) method init_by_cur_dir (line 331) | void init_by_cur_dir() method destroy (line 337) | void destroy() method Create_file_log_event (line 369) | Create_file_log_event *grab_event(uint file_id) function File (line 435) | File Load_log_processor::prepare_new_file_for_old_format(Load_log_event ... function Exit_status (line 473) | Exit_status Load_log_processor::load_old_format_file(NET* net, function Exit_status (line 542) | Exit_status Load_log_processor::process_first_event(const char *bname, function Exit_status (line 621) | Exit_status Load_log_processor::process(Create_file_log_event *ce) function Exit_status (line 641) | Exit_status Load_log_processor::process(Begin_load_query_log_event *blqe) function Exit_status (line 670) | Exit_status Load_log_processor::process(Append_block_log_event *ae) function convert_path_to_forward_slashes (line 728) | static void convert_path_to_forward_slashes(char *fname) function shall_skip_database (line 748) | static bool shall_skip_database(const char *log_dbname) function print_use_stmt (line 764) | static void function print_skip_replication_statement (line 809) | static void function shall_skip_table (line 831) | static bool shall_skip_table(const char *log_tblname) function print_base64 (line 838) | static bool print_base64(PRINT_EVENT_INFO *print_event_info, Log_event *ev) function print_row_event (line 865) | static bool print_row_event(PRINT_EVENT_INFO *print_event_info, Log_even... function Exit_status (line 1005) | Exit_status process_event(PRINT_EVENT_INFO *print_event_info, Log_event ... type my_option (line 1511) | struct my_option function error_or_warning (line 1758) | static void error_or_warning(const char *format, va_list args, const cha... function error (line 1775) | static void error(const char *format,...) function sql_print_error (line 1790) | static void sql_print_error(const char *format,...) function warning (line 1805) | static void warning(const char *format,...) function cleanup (line 1816) | static void cleanup() function die (line 1842) | static void die() function print_version (line 1850) | static void print_version() function usage (line 1856) | static void usage() function my_time_t (line 1871) | static my_time_t convert_str_to_timestamp(const char* str) function my_bool (line 1895) | my_bool function parse_args (line 2090) | static int parse_args(int *argc, char*** argv) function Exit_status (line 2121) | static Exit_status safe_connect() function Exit_status (line 2183) | static Exit_status dump_log_entries(const char* logname) function Exit_status (line 2240) | static Exit_status check_master_version() function Exit_status (line 2331) | static Exit_status handle_event_text_mode(PRINT_EVENT_INFO *print_event_... function Exit_status (line 2460) | static Exit_status handle_event_raw_mode(PRINT_EVENT_INFO *print_event_i... function Exit_status (line 2587) | static Exit_status dump_remote_log_entries(PRINT_EVENT_INFO *print_event... function Exit_status (line 2715) | static Exit_status check_header(IO_CACHE* file, function Exit_status (line 2889) | static Exit_status dump_local_log_entries(PRINT_EVENT_INFO *print_event_... function main (line 3014) | int main(int argc, char** argv) function uint (line 3235) | uint e_key_get_latest_version_func(uint) { return 1; } function uint (line 3236) | uint e_key_get_func(uint, uint, uchar*, uint*) { return 1; } function uint (line 3237) | uint e_ctx_size_func(uint, uint) { return 1; } function e_ctx_init_func (line 3238) | int e_ctx_init_func(void *, const uchar*, uint, const uchar*, uint, function e_ctx_update_func (line 3240) | int e_ctx_update_func(void *, const uchar*, uint, uchar*, uint*) { retur... function e_ctx_finish_func (line 3241) | int e_ctx_finish_func(void *, uchar*, uint*) { return 1; } function uint (line 3242) | uint e_encrypted_length_func(uint, uint, uint) { return 1; } type encryption_service_st (line 3244) | struct encryption_service_st FILE: client/mysqlcheck.c type operations (line 62) | enum operations { DO_CHECK=1, DO_REPAIR, DO_ANALYZE, DO_OPTIMIZE, DO_FIX... type enum_do_views (line 68) | typedef enum { DO_VIEWS_NO, DO_VIEWS_YES, DO_VIEWS_FROM_MYSQL } enum_do_... type my_option (line 74) | struct my_option function print_version (line 251) | static void print_version(void) function usage (line 258) | static void usage(void) function my_bool (line 288) | static my_bool function get_options (line 443) | static int get_options(int *argc, char ***argv) function process_all_databases (line 530) | static int process_all_databases() function process_databases (line 557) | static int process_databases(char **db_names) function is_view (line 574) | static int is_view(const char *table) function process_selected_tables (line 597) | static int process_selected_tables(char *db, char **table_names, int tab... function fixed_name_length (line 660) | static size_t fixed_name_length(const char *name) function process_all_tables_in_db (line 692) | static int process_all_tables_in_db(char *database) function run_query (line 809) | static int run_query(const char *query, my_bool log_query) function fix_table_storage_name (line 823) | static int fix_table_storage_name(const char *name) function fix_database_storage_name (line 840) | static int fix_database_storage_name(const char *name) function rebuild_table (line 856) | static int rebuild_table(char *name) function process_one_db (line 880) | static int process_one_db(char *database) function use_db (line 904) | static int use_db(char *database) function disable_binlog (line 923) | static int disable_binlog() function handle_request_for_tables (line 929) | static int handle_request_for_tables(char *tables, size_t length, function insert_table_name (line 1048) | static void insert_table_name(DYNAMIC_ARRAY *arr, char *in, size_t dblen) function print_result (line 1056) | static void print_result() function dbConnect (line 1149) | static int dbConnect(char *host, char *user, char *passwd) function dbDisconnect (line 1193) | static void dbDisconnect(char *host) function DBerror (line 1203) | static void DBerror(MYSQL *mysql, const char *when) function safe_exit (line 1213) | static void safe_exit(int error) function main (line 1228) | int main(int argc, char **argv) FILE: client/mysqldump.c type my_option (line 250) | struct my_option function verbose_msg (line 652) | static void verbose_msg(const char *fmt, ...) function check_io (line 677) | void check_io(FILE *file) function print_version (line 683) | static void print_version(void) function short_usage_sub (line 690) | static void short_usage_sub(FILE *f) function usage (line 700) | static void usage(void) function short_usage (line 713) | static void short_usage(FILE *f) function write_header (line 744) | static void write_header(FILE *sql_file, const char *db_name) function write_footer (line 814) | static void write_footer(FILE *sql_file) function uchar (line 860) | uchar* get_table_key(const char *entry, size_t *length, function my_bool (line 868) | static my_bool function get_options (line 1113) | static int get_options(int *argc, char ***argv) function DB_error (line 1353) | static void DB_error(MYSQL *mysql_arg, const char *when) function die (line 1376) | static void die(int error_num, const char* fmt_reason, ...) function maybe_die (line 1410) | static void maybe_die(int error_num, const char* fmt_reason, ...) function mysql_query_with_error_report (line 1442) | static int mysql_query_with_error_report(MYSQL *mysql_con, MYSQL_RES **res, function fetch_db_collation (line 1456) | static int fetch_db_collation(const char *db_name, function check_consistent_binlog_pos (line 1504) | static int function get_binlog_gtid_pos (line 1546) | static int function get_gtid_pos (line 1595) | static int function switch_db_collation (line 1636) | static int switch_db_collation(FILE *sql_file, function restore_db_collation (line 1671) | static int restore_db_collation(FILE *sql_file, function switch_cs_variables (line 1695) | static void switch_cs_variables(FILE *sql_file, function restore_cs_variables (line 1723) | static void restore_cs_variables(FILE *sql_file, function switch_sql_mode (line 1736) | static void switch_sql_mode(FILE *sql_file, function restore_sql_mode (line 1750) | static void restore_sql_mode(FILE *sql_file, function switch_time_zone (line 1759) | static void switch_time_zone(FILE *sql_file, function restore_time_zone (line 1773) | static void restore_time_zone(FILE *sql_file, function switch_character_set_results (line 1794) | static int switch_character_set_results(MYSQL *mysql, const char *cs_name) function FILE (line 1893) | static FILE* open_sql_file_for_table(const char* table, int flags) function free_resources (line 1904) | static void free_resources() function maybe_exit (line 1940) | static void maybe_exit(int error) function connect_to_db (line 1958) | static int connect_to_db(char *host, char *user,char *passwd) function dbDisconnect (line 2036) | static void dbDisconnect(char *host) function unescape (line 2044) | static void unescape(FILE *file,char *pos, size_t length) function my_bool (line 2061) | static my_bool test_if_special_chars(const char *str) function print_quoted_xml (line 2185) | static void print_quoted_xml(FILE *xml_file, const char *str, size_t len, function print_xml_tag (line 2250) | static void print_xml_tag(FILE * xml_file, const char* sbeg, function print_xml_null_tag (line 2305) | static void print_xml_null_tag(FILE * xml_file, const char* sbeg, function print_xml_cdata (line 2333) | static void print_xml_cdata(FILE *xml_file, const char *str, ulong len) function print_xml_row (line 2377) | static void print_xml_row(FILE *xml_file, const char *row_name, function print_xml_comment (line 2451) | static void print_xml_comment(FILE *xml_file, size_t len, function print_comment (line 2481) | static void print_comment(FILE *sql_file, my_bool is_error, const char *... function uint (line 2552) | static uint dump_events_for_db(char *db) function print_blob_as_hex (line 2743) | static void print_blob_as_hex(FILE *output_file, const char *str, ulong ... function uint (line 2765) | static uint dump_routines_for_db(char *db) function my_bool (line 2962) | static inline my_bool general_log_or_slow_log_tables(const char *db, function get_sequence_structure (line 2978) | static void get_sequence_structure(const char *seq, const char *db) function uint (line 3047) | static uint get_table_structure(const char *table, const char *db, char ... function dump_trigger_old (line 3638) | static void dump_trigger_old(FILE *sql_file, MYSQL_RES *show_triggers_rs, function dump_trigger (line 3721) | static int dump_trigger(FILE *sql_file, MYSQL_RES *show_create_trigger_rs, function dump_triggers_for_table (line 3795) | static int dump_triggers_for_table(char *table_name, char *db_name) function add_load_option (line 3904) | static void add_load_option(DYNAMIC_STRING *str, const char *option, function field_escape (line 3935) | static void field_escape(DYNAMIC_STRING* in, const char *from) function dump_table (line 3994) | static void dump_table(const char *table, const char *db, const uchar *h... function dump_grants (line 4559) | static int dump_grants(const char *user_role) function dump_create_user (line 4589) | static int dump_create_user(const char *user) function dump_all_users_roles_and_grants (line 4619) | static int dump_all_users_roles_and_grants() function dump_all_plugins (line 4816) | static int dump_all_plugins() function dump_all_udfs (line 4850) | static int dump_all_udfs() function dump_all_servers (line 4892) | static int dump_all_servers() function dump_all_stats (line 4932) | static int dump_all_stats() function dump_all_timezones (line 4971) | static int dump_all_timezones() function dump_all_tablespaces (line 4999) | static int dump_all_tablespaces() function dump_tablespaces_for_tables (line 5004) | static int dump_tablespaces_for_tables(char *db, char **table_names, int... function dump_tablespaces_for_databases (line 5039) | static int dump_tablespaces_for_databases(char** databases) function dump_tablespaces (line 5069) | static int dump_tablespaces(char* ts_where) function my_bool (line 5258) | static my_bool include_database(const char *hash_key) function dump_all_databases (line 5264) | static int dump_all_databases() function dump_databases (line 5325) | static int dump_databases(char **db_names) function init_dumping_views (line 5359) | int init_dumping_views(char *qdatabase __attribute__((unused))) function init_dumping_mysql_tables (line 5378) | static int init_dumping_mysql_tables(char *qdatabase) function dump_first_mysql_tables (line 5392) | static void dump_first_mysql_tables(char *database) function init_dumping_tables (line 5426) | int init_dumping_tables(char *qdatabase) function init_dumping (line 5469) | static int init_dumping(char *database, int init_func(char*)) function my_bool (line 5503) | static my_bool include_table(const uchar *hash_key, size_t len) function my_bool (line 5507) | static my_bool ignore_table_data(const uchar *hash_key, size_t len) function dump_all_tables_in_db (line 5513) | static int dump_all_tables_in_db(char *database) function my_bool (line 5694) | static my_bool dump_all_views_in_db(char *database) function get_sys_var_lower_case_table_names (line 5844) | static int get_sys_var_lower_case_table_names() function dump_selected_tables (line 5864) | static int dump_selected_tables(char *db, char **table_names, int tables) function do_show_master_status (line 6049) | static int do_show_master_status(MYSQL *mysql_con, int consistent_binlog... function do_stop_slave_sql (line 6131) | static int do_stop_slave_sql(MYSQL *mysql_con) function add_stop_slave (line 6168) | static int add_stop_slave(void) function add_slave_statements (line 6180) | static int add_slave_statements(void) function do_show_slave_status (line 6192) | static int do_show_slave_status(MYSQL *mysql_con, int use_gtid, function do_start_slave_sql (line 6273) | static int do_start_slave_sql(MYSQL *mysql_con) function do_flush_tables_read_lock (line 6317) | static int do_flush_tables_read_lock(MYSQL *mysql_con) function do_unlock_tables (line 6338) | static int do_unlock_tables(MYSQL *mysql_con) function get_bin_log_name (line 6343) | static int get_bin_log_name(MYSQL *mysql_con, function purge_bin_logs_to (line 6368) | static int purge_bin_logs_to(MYSQL *mysql_con, char* log_name) function start_transaction (line 6381) | static int start_transaction(MYSQL *mysql_con) function ulong (line 6414) | static ulong find_set(TYPELIB *lib, const char *x, size_t length, function print_value (line 6456) | static void print_value(FILE *file, MYSQL_RES *result, MYSQL_ROW row, function check_if_ignore_table (line 6508) | char check_if_ignore_table(const char *table_name, char *table_type) function replace (line 6683) | static int replace(DYNAMIC_STRING *ds_str, function my_bool (line 6715) | static my_bool get_view_structure(char *table, char* db) function init_dynamic_string_checked (line 6914) | static void init_dynamic_string_checked(DYNAMIC_STRING *str, const char ... function dynstr_append_checked (line 6921) | static void dynstr_append_checked(DYNAMIC_STRING* dest, const char* src) function dynstr_set_checked (line 6927) | static void dynstr_set_checked(DYNAMIC_STRING *str, const char *init_str) function dynstr_append_mem_checked (line 6933) | static void dynstr_append_mem_checked(DYNAMIC_STRING *str, const char *a... function dynstr_realloc_checked (line 6940) | static void dynstr_realloc_checked(DYNAMIC_STRING *str, ulong additional... function main (line 6947) | int main(int argc, char **argv) FILE: client/mysqlimport.c type my_option (line 73) | struct my_option function print_version (line 197) | static void print_version(void) function usage (line 204) | static void usage(void) function my_bool (line 226) | static my_bool function get_options (line 332) | static int get_options(int *argc, char ***argv) function write_to_table (line 367) | static int write_to_table(char *filename, MYSQL *mysql) function lock_table (line 459) | static void lock_table(MYSQL *mysql, int tablecount, char **raw_tablename) function MYSQL (line 481) | static MYSQL *db_connect(char *host, char *database, function db_disconnect (line 556) | static void db_disconnect(char *host, MYSQL *mysql) function safe_exit (line 564) | static void safe_exit(int error, MYSQL *mysql) function db_error_with_table (line 590) | static void db_error_with_table(MYSQL *mysql, char *table) function db_error (line 599) | static void db_error(MYSQL *mysql) function pthread_handler_t (line 657) | pthread_handler_t worker_thread(void *arg) function main (line 698) | int main(int argc, char **argv) FILE: client/mysqlshow.c function main (line 65) | int main(int argc, char **argv) type my_option (line 198) | struct my_option function print_version (line 278) | static void print_version(void) function usage (line 285) | static void usage(void) function my_bool (line 305) | static my_bool function get_options (line 416) | static void function list_dbs (line 442) | static int function list_tables (line 569) | static int function list_table_status (line 718) | static int function list_fields (line 757) | static int function print_header (line 839) | static void function print_row (line 902) | static void function print_trailer (line 929) | static void function print_res_header (line 951) | static void print_res_header(MYSQL_RES *result) function print_res_top (line 967) | static void print_res_top(MYSQL_RES *result) function print_res_row (line 988) | static void print_res_row(MYSQL_RES *result,MYSQL_ROW cur) FILE: client/mysqlslap.c type statement (line 184) | typedef struct statement statement; type statement (line 186) | struct statement { type option_string (line 195) | typedef struct option_string option_string; type option_string (line 197) | struct option_string { type stats (line 205) | typedef struct stats stats; type stats (line 207) | struct stats { type thread_context (line 213) | typedef struct thread_context thread_context; type thread_context (line 215) | struct thread_context { type conclusions (line 220) | typedef struct conclusions conclusions; type conclusions (line 222) | struct conclusions { function timedif (line 273) | static long int timedif(struct timeval a, struct timeval b) function gettimeofday (line 285) | static int gettimeofday(struct timeval *tp, void *tzp) function set_mysql_connect_options (line 296) | void set_mysql_connect_options(MYSQL *mysql) function main (line 315) | int main(int argc, char **argv) function concurrency_loop (line 439) | void concurrency_loop(MYSQL *mysql, uint current, option_string *eptr) type my_option (line 536) | struct my_option function print_version (line 720) | static void print_version(void) function usage (line 727) | static void usage(void) function my_bool (line 740) | static my_bool function uint (line 860) | uint function statement (line 878) | static statement * function statement (line 1005) | static statement * function statement (line 1079) | static statement * function statement (line 1170) | static statement * function get_options (line 1232) | static int function run_query (line 1596) | static int run_query(MYSQL *mysql, const char *query, size_t len) function generate_primary_key_list (line 1611) | static int function drop_primary_key_list (line 1671) | static int function create_schema (line 1687) | static int function drop_schema (line 1783) | static int function run_statements (line 1804) | static int function run_scheduler (line 1829) | static int function pthread_handler_t (line 1898) | pthread_handler_t run_task(void *p) function parse_option (line 2061) | int function uint (line 2166) | uint function uint (line 2203) | uint function print_conclusions (line 2230) | void function print_conclusions_csv (line 2247) | void function generate_stats (line 2266) | void function option_cleanup (line 2299) | void function statement_cleanup (line 2315) | void function slap_connect (line 2331) | int FILE: client/mysqltest.cc type my_option (line 97) | struct my_option type property (line 144) | struct property { type property (line 152) | struct property type enum_prop (line 167) | enum enum_prop { type block_cmd (line 203) | enum block_cmd { type st_block (line 209) | struct st_block type block_cmd (line 213) | enum block_cmd type st_block (line 217) | struct st_block type block_cmd (line 213) | enum block_cmd type st_block (line 218) | struct st_block type block_cmd (line 213) | enum block_cmd type st_test_file (line 221) | struct st_test_file type st_test_file (line 228) | struct st_test_file type st_test_file (line 229) | struct st_test_file type st_test_file (line 230) | struct st_test_file type st_command (line 271) | struct st_command type st_expected_errors (line 560) | struct st_expected_errors type enum_commands (line 562) | enum enum_commands type Parser (line 282) | struct Parser type MasterPos (line 287) | struct MasterPos type st_connection (line 314) | struct st_connection type st_connection (line 340) | struct st_connection type st_connection (line 341) | struct st_connection type enum_commands (line 348) | enum enum_commands { type match_err_type (line 529) | enum match_err_type type st_match_err (line 536) | struct st_match_err type match_err_type (line 538) | enum match_err_type type st_expected_errors (line 546) | struct st_expected_errors type st_match_err (line 548) | struct st_match_err type st_expected_errors (line 551) | struct st_expected_errors type st_match_err (line 548) | struct st_match_err type st_command (line 553) | struct st_command type st_expected_errors (line 560) | struct st_expected_errors type enum_commands (line 562) | enum enum_commands type st_command (line 571) | struct st_command type st_expected_errors (line 560) | struct st_expected_errors type enum_commands (line 562) | enum enum_commands type st_replace_regex (line 575) | struct st_replace_regex type st_replace_regex (line 593) | struct st_replace_regex type st_replace (line 595) | struct st_replace type st_replace (line 10564) | struct st_replace type st_replace (line 596) | struct st_replace type st_replace (line 10564) | struct st_replace type st_replace (line 597) | struct st_replace type st_replace (line 10564) | struct st_replace type st_replace_regex (line 631) | struct st_replace_regex type st_command (line 641) | struct st_command type st_expected_errors (line 560) | struct st_expected_errors type enum_commands (line 562) | enum enum_commands type st_command (line 645) | struct st_command type st_expected_errors (line 560) | struct st_expected_errors type enum_commands (line 562) | enum enum_commands type st_command (line 649) | struct st_command type st_expected_errors (line 560) | struct st_expected_errors type enum_commands (line 562) | enum enum_commands function free_all_replace (line 655) | void free_all_replace(){ type st_connection (line 662) | struct st_connection type st_connection (line 663) | struct st_connection class LogFile (line 667) | class LogFile { method LogFile (line 672) | LogFile() : m_file(NULL), m_bytes_written(0) { method bytes_written (line 681) | size_t bytes_written() const { return m_bytes_written; } method open (line 683) | void open(const char* dir, const char* name, const char* ext) method close (line 705) | void close() method flush (line 716) | void flush() method write (line 725) | void write(DYNAMIC_STRING* ds) method show_tail (line 747) | void show_tail(uint lines) { type st_command (line 853) | struct st_command type st_expected_errors (line 560) | struct st_expected_errors type enum_commands (line 562) | enum enum_commands type st_command (line 856) | struct st_command type st_expected_errors (line 560) | struct st_expected_errors type enum_commands (line 562) | enum enum_commands type st_command (line 859) | struct st_command type st_expected_errors (line 560) | struct st_expected_errors type enum_commands (line 562) | enum enum_commands type st_command (line 862) | struct st_command type st_expected_errors (line 560) | struct st_expected_errors type enum_commands (line 562) | enum enum_commands type st_connection (line 863) | struct st_connection function pthread_handler_t (line 915) | pthread_handler_t connection_thread(void *arg) function wait_query_thread_done (line 969) | static void wait_query_thread_done(struct st_connection *con) function signal_connection_thd (line 982) | static void signal_connection_thd(struct st_connection *cn, int command) function do_send_query (line 1000) | static int do_send_query(struct st_connection *cn, const char *q, int q_... function do_read_query_result (line 1010) | static int do_read_query_result(struct st_connection *cn) function do_stmt_prepare (line 1025) | static int do_stmt_prepare(struct st_connection *cn, const char *q, int ... function do_stmt_execute (line 1038) | static int do_stmt_execute(struct st_connection *cn) function do_stmt_close (line 1049) | static int do_stmt_close(struct st_connection *cn) function emb_close_connection (line 1060) | static void emb_close_connection(struct st_connection *cn) function init_connection_thd (line 1075) | static void init_connection_thd(struct st_connection *cn) function do_eval (line 1099) | void do_eval(DYNAMIC_STRING *query_eval, const char *query, function show_warnings_before_error (line 1172) | static void show_warnings_before_error(MYSQL* mysql) type arg_type (line 1230) | enum arg_type type command_arg (line 1236) | struct command_arg { type arg_type (line 1238) | enum arg_type function check_command_args (line 1245) | void check_command_args(struct st_command *command, function handle_command_error (line 1333) | void handle_command_error(struct st_command *command, uint error, function close_connections (line 1383) | void close_connections() function close_util_connections (line 1404) | void close_util_connections() function close_statements (line 1415) | void close_statements() function close_files (line 1429) | void close_files() function free_used_memory (line 1446) | void free_used_memory() function ATTRIBUTE_NORETURN (line 1495) | ATTRIBUTE_NORETURN static void cleanup_and_exit(int exit_code) function print_file_stack (line 1540) | size_t print_file_stack(char *s, const char *end) function make_error_message (line 1559) | static void make_error_message(char *buf, size_t len, const char *fmt, v... function die (line 1579) | static void die(const char *fmt, ...) function really_die (line 1590) | static void really_die(const char *msg) function report_or_die (line 1618) | void report_or_die(const char *fmt, ...) function abort_not_supported_test (line 1641) | void abort_not_supported_test(const char *fmt, ...) function abort_not_in_this_version (line 1673) | void abort_not_in_this_version() function verbose_msg (line 1679) | void verbose_msg(const char *fmt, ...) function log_msg (line 1705) | void log_msg(const char *fmt, ...) function cat_file (line 1733) | int cat_file(DYNAMIC_STRING* ds, const char* filename) function run_command (line 1790) | static int run_command(char* cmd, function run_tool (line 1838) | static int run_tool(const char *tool_path, DYNAMIC_STRING *ds_res, ...) function diff_check (line 1893) | static int diff_check(const char *diff_name) function show_diff (line 1933) | void show_diff(DYNAMIC_STRING* ds, type compare_files_result_enum (line 2044) | enum compare_files_result_enum { function compare_files2 (line 2064) | int compare_files2(File fd1, const char* filename2) function compare_files (line 2145) | int compare_files(const char* filename1, const char* filename2) function dyn_string_cmp (line 2173) | int dyn_string_cmp(DYNAMIC_STRING* ds, const char *fname) function check_result (line 2218) | void check_result() function check_require (line 2294) | void check_require(DYNAMIC_STRING* ds, const char *fname) function strip_surrounding (line 2313) | static int strip_surrounding(char* str, char c1, char c2) function strip_parentheses (line 2344) | static void strip_parentheses(struct st_command *command) function C_MODE_START (line 2352) | C_MODE_START function var_free (line 2364) | static void var_free(void *v) function C_MODE_END (line 2372) | C_MODE_END function VAR (line 2392) | VAR *var_init(VAR *v, const char *name, size_t name_len, const char *val... function VAR (line 2433) | VAR* var_from_env(const char *name, const char *def_val) function VAR (line 2446) | VAR* var_get(const char *var_name, const char **var_name_end, my_bool raw, function VAR (line 2503) | VAR *var_obtain(const char *name, int len) function var_set (line 2520) | void var_set(const char *var_name, const char *var_name_end, function var_set_string (line 2562) | void var_set_string(const char* name, const char* value) function var_set_int (line 2568) | void var_set_int(const char* name, int value) function var_set_errno (line 2581) | void var_set_errno(int sql_errno) function set_once_property (line 2589) | void set_once_property(enum_prop prop, my_bool val) function set_property (line 2599) | void set_property(st_command *command, enum_prop prop, my_bool val) function revert_properties (line 2614) | void revert_properties() function var_query_set (line 2655) | void var_query_set(VAR *var, const char *query, const char** query_end) function set_result_format_version (line 2758) | static void function do_result_format_version (line 2782) | static void function var_set_query_get_value (line 2833) | void var_set_query_get_value(struct st_command *command, VAR *var) function var_copy (line 2957) | void var_copy(VAR *dest, VAR *src) function eval_expr (line 2979) | void eval_expr(VAR *v, const char *p, const char **p_end, function open_and_set_current (line 3057) | bool open_and_set_current(const char *name) function open_file (line 3072) | void open_file(const char *name) function do_source (line 3198) | void do_source(struct st_command *command) function init_builtin_echo (line 3227) | static void init_builtin_echo(void) function replace (line 3267) | static int replace(DYNAMIC_STRING *ds_str, function do_exec (line 3307) | void do_exec(struct st_command *command) type enum_operator (line 3441) | enum enum_operator function do_modify_var (line 3462) | int do_modify_var(struct st_command *command, function my_system (line 3504) | int my_system(DYNAMIC_STRING* ds_cmd) function do_system (line 3523) | void do_system(struct st_command *command) function is_sub_path (line 3568) | bool is_sub_path(const char *path, size_t plen, const char *sandbox) function bad_path (line 3579) | bool bad_path(const char *path) function set_wild_chars (line 3609) | void set_wild_chars (my_bool set) function do_remove_file (line 3643) | void do_remove_file(struct st_command *command) function do_remove_files_wildcard (line 3677) | void do_remove_files_wildcard(struct st_command *command) function do_copy_file (line 3763) | void do_copy_file(struct st_command *command) function do_move_file (line 3803) | void do_move_file(struct st_command *command) function do_chmod_file (line 3843) | void do_chmod_file(struct st_command *command) function do_file_exist (line 3889) | void do_file_exist(struct st_command *command) function do_mkdir (line 3921) | void do_mkdir(struct st_command *command) function do_rmdir (line 3956) | void do_rmdir(struct st_command *command) function get_list_files (line 3991) | static int get_list_files(DYNAMIC_STRING *ds, const DYNAMIC_STRING *ds_d... function do_list_files (line 4029) | static void do_list_files(struct st_command *command) function do_list_files_write_file_command (line 4067) | static void do_list_files_write_file_command(struct st_command *command, function my_getc (line 4112) | int my_getc(FILE *file) function my_ungetc (line 4120) | void my_ungetc(int c) function read_until_delimiter (line 4126) | void read_until_delimiter(DYNAMIC_STRING *ds, function do_write_file_command (line 4176) | void do_write_file_command(struct st_command *command, my_bool append) function do_write_file (line 4253) | void do_write_file(struct st_command *command) function do_append_file (line 4284) | void do_append_file(struct st_command *command) function do_cat_file (line 4302) | void do_cat_file(struct st_command *command) function do_diff_files (line 4338) | void do_diff_files(struct st_command *command) type st_connection (line 4384) | struct st_connection type st_connection (line 4386) | struct st_connection function do_send_quit (line 4408) | void do_send_quit(struct st_command *command) function do_change_user (line 4451) | void do_change_user(struct st_command *command) function do_perl (line 4522) | void do_perl(struct st_command *command) function do_echo (line 4648) | int do_echo(struct st_command *command) function do_wait_for_slave_to_stop (line 4663) | void do_wait_for_slave_to_stop(struct st_command *c __attribute__((unuse... function do_sync_with_master2 (line 4692) | void do_sync_with_master2(struct st_command *command, long offset, function do_sync_with_master (line 4758) | void do_sync_with_master(struct st_command *command) function do_save_master_pos (line 4793) | int do_save_master_pos() function do_let (line 4835) | void do_let(struct st_command *command) function do_sleep (line 4897) | int do_sleep(struct st_command *command, my_bool real_sleep) function do_get_file_name (line 4941) | void do_get_file_name(struct st_command *command, function do_set_charset (line 4957) | void do_set_charset(struct st_command *command) function query_get_string (line 4983) | int query_get_string(MYSQL* mysql, const char* query, function my_kill (line 5016) | static int my_kill(int pid, int sig) function wait_until_dead (line 5055) | static int wait_until_dead(int pid, int timeout) function my_kill (line 5070) | static int my_kill(int pid, int sig) function wait_until_dead (line 5092) | static int wait_until_dead(int pid, int timeout) function do_shutdown_server (line 5112) | void do_shutdown_server(struct st_command *command) function uint (line 5217) | uint get_errcode_from_name(const char *error_name, const char *error_end, function uint (line 5241) | uint get_errcode_from_name(const char *error_name, const char *error_end) function do_get_errcodes (line 5285) | void do_get_errcodes(struct st_command *command) type st_command (line 5444) | struct st_command type st_expected_errors (line 560) | struct st_expected_errors type enum_commands (line 562) | enum enum_commands function set_current_connection (line 5522) | void set_current_connection(struct st_connection *con) function select_connection_name (line 5533) | void select_connection_name(const char *name) function select_connection (line 5558) | void select_connection(struct st_command *command) function do_close_connection (line 5576) | void do_close_connection(struct st_command *command) function safe_connect (line 5681) | void safe_connect(MYSQL* mysql, const char *name, const char *host, function connect_n_handle_errors (line 5755) | int connect_n_handle_errors(struct st_command *command, type use_ssl (line 5873) | enum use_ssl function do_connect (line 5880) | void do_connect(struct st_command *command) function do_done (line 6150) | int do_done(struct st_command *command) type block_op (line 6184) | enum block_op { function find_operand (line 6195) | enum block_op find_operand(const char *start) function do_block (line 6250) | void do_block(enum block_cmd cmd, struct st_command* command) function do_delimiter (line 6440) | void do_delimiter(struct st_command* command) function do_reset_connection (line 6467) | static void do_reset_connection() function my_bool (line 6488) | my_bool match_delimiter(int c, const char *delim, size_t length) function my_bool (line 6512) | my_bool end_of_query(int c) function is_escape_char (line 6518) | static inline bool is_escape_char(char c, char in_string) function read_line (line 6553) | int read_line() function convert_to_format_v1 (line 6779) | void convert_to_format_v1(char* query) function check_eol_junk_line (line 6826) | void check_eol_junk_line(const char *line) function check_eol_junk (line 6846) | void check_eol_junk(const char *eol) function is_delimiter (line 6877) | bool is_delimiter(const char* p) function read_command (line 6908) | int read_command(struct st_command** command_ptr) type my_option (line 6980) | struct my_option function print_version (line 7119) | void print_version(void) function usage (line 7125) | void usage() function read_embedded_server_arguments (line 7143) | void read_embedded_server_arguments(const char *name) function my_bool (line 7184) | static my_bool function parse_args (line 7292) | int parse_args(int argc, char **argv) function str_to_file2 (line 7351) | void str_to_file2(const char *fname, char *str, size_t size, my_bool app... function str_to_file (line 7385) | void str_to_file(const char *fname, char *str, size_t size) function check_regerr (line 7391) | void check_regerr(regex_t* r, int err) function init_win_path_patterns (line 7416) | void init_win_path_patterns() function free_win_path_patterns (line 7467) | void free_win_path_patterns() function fix_win_paths (line 7493) | void fix_win_paths(char *val, size_t len) function append_field (line 7530) | void append_field(DYNAMIC_STRING *ds, uint col_idx, MYSQL_FIELD* field, function append_result (line 7593) | void append_result(DYNAMIC_STRING *ds, MYSQL_RES *res) function append_stmt_result (line 7618) | void append_stmt_result(DYNAMIC_STRING *ds, MYSQL_STMT *stmt, function append_metadata (line 7685) | void append_metadata(DYNAMIC_STRING *ds, function append_info (line 7747) | void append_info(DYNAMIC_STRING *ds, ulonglong affected_rows, function append_session_track_info (line 7791) | static void append_session_track_info(DYNAMIC_STRING *ds, MYSQL *mysql) function append_table_headings (line 7842) | void append_table_headings(DYNAMIC_STRING *ds, function append_warnings (line 7865) | int append_warnings(DYNAMIC_STRING *ds, MYSQL* mysql) function handle_no_active_connection (line 7912) | static void handle_no_active_connection(struct st_command *command, type st_connection (line 7921) | struct st_connection type st_command (line 7921) | struct st_command type st_expected_errors (line 560) | struct st_expected_errors type enum_commands (line 562) | enum enum_commands type st_connection (line 7923) | struct st_connection type st_command (line 7923) | struct st_command type st_expected_errors (line 560) | struct st_expected_errors type enum_commands (line 562) | enum enum_commands type st_connection (line 7925) | struct st_connection type st_command (line 7925) | struct st_command type st_expected_errors (line 560) | struct st_expected_errors type enum_commands (line 562) | enum enum_commands type st_connection (line 7927) | struct st_connection type st_command (line 7927) | struct st_command type st_expected_errors (line 560) | struct st_expected_errors type enum_commands (line 562) | enum enum_commands function run_query_normal (line 7943) | void run_query_normal(struct st_connection *cn, struct st_command *command, function match_expected_error (line 8125) | static int match_expected_error(struct st_command *command, function handle_error (line 8172) | void handle_error(struct st_command *command, function handle_no_error (line 8283) | void handle_no_error(struct st_command *command) function run_query_stmt (line 8325) | void run_query_stmt(struct st_connection *cn, struct st_command *command, function run_prepare_stmt (line 8575) | void run_prepare_stmt(struct st_connection *cn, struct st_command *comma... function run_bind_stmt (line 8640) | void run_bind_stmt(struct st_connection *cn, struct st_command *command, function run_execute_stmt (line 8733) | void run_execute_stmt(struct st_connection *cn, struct st_command *command, function run_close_stmt (line 8937) | void run_close_stmt(struct st_connection *cn, struct st_command *command, function util_query (line 8977) | int util_query(MYSQL* org_mysql, const char* query){ function run_query (line 9021) | void run_query(struct st_connection *cn, struct st_command *command, int... function init_re_comp (line 9283) | void init_re_comp(regex_t *re, const char* str) function init_re (line 9295) | void init_re(void) function match_re (line 9387) | int match_re(regex_t *re, char *str) function free_re (line 9415) | void free_re(void) function get_command_type (line 9424) | void get_command_type(struct st_command* command) function mark_progress (line 9489) | void mark_progress(struct st_command* command __attribute__((unused)), function dump_backtrace (line 9533) | static void dump_backtrace(void) function dump_backtrace (line 9558) | static void dump_backtrace(void) function sig_handler (line 9565) | static sig_handler signal_handler(int sig) function LONG (line 9580) | LONG WINAPI exception_filter(EXCEPTION_POINTERS *exp) function init_signal_handling (line 9596) | static void init_signal_handling(void) function init_signal_handling (line 9617) | static void init_signal_handling(void) function main (line 9640) | int main(int argc, char **argv) function timer_output (line 10404) | void timer_output(void) function ulonglong (line 10418) | ulonglong timer_now(void) function do_get_replace_column (line 10432) | void do_get_replace_column(struct st_command *command) function free_replace_column (line 10466) | void free_replace_column() type st_pointer_array (line 10488) | struct st_pointer_array { /* when using array-strings */ type st_replace (line 10495) | struct st_replace type st_replace (line 10564) | struct st_replace function do_get_replace (line 10508) | void do_get_replace(struct st_command *command) function free_replace (line 10553) | void free_replace() type st_replace (line 10562) | struct st_replace { type st_replace (line 10564) | struct st_replace type st_replace_found (line 10567) | struct st_replace_found { function replace_strings_append (line 10575) | void replace_strings_append(REPLACE *rep, DYNAMIC_STRING* ds, type st_regex (line 10632) | struct st_regex function parse_re_part (line 10642) | bool parse_re_part(char *start_re, char *end_re, type st_replace_regex (line 10676) | struct st_replace_regex type st_replace_regex (line 10678) | struct st_replace_regex type st_replace_regex (line 10681) | struct st_replace_regex type st_replace_regex (line 10685) | struct st_replace_regex type st_regex (line 10687) | struct st_regex function append_replace_regex (line 10702) | void append_replace_regex(char* expr, char *expr_end, struct st_replace_... function multi_reg_replace (line 10795) | int multi_reg_replace(struct st_replace_regex* r,char* val) function do_get_replace_regex (line 10849) | void do_get_replace_regex(struct st_command *command) function free_replace_regex (line 10858) | void free_replace_regex() function reg_replace (line 10896) | int reg_replace(char** buf_p, int* buf_len_p, char *pattern, type st_rep_set (line 11078) | struct st_rep_set { type st_rep_sets (line 11087) | struct st_rep_sets { type st_found_set (line 11096) | struct st_found_set { type st_follow (line 11101) | struct st_follow { function uint (line 11128) | uint replace_len(char * str) function REPLACE (line 11141) | REPLACE *init_replace(char * *from, char * *to,uint count, function init_sets (line 11396) | int init_sets(REP_SETS *sets,uint states) function make_sets_invisible (line 11414) | void make_sets_invisible(REP_SETS *sets) function REP_SET (line 11421) | REP_SET *make_new_set(REP_SETS *sets) function free_last_set (line 11457) | void free_last_set(REP_SETS *sets) function free_sets (line 11464) | void free_sets(REP_SETS *sets) function internal_set_bit (line 11471) | void internal_set_bit(REP_SET *set, uint bit) function internal_clear_bit (line 11477) | void internal_clear_bit(REP_SET *set, uint bit) function or_bits (line 11484) | void or_bits(REP_SET *to,REP_SET *from) function copy_bits (line 11492) | void copy_bits(REP_SET *to,REP_SET *from) function cmp_bits (line 11498) | int cmp_bits(REP_SET *set1,REP_SET *set2) function get_next_bit (line 11507) | int get_next_bit(REP_SET *set,uint lastpos) function find_set (line 11532) | int find_set(REP_SETS *sets,REP_SET *find) function find_found (line 11553) | int find_found(FOUND_SET *found_set,uint table_offset, int found_offset) function uint (line 11568) | uint start_at_word(char * pos) function uint (line 11574) | uint end_of_word(char * pos) function insert_pointer_name (line 11588) | int insert_pointer_name(POINTER_ARRAY *pa,char * name) function free_pointer_array (line 11660) | void free_pointer_array(POINTER_ARRAY *pa) function replace_dynstr_append_mem (line 11675) | void replace_dynstr_append_mem(DYNAMIC_STRING *ds, const char *val, size... function replace_dynstr_append (line 11720) | void replace_dynstr_append(DYNAMIC_STRING *ds, const char *val) function replace_dynstr_append_uint (line 11726) | void replace_dynstr_append_uint(DYNAMIC_STRING *ds, uint val) function comp_lines (line 11746) | static int comp_lines(const char **a, const char **b) function dynstr_append_sorted (line 11751) | void dynstr_append_sorted(DYNAMIC_STRING* ds, DYNAMIC_STRING *ds_input, function setenv (line 11807) | static int setenv(const char *name, const char *value, int overwrite) function enable_optimizer_trace (line 11874) | void enable_optimizer_trace(struct st_connection *con) function display_optimizer_trace (line 11905) | void display_optimizer_trace(struct st_connection *con, FILE: client/readline.cc function LINE_BUFFER (line 33) | LINE_BUFFER *batch_readline_init(ulong max_size,FILE *file) function batch_readline_end (line 83) | void batch_readline_end(LINE_BUFFER *line_buff) function LINE_BUFFER (line 93) | LINE_BUFFER *batch_readline_command(LINE_BUFFER *line_buff, char * str) function init_line_buffer (line 113) | static bool function init_line_buffer_from_string (line 132) | static bool init_line_buffer_from_string(LINE_BUFFER *buffer,char * str) function fill_buffer (line 159) | static size_t fill_buffer(LINE_BUFFER *buffer) FILE: cmake/stack_direction.c function f (line 19) | int f(int *a) function main (line 29) | int main() FILE: dbug/dbug.c function perror (line 148) | static void perror(char *s) type link (line 162) | struct link { type sFILE (line 182) | typedef struct { type settings (line 200) | struct settings { type settings (line 221) | struct settings type CODE_STATE (line 225) | typedef struct _db_code_state_ { type link (line 259) | struct link type link (line 259) | struct link type link (line 260) | struct link type link (line 260) | struct link type link (line 261) | struct link type link (line 262) | struct link type link (line 263) | struct link function LockMutex (line 336) | static void LockMutex(CODE_STATE *cs) function UnlockMutex (line 342) | static void UnlockMutex(CODE_STATE *cs) function LockIfInitSettings (line 349) | static void LockIfInitSettings(CODE_STATE *cs) function UnlockIfInitSettings (line 354) | static void UnlockIfInitSettings(CODE_STATE *cs) function CODE_STATE (line 360) | static CODE_STATE *code_state(void) function dbug_swap_code_state (line 397) | void function dbug_free_code_state (line 409) | void dbug_free_code_state(void **code_state_store) function _db_process_ (line 441) | void _db_process_(const char *name) function DbugParse (line 482) | static int DbugParse(CODE_STATE *cs, const char *control) function FixTraceFlags_helper (line 714) | static void FixTraceFlags_helper(CODE_STATE *cs, const char *func, function FixTraceFlags (line 740) | static void FixTraceFlags(uint old_fflags, CODE_STATE *cs) function _db_set_ (line 831) | void _db_set_(const char *control) function _db_push_ (line 861) | void _db_push_(const char *control) function _db_is_pushed_ (line 877) | int _db_is_pushed_() function _db_set_init_ (line 899) | void _db_set_init_(const char *control) function _db_pop_ (line 925) | void _db_pop_() function _db_explain_ (line 1032) | int _db_explain_ (CODE_STATE *cs, char *buf, size_t len) function _db_explain_init_ (line 1090) | int _db_explain_init_(char *buf, size_t len) function _db_enter_ (line 1132) | void _db_enter_(const char *_func_, const char *_file_, function _db_return_ (line 1200) | void _db_return_(struct _db_stack_frame_ *_stack_frame_) function _db_pargs_ (line 1264) | int _db_pargs_(uint _line_, const char *keyword) function _db_doprnt_ (line 1301) | void _db_doprnt_(const char *format,...) function DbugVfprintf (line 1332) | static void DbugVfprintf(FILE *stream, const char* format, va_list args) function _db_dump_ (line 1358) | void _db_dump_(uint _line_, const char *keyword, type link (line 1425) | struct link type link (line 1425) | struct link type link (line 1429) | struct link type link (line 1456) | struct link type link (line 1468) | struct link type link (line 1468) | struct link type link (line 1500) | struct link type link (line 1500) | struct link type link (line 1502) | struct link type link (line 1503) | struct link type link (line 1510) | struct link type link (line 1510) | struct link function InList (line 1542) | static int InList(struct link *linkp, const char *cp, int exact_match) function uint (line 1567) | static uint ListFlags(struct link *linkp) function PushState (line 1595) | static void PushState(CODE_STATE *cs) function FreeState (line 1622) | static void FreeState(CODE_STATE *cs, int free_state) function _db_end_ (line 1665) | void _db_end_() function DoTrace (line 1707) | static int DoTrace(CODE_STATE *cs) function FILE (line 1738) | FILE *_db_fp_(void) function BOOLEAN (line 1765) | BOOLEAN _db_keyword_(CODE_STATE *cs, const char *keyword, int strict) function Indent (line 1800) | static void Indent(CODE_STATE *cs, int indent) function FreeList (line 1832) | static void FreeList(struct link *linkp) function DoPrefix (line 1864) | static void DoPrefix(CODE_STATE *cs, uint _line_) function DBUGOpenFile (line 1930) | static void DBUGOpenFile(CODE_STATE *cs, function DBUGCloseFile (line 1997) | static void DBUGCloseFile(CODE_STATE *cs, sFILE *new_value) function DbugExit (line 2040) | static void DbugExit(const char *why) function BOOLEAN (line 2148) | static BOOLEAN Writable(const char *pathname) function DbugFlush (line 2181) | static void DbugFlush(CODE_STATE *cs) function _db_flush_ (line 2194) | void _db_flush_() function _db_suicide_ (line 2206) | void _db_suicide_() function _db_lock_file_ (line 2227) | void _db_lock_file_() function _db_unlock_file_ (line 2234) | void _db_unlock_file_() function default_my_dbug_sanity (line 2249) | static int default_my_dbug_sanity(void) function ATTRIBUTE_COLD (line 2255) | ATTRIBUTE_COLD function i_am_a_dummy_function (line 2276) | int i_am_a_dummy_function() { function default_my_dbug_assert_failed (line 2289) | static void default_my_dbug_assert_failed(const char *assert_expr, FILE: dbug/factorial.c function factorial (line 3) | int factorial ( FILE: dbug/main.c function main (line 3) | int main (argc, argv) FILE: dbug/my_main.c function main (line 10) | int main (int argc, char **argv) FILE: dbug/tests.c function func2 (line 22) | void func2() function func1 (line 31) | int func1() function main (line 43) | int main (int argc __attribute__((unused)), FILE: debian/additions/source_mariadb-10.6.py function _add_my_conf_files (line 12) | def _add_my_conf_files(report, filename): function add_info (line 23) | def add_info(report): FILE: extra/charset2html.c type MY_CH (line 30) | typedef struct char_info_st function chcmp (line 40) | static int chcmp(const void *vf, const void *vs) function print_cs (line 48) | static void print_cs(CHARSET_INFO *cs) function print_index (line 119) | static void print_index() function main (line 145) | int main(int argc, char **argv) { FILE: extra/comp_err.c type message (line 75) | struct message type languages (line 84) | struct languages type errors (line 95) | struct errors type my_option (line 106) | struct my_option type errors (line 140) | struct errors type languages (line 141) | struct languages type errors (line 142) | struct errors type message (line 143) | struct message type message (line 143) | struct message type message (line 145) | struct message type errors (line 145) | struct errors type errors (line 147) | struct errors type errors (line 149) | struct errors type languages (line 150) | struct languages type languages (line 163) | struct languages type errors (line 163) | struct errors type errors (line 164) | struct errors type languages (line 165) | struct languages type errors (line 166) | struct errors function main (line 170) | int main(int argc, char *argv[]) function print_escaped_string (line 219) | static void print_escaped_string(FILE *f, const char *str) function create_header_files (line 239) | static int create_header_files(struct errors *error_head) function create_sys_files (line 326) | static int create_sys_files(struct languages *lang_head, function clean_up (line 439) | static void clean_up(struct languages *lang_head, struct errors *error_h... function uint (line 480) | static uint parse_input_file(const char *file_name, struct errors **top_... function uint (line 637) | static uint parse_error_offset(char *str) type message (line 723) | struct message type errors (line 723) | struct errors type message (line 726) | struct message function ha_checksum (line 772) | static ha_checksum checksum_format_specifier(const char* msg) function check_message_format (line 832) | static int check_message_format(struct errors *err, type message (line 904) | struct message type message (line 904) | struct message type errors (line 957) | struct errors type errors (line 959) | struct errors type message (line 960) | struct message type errors (line 963) | struct errors type message (line 967) | struct message type errors (line 995) | struct errors type errors (line 997) | struct errors type errors (line 1002) | struct errors type message (line 1008) | struct message type languages (line 1073) | struct languages type languages (line 1075) | struct languages type languages (line 1095) | struct languages function print_version (line 1134) | static void print_version(void) function my_bool (line 1142) | static my_bool function usage (line 1167) | static void usage(void) function get_options (line 1181) | static int get_options(int *argc, char ***argv) function copy_rows (line 1244) | static int copy_rows(FILE *to, char *row, int row_nr, long start_pos) FILE: extra/innochecksum.cc type flock (line 108) | struct flock type innodb_page_type (line 112) | struct innodb_page_type { type per_page_stats (line 141) | struct per_page_stats { method per_page_stats (line 146) | per_page_stats(ulint n, ulint data, ulint left, ulint right) : method per_page_stats (line 148) | per_page_stats() : n_recs(0), data_size(0), left_page_no(0), right_pag... type per_index_stats (line 151) | struct per_index_stats { method per_index_stats (line 167) | per_index_stats():pages(0), leaf_pages(0), first_leaf_page(0), function print_index_leaf_stats (line 177) | void print_index_leaf_stats( function defrag_analysis (line 196) | void defrag_analysis( function print_leaf_stats (line 238) | void print_leaf_stats( function init_page_size (line 260) | static void init_page_size(const byte* buf) function FILE (line 308) | FILE* function ulint (line 389) | ulint read_file( function is_page_all_zeroes (line 414) | static bool is_page_all_zeroes( function is_page_corrupted (line 437) | static function is_page_doublewritebuffer (line 553) | static function is_page_empty (line 575) | static function update_checksum (line 599) | static bool update_checksum(byte* page, ulint flags) function write_file (line 702) | static function is_page_free (line 755) | static inline bool is_page_free(const byte *xdes, ulint physical_page_size, function parse_page (line 771) | void function FILE (line 1046) | FILE* function print_summary (line 1088) | void type my_option (line 1168) | struct my_option function print_version (line 1219) | static void print_version(void) function usage (line 1232) | static void usage(void) function my_bool (line 1247) | my_bool function get_options (line 1302) | static function check_encryption (line 1329) | static bool check_encryption(const char* filename, const byte* page) function verify_checksum (line 1372) | static int verify_checksum( function rewrite_checksum (line 1409) | static function main (line 1427) | int main( FILE: extra/mariabackup/backup_copy.cc function is_abs_path (line 83) | static bool is_abs_path(const char *path) type datadir_node_t (line 94) | struct datadir_node_t { type datadir_iter_t (line 106) | struct datadir_iter_t { type datadir_thread_ctxt_t (line 128) | struct datadir_thread_ctxt_t { function is_path_separator (line 140) | bool function datadir_node_fill (line 152) | static function datadir_node_free (line 173) | static function datadir_node_init (line 182) | static function datadir_iter_t (line 196) | static function datadir_iter_next_database (line 238) | static function make_path_n (line 304) | static function datadir_iter_next_file (line 343) | static function datadir_iter_next (line 389) | static function datadir_iter_free (line 440) | static type datafile_cur_t (line 466) | struct datafile_cur_t { method datafile_cur_t (line 477) | explicit datafile_cur_t(const char* filename = NULL) : function datafile_close (line 493) | static function datafile_open (line 503) | static function xb_fil_cur_result_t (line 548) | static function file_exists (line 584) | static function ends_with (line 624) | bool function starts_with (line 633) | static bool starts_with(const char *str, const char *prefix) function mkdirp (line 641) | static function equal_paths (line 680) | bool function directory_exists (line 711) | bool function directory_exists_and_empty (line 749) | static function filename_matches (line 784) | static function datafile_copy_backup (line 805) | static function datafile_rsync_backup (line 838) | static function backup_file_print_buf (line 869) | bool backup_file_print_buf(const char *filename, const char *buf, int bu... function backup_file_vprintf (line 919) | static function backup_file_printf (line 931) | bool function run_data_threads (line 946) | static function copy_file (line 999) | bool function move_file (line 1067) | static function read_link_file (line 1126) | static function copy_or_move_file (line 1176) | static function backup_files (line 1248) | static function lsn_t (line 1390) | lsn_t get_current_lsn(MYSQL *connection) function backup_start (line 1413) | bool backup_start(CorruptedPages &corrupted_pages) function backup_release (line 1506) | void backup_release() function backup_finish (line 1530) | bool backup_finish() function ibx_copy_incremental_over_full (line 1567) | bool function ibx_cleanup_full_backup (line 1667) | bool function apply_log_finish (line 1706) | bool function copy_back (line 1718) | bool function decrypt_decompress_file (line 1974) | bool function decrypt_decompress_thread_func (line 2018) | static void decrypt_decompress_thread_func(datadir_thread_ctxt_t *ctxt) function decrypt_decompress (line 2053) | bool function backup_files_from_datadir (line 2096) | static bool backup_files_from_datadir(const char *dir_path) function rocksdb_remove_checkpoint_directory (line 2141) | static int rocksdb_remove_checkpoint_directory() function has_rocksdb_plugin (line 2147) | static bool has_rocksdb_plugin() function make_hardlink (line 2183) | static bool make_hardlink(const char *from_path, const char *to_path) function copy_or_move_dir (line 2210) | static void copy_or_move_dir(const char *from, const char *to, bool do_c... function rocksdb_lock_checkpoint (line 2259) | static void rocksdb_lock_checkpoint() function rocksdb_unlock_checkpoint (line 2274) | static void rocksdb_unlock_checkpoint() function rocksdb_create_checkpoint (line 2290) | static void rocksdb_create_checkpoint() function rocksdb_backup_checkpoint (line 2336) | static void rocksdb_backup_checkpoint() function rocksdb_copy_back (line 2356) | static void rocksdb_copy_back() { FILE: extra/mariabackup/backup_mysql.cc function MYSQL (line 98) | MYSQL * function MYSQL_RES (line 170) | MYSQL_RES * type mysql_variable (line 202) | struct mysql_variable { function read_mysql_variables (line 208) | static function free_mysql_variables (line 256) | static function check_server_version (line 299) | static function get_mysql_vars (line 348) | bool get_mysql_vars(MYSQL *connection) function detect_mysql_capabilities_for_backup (line 550) | bool function select_incremental_lsn_from_history (line 599) | static function is_query_from_list (line 690) | static function is_query (line 709) | static function is_select_query (line 720) | static function is_update_query (line 729) | static function have_queries_to_wait_for (line 739) | static function kill_long_queries (line 768) | static function wait_for_no_updates (line 797) | static function kill_query_thread (line 820) | static void kill_query_thread() function start_query_killer (line 859) | static void start_query_killer() function stop_query_killer (line 870) | static void stop_query_killer() function lock_tables (line 892) | bool lock_tables(MYSQL *connection) function lock_binlog_maybe (line 956) | bool function unlock_all (line 975) | void function get_open_temp_tables (line 992) | static function wait_for_safe_slave (line 1017) | bool class Var (line 1091) | class Var method Var (line 1107) | Var(const char *name) method Var (line 1112) | Var(const char *name, MYSQL *mysql) method init (line 1124) | bool init(MYSQL_RES *mysql_result, MYSQL_ROW row) method replace (line 1138) | void replace(char from, char to) method eq_value (line 1146) | bool eq_value(const char *str, size_t length) const method is_null_or_empty (line 1150) | bool is_null_or_empty() const { return !m_value || !m_value[0]; } method print (line 1151) | bool print(String *to) const method print_quoted (line 1156) | bool print_quoted(String *to) const method print_set_global (line 1162) | bool print_set_global(String *to) const class Show_slave_status (line 1175) | class Show_slave_status method Show_slave_status (line 1187) | Show_slave_status() method init (line 1196) | void init(MYSQL_RES *res, MYSQL_ROW row) method msg_is_not_slave (line 1209) | static void msg_is_not_slave() method is_mariadb_using_gtid (line 1216) | bool is_mariadb_using_gtid() const method start_comment_chunk (line 1221) | static bool start_comment_chunk(String *to) method print_connection_name_if_set (line 1226) | bool print_connection_name_if_set(String *to) const method print_comment_master_identity (line 1233) | bool print_comment_master_identity(String *comment) const method print_using_master_log_pos (line 1242) | bool print_using_master_log_pos(String *sql, String *comment) const method print_mysql56 (line 1259) | bool print_mysql56(String *sql, String *comment) const method print_mariadb10_using_gtid (line 1276) | bool print_mariadb10_using_gtid(String *sql, String *comment) const method print (line 1286) | bool print(String *sql, String *comment, const Var >id_slave_pos) const method get_slave_info (line 1308) | static bool get_slave_info(MYSQL_RES *show_slave_info_result, method get_slave_info (line 1348) | static bool get_slave_info(MYSQL *mysql, bool show_all_slave_status, function write_slave_info (line 1380) | bool function write_galera_info (line 1418) | bool function write_current_binlog_file (line 1465) | bool function write_binlog_info (line 1551) | bool type escape_and_quote (line 1615) | struct escape_and_quote method escape_and_quote (line 1617) | escape_and_quote(MYSQL *mysql, const char *str) function write_xtrabackup_info (line 1643) | bool function make_local_paths (line 1808) | static std::string make_local_paths(const char *data_file_path) function write_backup_config_file (line 1842) | bool write_backup_config_file() function capture_tool_command (line 1895) | void function select_history (line 1906) | bool function flush_changed_page_bitmaps (line 1918) | bool function backup_cleanup (line 1933) | void function mdl_lock_init (line 1950) | void function mdl_lock_table (line 1973) | void function mdl_unlock_all (line 1997) | void FILE: extra/mariabackup/backup_mysql.h type mysql_flavor_t (line 7) | enum mysql_flavor_t { FLAVOR_UNKNOWN, FLAVOR_MYSQL, FILE: extra/mariabackup/changed_page_bitmap.cc type log_online_bitmap_file_t (line 37) | struct log_online_bitmap_file_t { type log_online_bitmap_file_range_t (line 47) | struct log_online_bitmap_file_range_t { type files_t (line 50) | struct files_t { function log_online_compare_bmp_keys (line 116) | static function UNIV_INLINE (line 144) | UNIV_INLINE function ibool (line 177) | static function ibool (line 226) | static function ibool (line 260) | static function log_online_open_bitmap_file_read_only (line 427) | static function ibool (line 474) | static type xb_page_bitmap_range_struct (line 516) | struct xb_page_bitmap_range_struct { function xb_msg_missing_lsn_data (line 529) | static function ibool (line 550) | static function xb_page_bitmap (line 596) | xb_page_bitmap* function xb_page_bitmap_deinit (line 852) | void function ibool (line 869) | static function ib_rbt_node_t (line 912) | static function xb_page_bitmap_range (line 943) | xb_page_bitmap_range* function ibool (line 975) | static inline function ulint (line 993) | ulint function xb_page_bitmap_range_deinit (line 1037) | void FILE: extra/mariabackup/changed_page_bitmap.h type ib_rbt_t (line 32) | typedef ib_rbt_t xb_page_bitmap; type xb_page_bitmap_range_struct (line 34) | struct xb_page_bitmap_range_struct type xb_page_bitmap_range (line 37) | typedef struct xb_page_bitmap_range_struct xb_page_bitmap_range; FILE: extra/mariabackup/common.h function vasprintf (line 41) | static inline int vasprintf(char **strp, const char *fmt, va_list args) function asprintf (line 62) | static inline int asprintf(char **strp, const char *fmt,...) function msg1 (line 89) | static inline int msg1(uint thread_num, const char *prefix, const char *... function msg (line 107) | static inline ATTRIBUTE_FORMAT(printf, 2, 3) int msg(unsigned int threa... function msg (line 117) | static inline ATTRIBUTE_FORMAT(printf, 1, 2) int msg(const char *fmt, ...) function die (line 127) | void die(const char *fmt, ...) function get_bit_shift (line 152) | static inline size_t function xb_read_full (line 171) | static inline size_t FILE: extra/mariabackup/datasink.cc function ds_ctxt_t (line 34) | ds_ctxt_t * function ds_file_t (line 82) | ds_file_t * function ds_write (line 98) | int function ds_close (line 110) | int function ds_destroy (line 118) | void function ds_set_pipe (line 127) | void ds_set_pipe(ds_ctxt_t *ctxt, ds_ctxt_t *pipe_ctxt) FILE: extra/mariabackup/datasink.h type datasink_struct (line 32) | struct datasink_struct type datasink_t (line 33) | typedef struct datasink_struct datasink_t; type ds_ctxt_t (line 35) | typedef struct ds_ctxt { type ds_file_t (line 42) | typedef struct { type datasink_struct (line 48) | struct datasink_struct { function dummy_remove (line 58) | static inline int dummy_remove(const char *) { type ds_type_t (line 63) | typedef enum { FILE: extra/mariabackup/ds_buffer.cc function ds_buffer_set_size (line 62) | void ds_buffer_set_size(ds_ctxt_t *ctxt, size_t size) function ds_ctxt_t (line 69) | static ds_ctxt_t * function ds_file_t (line 86) | static ds_file_t * function buffer_write (line 121) | static int function buffer_close (line 165) | static int function buffer_deinit (line 184) | static void FILE: extra/mariabackup/ds_compress.cc function ds_ctxt_t (line 89) | static function ds_file_t (line 117) | static function compress_write (line 179) | static function compress_close (line 294) | static function compress_deinit (line 321) | static function write_uint32_le (line 337) | static inline function write_uint64_le (line 347) | static inline function destroy_worker_thread (line 357) | static function comp_thread_ctxt_t (line 376) | static function destroy_worker_threads (line 426) | static FILE: extra/mariabackup/ds_local.cc function local_remove (line 46) | static int local_remove(const char *path) function ds_ctxt_t (line 62) | static function ds_file_t (line 85) | static function trim_binary_zeros (line 138) | static size_t trim_binary_zeros(uchar *buf, size_t pagesize) function write_compressed (line 147) | static int write_compressed(File fd, uchar *data, size_t len, size_t pa... function init_ibd_data (line 177) | static void init_ibd_data(ds_local_file_t *local_file, const uchar *buf,... function local_write (line 205) | static function set_eof (line 230) | static int set_eof(File fd) function local_close (line 242) | static function local_deinit (line 259) | static FILE: extra/mariabackup/ds_stdout.cc function ds_ctxt_t (line 47) | static function ds_file_t (line 60) | static function stdout_write (line 92) | static function stdout_close (line 106) | static function stdout_deinit (line 115) | static FILE: extra/mariabackup/ds_tmpfile.cc function ds_ctxt_t (line 59) | static ds_ctxt_t * function ds_file_t (line 81) | static ds_file_t * function tmpfile_write (line 132) | static int function tmpfile_close (line 145) | static int function tmpfile_deinit (line 156) | static void FILE: extra/mariabackup/ds_xbstream.cc function my_xbstream_write_callback (line 57) | static function ds_ctxt_t (line 75) | static function ds_file_t (line 109) | static function xbstream_write (line 173) | static function xbstream_close (line 193) | static function xbstream_deinit (line 209) | static FILE: extra/mariabackup/encryption_plugin.cc type st_maria_plugin (line 29) | struct st_maria_plugin type st_maria_plugin (line 30) | struct st_maria_plugin function add_to_plugin_load_list (line 46) | static void add_to_plugin_load_list(const char *plugin_def) function get_encryption_plugin_from_cnf (line 58) | static std::string get_encryption_plugin_from_cnf() function encryption_plugin_backup_init (line 82) | void encryption_plugin_backup_init(MYSQL *mysql) function encryption_plugin_prepare_init (line 180) | void encryption_plugin_prepare_init(int argc, char **argv) function encryption_plugin_init (line 210) | static void encryption_plugin_init(int argc, char **argv) FILE: extra/mariabackup/fil_cur.cc function xb_fil_node_close_file (line 90) | static function xb_fil_cur_result_t (line 117) | xb_fil_cur_result_t function page_is_corrupted (line 245) | static bool page_is_corrupted(const byte *page, ulint page_no, function xb_fil_cur_result_t (line 356) | xb_fil_cur_result_t xb_fil_cur_read(xb_fil_cur_t* cursor, function xb_fil_cur_close (line 484) | void FILE: extra/mariabackup/fil_cur.h type xb_fil_cur_t (line 34) | struct xb_fil_cur_t { type xb_fil_cur_result_t (line 71) | typedef enum { FILE: extra/mariabackup/innobackupex.cc function ibx_msg (line 138) | static inline int ibx_msg(const char *fmt, ...) type innobackupex_options (line 163) | enum innobackupex_options type my_option (line 217) | struct my_option function usage (line 628) | static void usage(void) function my_bool (line 723) | static function make_backup_dir (line 773) | bool function ibx_handle_options (line 794) | bool function ibx_init (line 855) | bool function ibx_cleanup (line 992) | void FILE: extra/mariabackup/innobackupex.h type ibx_mode_t (line 26) | enum ibx_mode_t { FILE: extra/mariabackup/quicklz/quicklz.c function qlz_get_setting (line 35) | int qlz_get_setting(int setting) function same (line 56) | static int same(const unsigned char *src, size_t n) function reset_table_compress (line 64) | static void reset_table_compress(qlz_state_compress *state) function reset_table_decompress (line 77) | static void reset_table_decompress(qlz_state_decompress *state) function ui32 (line 90) | static __inline ui32 hash_func(ui32 i) function ui32 (line 99) | static __inline ui32 fast_read(void const *src, ui32 bytes) function ui32 (line 123) | static __inline ui32 hashat(const unsigned char *src) function fast_write (line 131) | static __inline void fast_write(ui32 f, void *dst, size_t bytes) function qlz_size_decompressed (line 177) | size_t qlz_size_decompressed(const char *source) function qlz_size_compressed (line 186) | size_t qlz_size_compressed(const char *source) function qlz_size_header (line 195) | size_t qlz_size_header(const char *source) function memcpy_up (line 202) | static __inline void memcpy_up(unsigned char *dst, const unsigned char *... function update_hash (line 224) | static __inline void update_hash(qlz_state_decompress *state, const unsi... function update_hash_upto (line 245) | static void update_hash_upto(qlz_state_decompress *state, unsigned char ... function qlz_decompress_core (line 552) | static size_t qlz_decompress_core(const unsigned char *source, unsigned ... function qlz_decompress (line 809) | size_t qlz_decompress(const char *source, void *destination, qlz_state_d... FILE: extra/mariabackup/quicklz/quicklz.h type ui32 (line 45) | typedef unsigned int ui32; type ui16 (line 46) | typedef unsigned short int ui16; type qlz_hash_compress (line 66) | typedef struct type qlz_hash_decompress (line 81) | typedef struct type qlz_state_compress (line 92) | typedef struct type qlz_state_decompress (line 104) | typedef struct type qlz_state_decompress (line 114) | typedef struct FILE: extra/mariabackup/read_filt.cc function common_init (line 33) | static function rf_pass_through_init (line 48) | static function rf_pass_through_get_next_batch (line 62) | static function rf_pass_through_deinit (line 87) | static function rf_bitmap_init (line 99) | static function rf_bitmap_get_next_batch (line 116) | static function rf_bitmap_deinit (line 186) | static FILE: extra/mariabackup/read_filt.h type ulint (line 30) | typedef ulint space_id_t; type xb_fil_cur_t (line 32) | struct xb_fil_cur_t type xb_read_filt_t (line 53) | struct xb_read_filt_t { FILE: extra/mariabackup/write_filt.cc function my_bool (line 66) | static my_bool function my_bool (line 114) | static my_bool function my_bool (line 162) | static my_bool function wf_incremental_deinit (line 186) | static void function my_bool (line 197) | static my_bool function my_bool (line 210) | static my_bool FILE: extra/mariabackup/write_filt.h type xb_wf_incremental_ctxt_t (line 33) | typedef struct { type xb_write_filt_ctxt_t (line 41) | typedef struct { type xb_write_filt_t (line 47) | typedef struct { FILE: extra/mariabackup/wsrep.cc function xb_write_galera_info (line 60) | void FILE: extra/mariabackup/xb_regex.h type regex_t (line 32) | typedef regex_t* xb_regex_t; FILE: extra/mariabackup/xbcloud.cc type swift_auth_info_struct (line 61) | struct swift_auth_info_struct type connection_info_struct (line 62) | struct connection_info_struct type curl_slist (line 111) | struct curl_slist type socket_info_struct (line 63) | struct socket_info_struct type ev_io (line 96) | struct ev_io type global_io_info_struct (line 64) | struct global_io_info_struct type ev_loop (line 75) | struct ev_loop type ev_io (line 76) | struct ev_io type ev_timer (line 77) | struct ev_timer type slo_chunk_struct (line 65) | struct slo_chunk_struct type container_list_struct (line 66) | struct container_list_struct type object_info_struct (line 67) | struct object_info_struct type swift_auth_info_struct (line 69) | struct swift_auth_info_struct { type global_io_info_struct (line 74) | struct global_io_info_struct { type ev_loop (line 75) | struct ev_loop type ev_io (line 76) | struct ev_io type ev_timer (line 77) | struct ev_timer type socket_info_struct (line 91) | struct socket_info_struct { type ev_io (line 96) | struct ev_io type connection_info_struct (line 101) | struct connection_info_struct { type curl_slist (line 111) | struct curl_slist type slo_chunk_struct (line 126) | struct slo_chunk_struct { type object_info_struct (line 133) | struct object_info_struct { type container_list_struct (line 139) | struct container_list_struct { type my_option (line 206) | struct my_option function print_version (line 342) | static function usage (line 350) | static function my_bool (line 373) | static function mask_args (line 392) | static function parse_args (line 418) | static function get_http_header (line 501) | static function swift_auth_header_read_cb (line 526) | static function swift_temp_auth (line 544) | static function write_null_cb (line 645) | static function read_null_cb (line 653) | static function swift_create_container (line 661) | static function swift_delete_object (line 732) | static function check_multi_info (line 800) | static void check_multi_info(global_io_info *g) function mcode_or_die (line 836) | static void mcode_or_die(const char *where, CURLMcode code) function event_cb (line 878) | static void event_cb(EV_P_ struct ev_io *w, int revents) function remsock (line 904) | static void remsock(curl_socket_t s, socket_info *fdp, global_io_info *g... function setsock (line 914) | static void setsock(socket_info *fdp, curl_socket_t s, CURL *easy, int a... function addsock (line 931) | static void addsock(curl_socket_t s, CURL *easy, int action, function sock_cb (line 941) | static int sock_cb(CURL *easy, curl_socket_t s, int what, void *cbp, function timer_cb (line 960) | static void timer_cb(EV_P_ struct ev_timer *w, int revents) function connection_info (line 981) | static connection_info *get_current_connection(global_io_info *global) function input_cb (line 1002) | static void input_cb(EV_P_ struct ev_io *w, int revents) function swift_upload_read_cb (line 1039) | static int swift_upload_read_cb(char *ptr, size_t size, size_t nmemb, function upload_header_read_cb (line 1074) | static function conn_upload_init (line 1093) | static int conn_upload_init(connection_info *conn) function conn_upload_prepare (line 1122) | static void conn_upload_prepare(connection_info *conn) function conn_upload_start (line 1132) | static int conn_upload_start(connection_info *conn) function conn_cleanup (line 1210) | static void conn_cleanup(connection_info *conn) function conn_upload_retry (line 1227) | static void conn_upload_retry(connection_info *conn) function connection_info (line 1250) | static connection_info *conn_new(global_io_info *global, ulong global_idx) function conn_buffer_updated (line 1283) | static function init_input (line 1375) | static int init_input(global_io_info *io_global) function multi_timer_cb (line 1385) | static int multi_timer_cb(CURLM *multi, long timeout_ms, global_io_info ... function swift_upload_parts (line 1398) | static type download_buffer_info (line 1478) | struct download_buffer_info { function fetch_buffer_header_cb (line 1489) | static function fetch_buffer_cb (line 1527) | static type curl_slist (line 1555) | struct curl_slist function container_list (line 1633) | static function container_list_free (line 1653) | static function container_list_add_object (line 1662) | static function jsmntok_t (line 1689) | jsmntok_t * function json_token_eq (line 1720) | static function json_token_str (line 1734) | static function swift_parse_container_list (line 1749) | static function container_list (line 1848) | static function chunk_belongs_to (line 1891) | static function chunk_in_list (line 1904) | static function swift_download (line 1933) | static function swift_delete (line 1980) | static function swift_backup_exists (line 2017) | static function swift_parse_keystone_response_v2 (line 2044) | static function swift_keystone_auth_v2 (line 2190) | static function swift_parse_keystone_response_v3 (line 2311) | static function keystone_v3_header_cb (line 2442) | static function swift_keystone_auth_v3 (line 2457) | static function main (line 2612) | int main(int argc, char **argv) FILE: extra/mariabackup/xbstream.cc type my_option (line 53) | struct my_option type my_option (line 92) | struct my_option function main (line 95) | int function get_options (line 134) | static function print_version (line 149) | static function usage (line 157) | static function set_run_mode (line 179) | static function my_bool (line 193) | static function stream_one_file (line 216) | static function mode_create (line 252) | static function file_entry_t (line 315) | static function uchar (line 360) | static function file_entry_free (line 369) | static function mode_extract (line 481) | static FILE: extra/mariabackup/xbstream.h type xb_wstream_t (line 39) | typedef struct xb_wstream_struct xb_wstream_t; type xb_wstream_file_t (line 41) | typedef struct xb_wstream_file_struct xb_wstream_file_t; type xb_stream_fmt_t (line 43) | typedef enum { type xb_rstream_result_t (line 70) | typedef enum { type xb_chunk_type_t (line 76) | typedef enum { type xb_rstream_t (line 82) | typedef struct xb_rstream_struct xb_rstream_t; type xb_rstream_chunk_t (line 84) | typedef struct { FILE: extra/mariabackup/xbstream_read.cc type xb_rstream_struct (line 34) | struct xb_rstream_struct { function xb_rstream_t (line 39) | xb_rstream_t * function xb_chunk_type_t (line 56) | static inline function xb_rstream_result_t (line 69) | xb_rstream_result_t function xb_rstream_result_t (line 93) | xb_rstream_result_t function xb_stream_read_done (line 220) | int FILE: extra/mariabackup/xbstream_write.cc type xb_wstream_struct (line 30) | struct xb_wstream_struct { type xb_wstream_file_struct (line 34) | struct xb_wstream_file_struct { function xb_stream_default_write_callback (line 51) | static function xb_wstream_t (line 62) | xb_wstream_t * function xb_wstream_file_t (line 73) | xb_wstream_file_t * function xb_stream_write_data (line 126) | int function xb_stream_write_close (line 143) | int function xb_stream_write_done (line 157) | int function xb_stream_flush (line 167) | static function xb_stream_write_chunk (line 186) | static function xb_stream_write_eof (line 250) | static FILE: extra/mariabackup/xtrabackup.cc type xb_filter_entry_t (line 184) | struct xb_filter_entry_t{ type ddl_tracker_t (line 358) | struct ddl_tracker_t { method insert_defer_id (line 370) | void insert_defer_id(space_id_t space_id, std::string name) method rename_defer (line 381) | void rename_defer(space_id_t space_id, std::string old_name, method delete_defer (line 399) | void delete_defer(space_id_t space_id, std::string name) function xtrabackup_add_datasink (line 623) | static inline type datafiles_iter_t (line 639) | struct datafiles_iter_t { function fil_node_t (line 647) | static type dbug_thread_param_t (line 685) | struct dbug_thread_param_t function dbug_start_query_thread (line 732) | static void dbug_start_query_thread( function mdl_lock_all (line 774) | void mdl_lock_all() function filename_to_spacename (line 794) | static std::string filename_to_spacename(const void *filename, size_t len) function backup_file_op (line 825) | static void backup_file_op(ulint space_id, int type, function backup_file_op_fail (line 884) | static void backup_file_op_fail(ulint space_id, int type, function backup_first_page_op (line 924) | static void backup_first_page_op(ulint space_id) type options_xtrabackup (line 973) | enum options_xtrabackup type my_option (line 1074) | struct my_option type my_option (line 1485) | struct my_option function append_export_table (line 1708) | static void append_export_table(const char *dbname, const char *tablename, function create_bootstrap_file (line 1735) | static int create_bootstrap_file() function prepare_export (line 1759) | static int prepare_export() function print_version (line 1823) | static void print_version(void) function usage (line 1829) | static void usage(void) function check_if_param_set (line 1865) | bool function my_bool (line 1871) | my_bool function innodb_init_param (line 2022) | static bool innodb_init_param() function innodb_init (line 2228) | static bool innodb_init() function my_bool (line 2259) | static function xtrabackup_print_metadata (line 2303) | static function my_bool (line 2323) | static function my_bool (line 2360) | static function my_bool (line 2390) | static my_bool function my_bool (line 2441) | my_bool function xtrabackup_io_throttling (line 2478) | void xtrabackup_io_throttling() function my_bool (line 2489) | static function my_bool (line 2507) | static function my_bool (line 2533) | static my_bool type skip_database_check_result (line 2550) | enum skip_database_check_result { function skip_database_check_result (line 2564) | static function my_bool (line 2602) | my_bool function my_bool (line 2635) | my_bool function my_bool (line 2773) | static my_bool xtrabackup_copy_datafile(fil_node_t *node, uint thread_n, function lsn_t (line 2917) | static lsn_t xtrabackup_copy_log(lsn_t start_lsn, lsn_t end_lsn, bool last) function xtrabackup_copy_logfile (line 2993) | static bool xtrabackup_copy_logfile(bool last = false) function backup_wait_for_lsn (line 3066) | void backup_wait_for_lsn(lsn_t lsn) { function log_copying_thread (line 3078) | static void log_copying_thread() function dbug_mariabackup_event (line 3153) | void dbug_mariabackup_event(const char *event, function data_copy_thread_func (line 3165) | static void data_copy_thread_func(data_thread_ctxt_t *ctxt) /* thread co... function xtrabackup_init_datasinks (line 3206) | static void function xtrabackup_destroy_datasinks (line 3279) | static void xtrabackup_destroy_datasinks(void) function xb_fil_io_init (line 3293) | static function xb_load_single_table_tablespace (line 3314) | static void xb_load_single_table_tablespace(const char *dirname, function xb_load_single_table_tablespace (line 3433) | static void xb_load_single_table_tablespace(const std::string &space_name, function os_file_dir_t (line 3464) | os_file_dir_t os_file_opendir(const char *dirname) function os_file_readdir_next_file (line 3492) | int function fil_file_readdir_next_file (line 3645) | int function dberr_t (line 3678) | static dberr_t enumerate_ibd_files(process_single_tablespace_func_t call... function dberr_t (line 3808) | static dberr_t xb_assign_undo_space_start() function dberr_t (line 3889) | static function xb_data_files_close (line 3954) | static void xb_data_files_close() function xb_filter_entry_t (line 3964) | static function xb_filter_entry_t (line 3988) | static function xb_validate_name (line 4007) | static function xb_register_filter_entry (line 4030) | static function xb_register_include_filter_entry (line 4073) | static function xb_register_exclude_filter_entry (line 4083) | static function register_ignore_db_dirs_filter (line 4093) | void register_ignore_db_dirs_filter(const char *name) function xb_register_table (line 4100) | static function xb_add_regex_to_list (line 4113) | static function xb_register_include_regex (line 4138) | static function xb_register_exclude_regex (line 4149) | static function xb_load_list_string (line 4164) | void xb_load_list_string(char *list, const char *delimiters, function xb_load_list_file (line 4182) | static function xb_filters_init (line 4213) | static function xb_filter_hash_free (line 4247) | static function xb_regex_list_free (line 4276) | static void xb_regex_list_free(regex_list_t* list) function xb_filters_free (line 4286) | static function ulong (line 4316) | static ulong xb_set_max_open_files(rlim_t max_file_limit) function stop_backup_threads (line 4364) | static void stop_backup_threads(bool running) function xtrabackup_backup_low (line 4389) | static bool xtrabackup_backup_low() function xtrabackup_backup_func (line 4473) | static bool xtrabackup_backup_func() function backup_fix_ddl (line 4844) | void backup_fix_ddl(CorruptedPages &corrupted_pages) function ibool (line 5006) | static function xb_space_create_file (line 5031) | static function fil_space_t (line 5062) | static fil_space_t* fil_space_get_by_name(const char* name) function pfs_os_file_t (line 5082) | static function ibool (line 5252) | static function change_extension (line 5471) | std::string change_extension(std::string filename, std::string new_ext) { function rename_file (line 5480) | static void rename_file(const char *from,const char *to) { function rename_file (line 5487) | static void rename_file(const std::string& from, const std::string &to) { function rename_force (line 5502) | static void rename_force(const char *from, const char *to) { function ibool (line 5528) | static ibool prepare_handle_new_files(const char *data_home_dir, function ibool (line 5594) | static function ibool (line 5634) | static ibool xb_process_datadir(const char *path, const char *suffix, function ibool (line 5759) | static function innodb_free_param (line 5768) | static function file_exists (line 5778) | static bool file_exists(std::string name) function read_file_as_string (line 5784) | static std::string read_file_as_string(const std::string file) { function delete_file (line 5796) | static void delete_file(const std::string& file, bool if_exists = false) { function rename_table_in_prepare (line 5809) | static void rename_table_in_prepare(const std::string &datadir, const st... function ibool (line 5841) | static ibool prepare_handle_ren_files(const char *datadir, const char *d... function ibool (line 5857) | static ibool prepare_handle_del_files(const char *datadir, const char *d... function xtrabackup_prepare_func (line 5874) | static bool xtrabackup_prepare_func(char** argv) function append_defaults_group (line 6124) | static function has_privilege (line 6160) | static bool function check_privilege (line 6207) | static function check_all_privileges (line 6236) | static bool check_all_privileges() function xb_init (line 6305) | bool function setup_error_messages (line 6385) | void setup_error_messages() function handle_options (line 6405) | void handle_options(int argc, char **argv, char ***argv_server, function main (line 6668) | int main(int argc, char **argv) function main_low (line 6768) | static int main_low(char** argv) function get_exepath (line 6973) | static int get_exepath(char *buf, size_t size, const char *argv0) FILE: extra/mariabackup/xtrabackup.h type xb_delta_info_t (line 30) | struct xb_delta_info_t type space_info_t (line 57) | struct space_info_t { type query_type_t (line 156) | enum query_type_t {QUERY_TYPE_ALL, QUERY_TYPE_UPDATE, type binlog_info_enum (line 172) | enum binlog_info_enum { BINLOG_INFO_OFF, BINLOG_INFO_ON, type my_option (line 218) | struct my_option FILE: extra/my_print_defaults.c type my_option (line 42) | struct my_option function cleanup_and_exit (line 79) | static void cleanup_and_exit(int exit_code) function version (line 85) | static void version() function usage (line 92) | static void usage() function my_bool (line 106) | static my_bool function get_options (line 134) | static int get_options(int *argc,char ***argv) function main (line 151) | int main(int argc, char **argv) FILE: extra/mysql_waitpid.c type my_option (line 32) | struct my_option function my_bool (line 46) | static my_bool function main (line 64) | int main(int argc, char *argv[]) function usage (line 97) | void usage(void) FILE: extra/mysqld_safe_helper.c function my_exit (line 11) | void my_exit(int c) function do_usage (line 17) | void do_usage(void) function do_log (line 26) | void do_log(const char *logfile) function do_exec (line 47) | void do_exec(char *args[]) function main (line 56) | int main(int argc, char *argv[]) FILE: extra/perror.c type my_option (line 33) | struct my_option type HA_ERRORS (line 55) | typedef struct ha_errors { function print_version (line 79) | static void print_version(void) function usage (line 86) | static void usage(void) function my_bool (line 98) | static my_bool function get_options (line 123) | static int get_options(int *argc,char ***argv) type st_error (line 163) | typedef struct function get_ER_error_msg (line 183) | int get_ER_error_msg(uint code, const char **name_ptr, const char **msg_... function my_bool (line 204) | static my_bool print_win_error_msg(DWORD error, my_bool verbose) function my_handler_error_register (line 239) | void my_handler_error_register(void) function my_handler_error_unregister (line 254) | void my_handler_error_unregister(void) FILE: extra/readline/bind.c function rl_add_defun (line 99) | int function rl_bind_key (line 112) | int function rl_bind_key_in_map (line 143) | int function rl_bind_key_if_unbound_in_map (line 162) | int function rl_bind_key_if_unbound (line 175) | int function rl_unbind_key (line 189) | int function rl_unbind_key_in_map (line 198) | int function rl_unbind_function_in_map (line 207) | int function rl_unbind_command_in_map (line 225) | int function rl_bind_keyseq (line 241) | int function rl_bind_keyseq_in_map (line 252) | int function rl_set_key (line 262) | int function rl_bind_keyseq_if_unbound_in_map (line 274) | int function rl_bind_keyseq_if_unbound (line 297) | int function rl_macro_bind (line 308) | int function rl_generic_bind (line 332) | int function rl_translate_keyseq (line 435) | int type stat (line 766) | struct stat function rl_read_init_file (line 825) | int function _rl_read_init_file (line 851) | static int function _rl_init_file_error (line 918) | static void type _rl_parser_func_t (line 935) | typedef int _rl_parser_func_t function parser_if (line 958) | static int function parser_else (line 1031) | static int function parser_endif (line 1062) | static int function parser_include (line 1073) | static int function handle_parser_directive (line 1114) | static int function find_boolean_var (line 1441) | static int function hack_special_boolean_var (line 1456) | static void type _rl_sv_func_t (line 1475) | typedef int _rl_sv_func_t function find_string_var (line 1510) | static int function bool_to_int (line 1525) | static int function rl_variable_bind (line 1553) | int function sv_editmode (line 1581) | static int function sv_combegin (line 1602) | static int function sv_compquery (line 1615) | static int function sv_keymap (line 1631) | static int function sv_bell_style (line 1646) | static int function sv_isrchterm (line 1663) | static int type assoc_list (line 1702) | typedef struct { function glean_key_from_name (line 1722) | static int function Keymap (line 1753) | Keymap function rl_set_keymap (line 1776) | void function Keymap (line 1784) | Keymap function rl_set_keymap_from_edit_mode (line 1790) | void function rl_list_funmap_names (line 1826) | void function rl_function_dumper (line 2038) | void function _rl_macro_dumper_internal (line 2119) | static void function rl_macro_dumper (line 2181) | void function rl_variable_dumper (line 2255) | void function substring_member_of_array (line 2299) | static int FILE: extra/readline/callback.c function _rl_callback_newline (line 72) | static void function rl_callback_handler_install (line 93) | void function rl_callback_read_char (line 105) | void function rl_callback_handler_remove (line 221) | void function _rl_callback_data_dispose (line 251) | void _rl_callback_data_dispose (arg) FILE: extra/readline/compat.c function free_undo_list (line 48) | void function maybe_replace_line (line 54) | int function maybe_save_line (line 60) | int function maybe_unsave_line (line 66) | int function ding (line 72) | int function crlf (line 78) | int function alphabetic (line 84) | int FILE: extra/readline/complete.c type passwd (line 86) | struct passwd function rl_complete (line 343) | int function rl_completion_mode (line 379) | int function set_completion_defaults (line 401) | static void function get_y_or_n (line 416) | static int function _rl_internal_pager (line 442) | static int function path_isdir (line 460) | static int function stat_char (line 478) | static int function fnwidth (line 567) | static int function fnprint (line 618) | static int function print_filename (line 693) | static int function rl_menu_complete (line 2117) | int FILE: extra/readline/display.c function rl_expand_prompt (line 358) | int function init_line_structures (line 415) | static void function else (line 798) | else if (CTRL_CHAR (c) || c == RUBOUT) function else (line 1394) | else if (*ols != *nls) function rl_on_new_line (line 1620) | int function rl_on_new_line_with_prompt (line 1638) | int function rl_forced_update_display (line 1694) | int function _rl_move_cursor_relative (line 1716) | void function _rl_move_vert (line 1824) | void function rl_show_char (line 1856) | int function rl_character_len (line 1884) | int function rl_message (line 1959) | int function rl_clear_message (line 1985) | int function rl_reset_line_state (line 1998) | int function rl_save_prompt (line 2008) | void function rl_restore_prompt (line 2026) | void function _rl_erase_at_end_of_line (line 2087) | void function _rl_clear_to_eol (line 2104) | void function space_to_eol (line 2116) | static void function _rl_clear_screen (line 2128) | void function insert_some_chars (line 2138) | static void function delete_chars (line 2188) | static void function _rl_update_final (line 2211) | void function cr (line 2244) | static void function redraw_prompt (line 2261) | static void function _rl_redisplay_after_sigwinch (line 2285) | void function _rl_clean_up_for_exit (line 2326) | void function _rl_erase_entire_line (line 2338) | void function _rl_current_display_line (line 2349) | int function _rl_col_width (line 2373) | static int FILE: extra/readline/funmap.c function rl_add_funmap_entry (line 192) | int function rl_initialize_funmap (line 214) | void FILE: extra/readline/histexpand.c type _hist_search_func_t (line 57) | typedef int _hist_search_func_t function hist_string_extract_single_quoted (line 308) | static void function postproc_subst_rhs (line 479) | static void function history_expand_internal (line 516) | static int function history_expand (line 919) | int function history_tokenize_word (line 1405) | static int FILE: extra/readline/histfile.c function read_history (line 149) | int function read_history_range (line 161) | int function history_truncate_file (line 305) | int function history_do_write (line 426) | static int function append_history (line 534) | int function write_history (line 545) | int FILE: extra/readline/history.c function HISTORY_STATE (line 89) | HISTORY_STATE * function history_set_history_state (line 107) | void function using_history (line 121) | void function history_total_bytes (line 130) | int function where_history (line 143) | int function history_set_pos (line 151) | int function HIST_ENTRY (line 164) | HIST_ENTRY ** function HIST_ENTRY (line 172) | HIST_ENTRY * function HIST_ENTRY (line 183) | HIST_ENTRY * function HIST_ENTRY (line 192) | HIST_ENTRY * function time_t (line 228) | time_t function add_history (line 264) | void function add_history_time (line 316) | void function histdata_t (line 329) | histdata_t function replace_history_data (line 395) | void function stifle_history (line 458) | void function unstifle_history (line 487) | int function history_is_stifled (line 499) | int function clear_history (line 505) | void FILE: extra/readline/history.h type HIST_ENTRY (line 46) | typedef struct _hist_entry { type HISTORY_STATE (line 56) | typedef struct _hist_state { FILE: extra/readline/histsearch.c function history_search_internal (line 62) | static int function history_search (line 158) | int function history_search_prefix (line 167) | int function history_search_pos (line 178) | int FILE: extra/readline/input.c function _rl_any_typein (line 108) | int function ibuffer_space (line 116) | static int function rl_get_char (line 128) | static int function _rl_unget_char (line 146) | int function _rl_pushed_input_available (line 161) | int function rl_gather_tyi (line 170) | static int function rl_set_keyboard_input_timeout (line 267) | int function _rl_input_available (line 285) | int function _rl_input_queued (line 326) | int function _rl_insert_typein (line 338) | void function rl_stuff_char (line 364) | int function rl_execute_next (line 385) | int function rl_clear_pending_input (line 395) | int function rl_read_key (line 410) | int function rl_getc (line 453) | int function _rl_read_mbchar (line 513) | int function _rl_read_mbstring (line 558) | int FILE: extra/readline/isearch.c function _rl_scxt_dispose (line 119) | void function rl_reverse_search_history (line 133) | int function rl_forward_search_history (line 142) | int function rl_display_search (line 154) | static void function _rl_isearch_fini (line 260) | static void function _rl_search_getchar (line 299) | int function _rl_isearch_dispatch (line 321) | int function _rl_isearch_cleanup (line 596) | static int function rl_search_history (line 615) | static int function _rl_isearch_callback (line 654) | int FILE: extra/readline/keymaps.c function Keymap (line 55) | Keymap function Keymap (line 79) | Keymap function Keymap (line 98) | Keymap function rl_discard_keymap (line 124) | void FILE: extra/readline/keymaps.h type KEYMAP_ENTRY (line 45) | typedef struct _keymap_entry { type KEYMAP_ENTRY (line 61) | typedef KEYMAP_ENTRY KEYMAP_ENTRY_ARRAY[KEYMAP_SIZE]; type KEYMAP_ENTRY (line 62) | typedef KEYMAP_ENTRY *Keymap; FILE: extra/readline/kill.c function rl_set_retained_kills (line 80) | int function _rl_copy_to_kill_ring (line 91) | static int function rl_kill_text (line 165) | int function rl_kill_word (line 200) | int function rl_backward_kill_word (line 224) | int function rl_kill_line (line 248) | int function rl_backward_kill_line (line 271) | int function rl_unix_word_rubout (line 315) | int function rl_unix_filename_rubout (line 348) | int function region_kill_internal (line 410) | static int function _rl_copy_word_as_kill (line 452) | static int function rl_copy_forward_word (line 481) | int function rl_copy_backward_word (line 491) | int function rl_yank_nth_arg_internal (line 555) | static int function rl_yank_nth_arg (line 611) | int function rl_yank_last_arg (line 621) | int function rl_paste_from_clipboard (line 663) | int FILE: extra/readline/macro.c type saved_macro (line 77) | struct saved_macro { type saved_macro (line 84) | struct saved_macro type saved_macro (line 84) | struct saved_macro function _rl_with_macro_input (line 88) | void function _rl_next_macro_key (line 100) | int function _rl_push_executing_macro (line 125) | void function _rl_pop_executing_macro (line 140) | void function _rl_add_macro_char (line 163) | void function _rl_kill_kbd_macro (line 179) | void function rl_end_kbd_macro (line 227) | int function rl_call_last_kbd_macro (line 247) | int function rl_push_macro_input (line 266) | void FILE: extra/readline/mbutil.c function _rl_find_next_mbchar_internal (line 75) | static int function _rl_find_prev_mbchar_internal (line 143) | static int function _rl_get_char_len (line 203) | int function _rl_compare_chars (line 234) | int function _rl_adjust_point (line 263) | int function _rl_is_mbchar_matched (line 302) | int function wchar_t (line 320) | wchar_t function _rl_find_next_mbchar (line 347) | int function _rl_find_prev_mbchar (line 363) | int FILE: extra/readline/misc.c function _rl_arg_overflow (line 78) | int function _rl_arg_init (line 94) | void function _rl_arg_getchar (line 102) | int function _rl_arg_dispatch (line 118) | int function rl_digit_loop (line 193) | static int function _rl_reset_argument (line 220) | void function _rl_arg_callback (line 260) | int function rl_discard_argument (line 283) | int function _rl_start_using_history (line 308) | void function _rl_free_history_entry (line 319) | void function rl_maybe_replace_line (line 333) | int function rl_maybe_unsave_line (line 351) | int function rl_maybe_save_line (line 370) | int function _rl_free_saved_history_line (line 384) | int function _rl_history_set_point (line 395) | static void function rl_replace_from_history (line 413) | void function rl_get_next_history (line 460) | int function rl_get_previous_history (line 499) | int function _rl_set_insert_mode (line 578) | void function rl_overwrite_mode (line 591) | int FILE: extra/readline/nls.c function _rl_init_eightbit (line 98) | int FILE: extra/readline/parens.c function _rl_enable_paren_matching (line 79) | void function rl_set_paren_blink_timeout (line 97) | int function rl_insert_close (line 109) | int function find_matching_open (line 148) | static int FILE: extra/readline/readline.c function rl_set_prompt (line 283) | int function STATIC_CALLBACK (line 337) | STATIC_CALLBACK void function _rl_internal_char_cleanup (line 412) | void function readline_internal_charloop (line 537) | static int function _rl_init_line_state (line 561) | void function _rl_set_the_line (line 569) | void function _rl_keyseq_cxt (line 576) | _rl_keyseq_cxt * function _rl_keyseq_cxt_dispose (line 592) | void function _rl_keyseq_chain_dispose (line 599) | void function _rl_subseq_getchar (line 613) | static int function _rl_dispatch_callback (line 631) | int function _rl_dispatch (line 679) | int function _rl_dispatch_subseq (line 688) | int function _rl_subseq_result (line 853) | static int function rl_initialize (line 919) | int function _emx_build_environ (line 965) | static void function readline_initialize_everything (line 990) | static void function readline_default_bindings (line 1066) | static void function bind_arrow_keys_internal (line 1074) | static void function bind_arrow_keys (line 1117) | static void function rl_save_state (line 1134) | int function rl_restore_state (line 1168) | int FILE: extra/readline/readline.h type undo_code (line 55) | enum undo_code { UNDO_DELETE, UNDO_INSERT, UNDO_BEGIN, UNDO_END } type UNDO_LIST (line 58) | typedef struct undo_list { type FUNMAP (line 69) | typedef struct _funmap { type undo_code (line 359) | enum undo_code type readline_state (line 807) | struct readline_state { type readline_state (line 846) | struct readline_state type readline_state (line 847) | struct readline_state FILE: extra/readline/rlprivate.h type _rl_search_cxt (line 46) | typedef struct __rl_search_context type _rl_arg_cxt (line 88) | typedef int _rl_arg_cxt; type _rl_keyseq_cxt (line 96) | typedef struct __rl_keyseq_context type _rl_callback_generic_arg (line 111) | typedef struct __rl_callback_generic_arg type _rl_callback_func_t (line 118) | typedef int _rl_callback_func_t type undo_code (line 167) | enum undo_code FILE: extra/readline/rltty.c function block_sigint (line 78) | static void function release_sigint (line 103) | static void function set_winsize (line 143) | static void type bsdtty (line 166) | struct bsdtty { function save_tty_chars (line 192) | static void function get_tty_settings (line 228) | static int function set_tty_settings (line 260) | static int function prepare_terminal_settings (line 299) | static void function save_tty_chars (line 416) | static void function rltty_warning (line 462) | static void function setopost (line 471) | void function _get_tty_settings (line 483) | static int function get_tty_settings (line 516) | static int function _set_tty_settings (line 534) | static int function set_tty_settings (line 548) | static int function prepare_terminal_settings (line 577) | static void function rl_prep_terminal (line 641) | void function rl_deprep_terminal (line 648) | void function rl_prep_terminal (line 654) | void function rl_deprep_terminal (line 728) | void function set_special_char (line 852) | static void function _rl_bind_tty_special_chars (line 867) | static void function set_special_char (line 888) | static void function _rl_bind_tty_special_chars (line 907) | static void function rltty_set_default_bindings (line 928) | void function rl_tty_set_default_bindings (line 945) | void function rl_tty_unset_default_bindings (line 956) | void function _rl_disable_tty_signals (line 979) | int function _rl_restore_tty_signals (line 985) | int function _rl_disable_tty_signals (line 995) | int function _rl_restore_tty_signals (line 1016) | int FILE: extra/readline/rltty.h type _RL_TTY_CHARS (line 63) | typedef struct _rl_tty_chars { FILE: extra/readline/rltypedefs.h type rl_command_func_t (line 48) | typedef int rl_command_func_t type rl_compignore_func_t (line 57) | typedef int rl_compignore_func_t type rl_compdisp_func_t (line 59) | typedef void rl_compdisp_func_t type rl_hook_func_t (line 62) | typedef int rl_hook_func_t type rl_getc_func_t (line 65) | typedef int rl_getc_func_t type rl_linebuf_func_t (line 70) | typedef int rl_linebuf_func_t type rl_intfunc_t (line 73) | typedef int rl_intfunc_t type rl_icpfunc_t (line 75) | typedef int rl_icpfunc_t type rl_icppfunc_t (line 76) | typedef int rl_icppfunc_t type rl_voidfunc_t (line 78) | typedef void rl_voidfunc_t type rl_vintfunc_t (line 79) | typedef void rl_vintfunc_t type rl_vcpfunc_t (line 80) | typedef void rl_vcpfunc_t type rl_vcppfunc_t (line 81) | typedef void rl_vcppfunc_t FILE: extra/readline/search.c function make_history_line_current (line 88) | static void function noninc_search_from_pos (line 113) | static int function noninc_dosearch (line 144) | static int function _rl_nsearch_cleanup (line 224) | static int function _rl_nsearch_abort (line 237) | static void function _rl_nsearch_dispatch (line 253) | static int function _rl_nsearch_dosearch (line 306) | static int function noninc_search (line 349) | static int function rl_noninc_forward_search (line 384) | int function rl_noninc_reverse_search (line 393) | int function _rl_nsearch_callback (line 435) | int function rl_history_search_internal (line 451) | static int function rl_history_search_reinit (line 515) | static void function rl_history_search_forward (line 538) | int function rl_history_search_backward (line 557) | int FILE: extra/readline/shell.c type passwd (line 65) | struct passwd function sh_set_lines_and_columns (line 123) | void type passwd (line 163) | struct passwd function sh_unset_nodelay_mode (line 180) | int FILE: extra/readline/signals.c type RETSIGTYPE (line 66) | typedef RETSIGTYPE SigHandler (); type sighandler_cxt (line 69) | typedef struct sigaction sighandler_cxt; type sighandler_cxt (line 72) | typedef struct { SigHandler *sa_handler; int sa_mask, sa_flags; } sighan... function RETSIGTYPE (line 199) | static RETSIGTYPE function rl_sigaction (line 231) | static int type sigaction (line 252) | struct sigaction function rl_maybe_set_sighandler (line 272) | static void function rl_set_signals (line 287) | int function rl_clear_signals (line 380) | int function rl_cleanup_after_signal (line 427) | void function rl_reset_after_signal (line 438) | void function rl_free_line_state (line 450) | void FILE: extra/readline/terminal.c function _emx_get_screensize (line 186) | static void function _win_get_screensize (line 202) | static void function _rl_get_screen_size (line 225) | void function _rl_set_screen_size (line 309) | void function rl_set_screen_size (line 329) | void function rl_get_screen_size (line 336) | void function rl_reset_screen_size (line 346) | void function rl_resize_terminal (line 352) | void type _tc_string (line 365) | struct _tc_string { type _tc_string (line 372) | struct _tc_string function get_term_capabilities (line 409) | static void function _rl_init_terminal_io (line 422) | int function bind_termcap_arrow_keys (line 552) | static void function rl_reset_terminal (line 592) | int function _rl_output_character_function (line 603) | void function _rl_output_character_function (line 610) | int function _rl_output_some_chars (line 619) | void function _rl_backspace (line 629) | int function rl_crlf (line 645) | int function rl_ding (line 657) | int function _rl_enable_meta_key (line 690) | void function _rl_control_keypad (line 699) | void function _rl_set_cursor (line 721) | void FILE: extra/readline/text.c function rl_insert_text (line 79) | int function rl_delete_text (line 117) | int function _rl_fix_point (line 168) | void function _rl_replace_text (line 181) | int function rl_replace_line (line 199) | void function rl_forward_byte (line 252) | int function rl_forward_char (line 285) | int function rl_forward_char (line 318) | int function rl_forward (line 327) | int function rl_backward_byte (line 335) | int function rl_backward_char (line 361) | int function rl_backward_char (line 394) | int function rl_backward (line 403) | int function rl_forward_word (line 429) | int function rl_backward_word (line 478) | int function rl_clear_screen (line 550) | int function rl_arrow_keys (line 567) | int function _rl_insert_char (line 623) | int function _rl_overwrite_char (line 807) | int function rl_insert (line 840) | int function _rl_insert_next (line 849) | static int function _rl_insert_next_callback (line 868) | static int function rl_quoted_insert (line 884) | int function rl_tab_insert (line 907) | int function _rl_overwrite_rubout (line 961) | int function rl_rubout (line 1004) | int function _rl_rubout_char (line 1023) | int function rl_delete (line 1069) | int function rl_rubout_or_delete (line 1107) | int function rl_delete_or_show_completions (line 1147) | int function rl_upcase_word (line 1202) | int function rl_downcase_word (line 1210) | int function rl_capitalize_word (line 1218) | int function rl_change_case (line 1230) | static int function rl_transpose_words (line 1320) | int function rl_transpose_chars (line 1381) | int function _rl_char_search (line 1516) | static int function _rl_char_search (line 1531) | static int function _rl_char_search_callback (line 1549) | static int function rl_char_search (line 1560) | int function rl_backward_char_search (line 1578) | int function _rl_set_mark_at_pos (line 1603) | int function rl_set_mark (line 1615) | int FILE: extra/readline/tilde.c type passwd (line 60) | struct passwd type passwd (line 63) | struct passwd function tilde_find_prefix (line 127) | static int function tilde_find_suffix (line 162) | static int type passwd (line 348) | struct passwd function memory_error_and_abort (line 490) | static void FILE: extra/readline/undo.c function rl_add_undo (line 91) | void function rl_free_undo_list (line 105) | void function rl_do_undo (line 164) | int function _rl_fix_last_undo_of_type (line 233) | int function rl_begin_undo_group (line 253) | int function rl_end_undo_group (line 262) | int function rl_modifying (line 271) | int function rl_undo_command (line 312) | int FILE: extra/readline/util.c function rl_alphabetic (line 71) | int function _rl_walphabetic (line 83) | int function _rl_abort_internal (line 104) | int function rl_extend_line_buffer (line 163) | void function _rl_strnicmp (line 286) | int function _rl_stricmp (line 306) | int function _rl_qsort_string_compare (line 324) | int function FUNCTION_FOR_MACRO (line 344) | FUNCTION_FOR_MACRO (_rl_digit_p) FILE: extra/readline/vi_mode.c function _rl_vi_initialize_line (line 131) | void function _rl_vi_reset_last (line 142) | void function _rl_vi_set_last (line 151) | void function rl_vi_start_inserting (line 162) | void function _rl_vi_textmod_command (line 171) | int function _rl_vi_stuff_insert (line 178) | static void function rl_vi_redo (line 191) | int function rl_vi_undo (line 231) | int function rl_vi_yank_arg (line 239) | int function rl_vi_fetch_history (line 255) | int function rl_vi_search_again (line 280) | int function rl_vi_search (line 298) | int function rl_vi_prev_word (line 359) | int function rl_vi_next_word (line 381) | int function rl_vi_end_word (line 402) | int function rl_vi_fWord (line 420) | int function rl_vi_bWord (line 437) | int function rl_vi_eWord (line 461) | int function rl_vi_fword (line 492) | int function rl_vi_bword (line 518) | int function rl_vi_eword (line 557) | int function _rl_vi_append_forward (line 591) | static void function _rl_vi_save_insert (line 650) | static void function _rl_vi_done_inserting (line 675) | void function rl_vi_arg_digit (line 723) | int function _rl_vi_change_mbchar_case (line 735) | static int function rl_vi_change_case (line 784) | int function rl_vi_put (line 831) | int function _rl_vi_backup (line 845) | static void function rl_vi_check (line 854) | int function rl_vi_column (line 867) | int function rl_vi_domove (line 878) | int function _rl_vi_arg_dispatch (line 976) | static int function rl_digit_loop1 (line 1011) | static int function rl_vi_rubout (line 1141) | int function rl_vi_delete (line 1172) | int function _rl_vi_callback_char_search (line 1223) | static int function rl_vi_char_search (line 1246) | int function rl_vi_bracktype (line 1410) | int function _rl_vi_change_char (line 1426) | static int function _rl_vi_callback_getchar (line 1459) | static int function _rl_vi_callback_change_char (line 1479) | static int function rl_vi_change_char (line 1495) | int function rl_vi_subst (line 1522) | int function rl_vi_overstrike (line 1533) | int function rl_vi_overstrike_delete (line 1552) | int function rl_vi_possible_completions (line 1619) | int function _rl_vi_set_mark (line 1644) | static int function _rl_vi_callback_set_mark (line 1664) | static int function _rl_vi_goto_mark (line 1691) | static int function _rl_vi_callback_goto_mark (line 1722) | static int FILE: extra/readline/xmalloc.c function memory_error_and_abort (line 43) | static void function PTR_T (line 54) | PTR_T function PTR_T (line 66) | PTR_T function xfree (line 82) | void FILE: extra/replace.c type POINTER_ARRAY (line 54) | typedef struct st_pointer_array { /* when using array-strings */ type REPLACE (line 66) | typedef struct st_replace { type REPLACE_STRING (line 71) | typedef struct st_replace_found { function main (line 104) | int main(int argc, char *argv[]) function static_get_options (line 151) | static int static_get_options(int *argc, char***argv) function get_replace_strings (line 219) | static int get_replace_strings(int *argc, char ***argv, function insert_pointer_name (line 249) | static int insert_pointer_name(reg1 POINTER_ARRAY *pa,char * name) function free_pointer_array (line 322) | static void free_pointer_array(reg1 POINTER_ARRAY *pa) type REP_SET (line 339) | typedef struct st_rep_set { type REP_SETS (line 348) | typedef struct st_rep_sets { type FOUND_SET (line 357) | typedef struct st_found_set { type FOLLOWS (line 362) | typedef struct st_follow { function REPLACE (line 392) | static REPLACE *init_replace(char * *from, char * *to,uint count, function init_sets (line 683) | static int init_sets(REP_SETS *sets,uint states) function make_sets_invisible (line 703) | static void make_sets_invisible(REP_SETS *sets) function REP_SET (line 710) | static REP_SET *make_new_set(REP_SETS *sets) function free_last_set (line 746) | static void free_last_set(REP_SETS *sets) function free_sets (line 753) | static void free_sets(REP_SETS *sets) function internal_set_bit (line 760) | static void internal_set_bit(REP_SET *set, uint bit) function internal_clear_bit (line 766) | static void internal_clear_bit(REP_SET *set, uint bit) function or_bits (line 773) | static void or_bits(REP_SET *to,REP_SET *from) function copy_bits (line 781) | static void copy_bits(REP_SET *to,REP_SET *from) function cmp_bits (line 787) | static int cmp_bits(REP_SET *set1,REP_SET *set2) function get_next_bit (line 796) | static int get_next_bit(REP_SET *set,uint lastpos) function find_set (line 821) | static short find_set(REP_SETS *sets,REP_SET *find) function find_found (line 844) | static short find_found(FOUND_SET *found_set,uint table_offset, function uint (line 860) | static uint start_at_word(char * pos) function uint (line 865) | static uint end_of_word(char * pos) function uint (line 874) | static uint replace_len(char * str) function uint (line 890) | static uint replace_strings(REPLACE *rep, char **start, uint *max_length, function initialize_buffer (line 943) | static int initialize_buffer() function reset_buffer (line 956) | static void reset_buffer() function free_buffer (line 961) | static void free_buffer() function fill_buffer_retaining (line 974) | static int fill_buffer_retaining(File fd, int n) function convert_pipe (line 1017) | static int convert_pipe(REPLACE *rep, FILE *in, FILE *out) function convert_file (line 1057) | static int convert_file(REPLACE *rep, char * name) FILE: extra/resolve_stack_dump.c type ulong (line 35) | typedef ulong my_long_addr_t ; type SYM_ENTRY (line 39) | typedef struct sym_entry type my_option (line 50) | struct my_option function print_version (line 68) | static void print_version(void) function usage (line 75) | static void usage() function die (line 92) | static void die(const char* fmt, ...) function local_exit (line 105) | void local_exit(int error) function my_bool (line 113) | static my_bool function parse_args (line 132) | static int parse_args(int argc, char **argv) function open_files (line 170) | static void open_files() function uchar (line 187) | static uchar hex_val(char c) function my_long_addr_t (line 198) | static my_long_addr_t read_addr(char** buf) function init_sym_entry (line 211) | static int init_sym_entry(SYM_ENTRY* se, char* buf) function init_sym_table (line 235) | static void init_sym_table() function clean_up (line 254) | static void clean_up() function verify_sort (line 263) | static void verify_sort() function SYM_ENTRY (line 280) | static SYM_ENTRY* resolve_addr(uchar* addr, SYM_ENTRY* se) function do_resolve (line 306) | static void do_resolve() function main (line 346) | int main(int argc, char** argv) FILE: extra/resolveip.c type my_option (line 41) | struct my_option function print_version (line 55) | static void print_version(void) function usage (line 62) | static void usage(void) function my_bool (line 73) | static my_bool function get_options (line 91) | static int get_options(int *argc,char ***argv) function main (line 111) | int main(int argc, char **argv) FILE: include/aligned.h function aligned_free (line 35) | inline void aligned_free(void *ptr) FILE: include/aria_backup.h type st_aria_table_capabilities (line 20) | struct st_aria_table_capabilities FILE: include/assume_aligned.h function T (line 24) | static inline T my_assume_aligned(T ptr) function T (line 32) | static inline T my_assume_aligned(T ptr) FILE: include/atomic/generic-msvc.h function my_atomic_cas32 (line 21) | static inline int my_atomic_cas32(int32 volatile *a, int32 *cmp, int32 set) function my_atomic_cas64 (line 32) | static inline int my_atomic_cas64(int64 volatile *a, int64 *cmp, int64 set) function my_atomic_casptr (line 44) | static inline int my_atomic_casptr(void * volatile *a, void **cmp, void ... function int32 (line 54) | static inline int32 my_atomic_add32(int32 volatile *a, int32 v) function int64 (line 59) | static inline int64 my_atomic_add64(int64 volatile *a, int64 v) function int32 (line 78) | static inline int32 my_atomic_load32(int32 volatile *a) function int64 (line 85) | static inline int64 my_atomic_load64(int64 volatile *a) function int32 (line 103) | static inline int32 my_atomic_fas32(int32 volatile *a, int32 v) function int64 (line 108) | static inline int64 my_atomic_fas64(int64 volatile *a, int64 v) function my_atomic_store32 (line 118) | static inline void my_atomic_store32(int32 volatile *a, int32 v) function my_atomic_store64 (line 124) | static inline void my_atomic_store64(int64 volatile *a, int64 v) function my_atomic_storeptr (line 134) | static inline void my_atomic_storeptr(void * volatile *a, void *v) FILE: include/atomic/solaris.h function my_atomic_cas32 (line 27) | static inline int my_atomic_cas32(int32 volatile *a, int32 *cmp, int32 set) function my_atomic_cas64 (line 38) | static inline int my_atomic_cas64(int64 volatile *a, int64 *cmp, int64 set) function my_atomic_casptr (line 49) | static inline int my_atomic_casptr(void * volatile *a, void **cmp, void ... function int32 (line 60) | static inline int32 my_atomic_add32(int32 volatile *a, int32 v) function int64 (line 66) | static inline int64 my_atomic_add64(int64 volatile *a, int64 v) function int32 (line 72) | static inline int32 my_atomic_fas32(int32 volatile *a, int32 v) function int64 (line 77) | static inline int64 my_atomic_fas64(int64 volatile *a, int64 v) function int32 (line 87) | static inline int32 my_atomic_load32(int32 volatile *a) function int64 (line 92) | static inline int64 my_atomic_load64(int64 volatile *a) function my_atomic_store32 (line 102) | static inline void my_atomic_store32(int32 volatile *a, int32 v) function my_atomic_store64 (line 107) | static inline void my_atomic_store64(int64 volatile *a, int64 v) function my_atomic_storeptr (line 112) | static inline void my_atomic_storeptr(void * volatile *a, void *v) FILE: include/byte_order_generic_x86.h type doubleget_union (line 70) | typedef union { FILE: include/byte_order_generic_x86_64.h function ulonglong (line 38) | static inline ulonglong uint5korr(const void *p) function ulonglong (line 44) | static inline ulonglong uint6korr(const void *p) function ulonglong (line 90) | static inline ulonglong mi_uint5korr(const void *p) function ulonglong (line 99) | static inline ulonglong mi_uint6korr(const void *p) function ulonglong (line 108) | static inline ulonglong mi_uint7korr(const void *p) function ulonglong (line 118) | static inline ulonglong mi_uint8korr(const void *p) FILE: include/decimal.h type decimal_round_mode (line 23) | typedef enum type int32 (line 26) | typedef int32 decimal_digit_t; type decimal_t (line 37) | typedef struct st_decimal_t { FILE: include/dur_prop.h type durability_properties (line 19) | enum durability_properties FILE: include/ft_global.h type FT_INFO (line 36) | typedef struct st_ft_info FT_INFO; type _ft_vft (line 37) | struct _ft_vft type FT_INFO_EXT (line 46) | typedef struct st_ft_info_ext FT_INFO_EXT; type _ft_vft_ext (line 47) | struct _ft_vft_ext type st_ft_info (line 62) | struct st_ft_info type st_ft_info_ext (line 67) | struct st_ft_info_ext type st_mysql_ftparser (line 81) | struct st_mysql_ftparser type FT_WEIGTH (line 107) | typedef union {int32 i; float f;} FT_WEIGTH; FILE: include/hash.h type uint32 (line 44) | typedef uint32 my_hash_value_type; type uchar (line 45) | typedef uchar *(*my_hash_get_key)(const uchar *,size_t*,my_bool); type my_hash_value_type (line 46) | typedef my_hash_value_type (*my_hash_function)(CHARSET_INFO *, type my_bool (line 49) | typedef my_bool (*my_hash_walk_action)(void *,void *); type HASH (line 51) | typedef struct st_hash { type uint (line 64) | typedef uint HASH_SEARCH_STATE; FILE: include/heap.h type HEAPINFO (line 43) | typedef struct st_heapinfo /* Struct from heap_info */ type HP_PTRS (line 59) | typedef struct st_heap_ptrs type st_level_info (line 64) | struct st_level_info type HP_BLOCK (line 100) | typedef struct st_heap_block type st_heap_info (line 110) | struct st_heap_info type HP_KEYDEF (line 112) | typedef struct st_hp_keydef /* Key definition with open */ type HP_SHARE (line 133) | typedef struct st_heap_share type st_hp_hash_info (line 163) | struct st_hp_hash_info type HP_INFO (line 165) | typedef struct st_heap_info type HP_CREATE_INFO (line 188) | typedef struct st_heap_create_info type ha_extra_function (line 227) | enum ha_extra_function type ha_panic_function (line 230) | enum ha_panic_function type ha_panic_function (line 245) | enum ha_panic_function type ha_rkey_function (line 247) | enum ha_rkey_function type ulong (line 261) | typedef ulong HEAP_PTR; type uchar (line 265) | typedef uchar *HEAP_PTR; FILE: include/ilist.h type T (line 55) | typedef T value_type; type std (line 56) | typedef std::size_t size_type; type std (line 57) | typedef std::ptrdiff_t difference_type; type value_type (line 58) | typedef value_type &reference; type value_type (line 59) | typedef const value_type &const_reference; type T (line 60) | typedef T *pointer; type T (line 61) | typedef const T *const_pointer; type Iterator (line 62) | typedef Iterator iterator; type Iterator (line 63) | typedef Iterator const_iterator; type std (line 64) | typedef std::reverse_iterator reverse_iterator; type std (line 65) | typedef std::reverse_iterator const_reverse_iterator; function class (line 67) | class Iterator function reference (line 129) | reference front() noexcept { return *begin(); } function reference (line 130) | reference back() noexcept { return *--end(); } function const_reference (line 131) | const_reference front() const noexcept { return *begin(); } function iterator (line 134) | iterator begin() noexcept { return iterator(sentinel_.next); } function iterator (line 139) | iterator end() noexcept { return iterator(&sentinel_); } function reverse_iterator (line 145) | reverse_iterator rbegin() noexcept { return reverse_iterator(end()); } function const_reverse_iterator (line 146) | const_reverse_iterator rbegin() const noexcept function const_reverse_iterator (line 151) | const_reverse_iterator rend() const noexcept function clear (line 164) | void clear() noexcept function iterator (line 170) | iterator insert(iterator pos, reference value) noexcept function iterator (line 184) | iterator erase(iterator pos) noexcept function push_back (line 201) | void push_back(reference value) noexcept { insert(end(), value); } function pop_back (line 202) | void pop_back() noexcept { erase(end()); } function push_front (line 204) | void push_front(reference value) noexcept { insert(begin(), value); } function pop_front (line 205) | void pop_front() noexcept { erase(begin()); } function remove (line 209) | void remove(reference value) noexcept { erase(iterator(&value)); } type std (line 224) | typedef std::size_t size_type; type std (line 225) | typedef std::ptrdiff_t difference_type; type value_type (line 226) | typedef value_type &reference; type value_type (line 227) | typedef const value_type &const_reference; type T (line 228) | typedef T *pointer; type T (line 229) | typedef const T *const_pointer; type typename (line 230) | typedef typename BASE::Iterator iterator; type typename (line 231) | typedef const typename BASE::Iterator const_iterator; type std (line 232) | typedef std::reverse_iterator reverse_iterator; type std (line 233) | typedef std::reverse_iterator const_reverse_iterator; function clear (line 239) | void clear() noexcept function iterator (line 245) | iterator insert(iterator pos, reference value) noexcept function iterator (line 251) | iterator erase(iterator pos) noexcept function push_back (line 257) | void push_back(reference value) noexcept { insert(BASE::end(), value); } function pop_back (line 258) | void pop_back() noexcept { erase(BASE::end()); } function push_front (line 260) | void push_front(reference value) noexcept { insert(BASE::begin(), value); } function pop_front (line 261) | void pop_front() noexcept { erase(BASE::begin()); } function remove (line 263) | void remove(reference value) noexcept { erase(iterator(&value)); } FILE: include/json_lib.h type json_errors (line 15) | enum json_errors { type json_string_t (line 33) | typedef struct st_json_string_t type json_path_step_types (line 73) | enum json_path_step_types type json_path_step_t (line 88) | typedef struct st_json_path_step_t type json_path_t (line 98) | typedef struct st_json_path_t type json_states (line 162) | enum json_states { type json_value_types (line 173) | enum json_value_types type json_num_flags (line 186) | enum json_num_flags type json_engine_t (line 194) | typedef struct st_json_engine_t type json_find_paths_t (line 360) | typedef struct st_json_find_paths_t type json_value_types (line 424) | enum json_value_types type json_value_types (line 426) | enum json_value_types FILE: include/keycache.h type KEY_CACHE_STATISTICS (line 43) | typedef struct st_key_cache_statistics type KEY_CACHE_TYPE (line 60) | typedef enum key_cache_type type uchar (line 81) | typedef type flush_type (line 103) | enum flush_type type KEY_CACHE_FUNCS (line 126) | typedef struct st_key_cache_funcs type KEY_CACHE (line 141) | typedef struct st_key_cache type flush_type (line 187) | enum flush_type FILE: include/lf.h type LF_DYNARRAY (line 32) | typedef struct { type LF_PINBOX (line 55) | typedef struct { type LF_PINS (line 64) | typedef struct { type LF_ALLOCATOR (line 97) | typedef struct st_lf_allocator { type st_lf_hash (line 134) | struct st_lf_hash type st_lf_hash (line 142) | struct st_lf_hash { FILE: include/m_ctype.h type loglevel (line 27) | enum loglevel { type MY_CHARSET_HANDLER (line 77) | typedef const struct my_charset_handler_st MY_CHARSET_HANDLER; type MY_COLLATION_HANDLER (line 78) | typedef const struct my_collation_handler_st MY_COLLATION_HANDLER; type MY_UNICASE_INFO (line 80) | typedef const struct unicase_info_st MY_UNICASE_INFO; type MY_UNI_CTYPE (line 81) | typedef const struct uni_ctype_st MY_UNI_CTYPE; type MY_UNI_IDX (line 82) | typedef const struct my_uni_idx_st MY_UNI_IDX; type uint16 (line 83) | typedef uint16 decimal_digits_t; type MY_UNICASE_CHARACTER (line 85) | typedef struct unicase_info_char_st type unicase_info_st (line 93) | struct unicase_info_st type MY_CONTRACTION (line 121) | typedef struct my_contraction_t type MY_CONTRACTIONS (line 129) | typedef struct my_contraction_list_t type MY_UCA_WEIGHT_LEVEL (line 143) | typedef struct my_uca_level_info_st type MY_UCA_INFO (line 153) | typedef struct uca_info_st type uni_ctype_st (line 178) | struct uni_ctype_st type my_repertoire_t (line 231) | typedef enum enum_repertoire_t type my_uni_idx_st (line 298) | struct my_uni_idx_st type my_match_t (line 305) | typedef struct type my_lex_states (line 312) | enum my_lex_states type charset_info_st (line 329) | struct charset_info_st type MY_CHARSET_LOADER (line 331) | typedef struct my_charset_loader_st type my_collation_handler_st (line 346) | struct my_collation_handler_st type MY_STRCOPY_STATUS (line 466) | typedef struct type MY_STRCONV_STATUS (line 476) | typedef struct type my_charset_handler_st (line 483) | struct my_charset_handler_st function const (line 627) | struct charset_info_st function mb_wc (line 731) | int mb_wc(my_wc_t *wc, const uchar *b, const uchar *e) const function wc_mb (line 736) | int wc_mb(my_wc_t wc, uchar *s, uchar *e) const function native_to_mb (line 741) | int native_to_mb(my_wc_t wc, uchar *s, uchar *e) const function wc_to_printable (line 746) | int wc_to_printable(my_wc_t wc, uchar *s, uchar *e) const function ctype (line 751) | int ctype(int *to, const uchar *s, const uchar *e) const function fill (line 756) | void fill(char *to, size_t len, int ch) const function strntol (line 761) | long strntol(const char *str, size_t length, function ulong (line 767) | ulong strntoul(const char *str, size_t length, function longlong (line 773) | longlong strntoll(const char *str, size_t length, function ulonglong (line 779) | ulonglong strntoull(const char *str, size_t length, function strntod (line 785) | double strntod(char *str, size_t length, function longlong (line 791) | longlong strtoll10(const char *str, char **endptr, int *error) const function ulonglong (line 796) | ulonglong strntoull10rnd(const char *str, size_t length, int unsigned_fl, function scan (line 802) | size_t scan(const char *b, const char *e, int seq) const function charlen (line 807) | int charlen(const uchar *str, const uchar *end) const function charlen (line 811) | int charlen(const char *str, const char *end) const function uint (line 816) | uint charlen_fix(const uchar *str, const uchar *end) const function uint (line 822) | uint charlen_fix(const char *str, const char *end) const function well_formed_char_length (line 827) | size_t well_formed_char_length(const char *str, const char *end, function copy_fix (line 834) | size_t copy_fix(char *dst, size_t dst_length, function strnncollsp (line 856) | int strnncollsp(const uchar *a, size_t alen, function strnncollsp (line 861) | int strnncollsp(const char *a, size_t alen, function strnxfrm (line 867) | size_t strnxfrm(char *dst, size_t dstlen, uint nweights, function strnxfrm (line 874) | size_t strnxfrm(uchar *dst, size_t dstlen, uint nweights, function strnxfrm (line 881) | size_t strnxfrm(uchar *dst, size_t dstlen, function strnxfrmlen (line 889) | size_t strnxfrmlen(size_t length) const function my_bool (line 894) | my_bool like_range(const char *s, size_t s_length, function wildcmp (line 906) | int wildcmp(const char *str,const char *str_end, function uint (line 913) | uint instr(const char *b, size_t b_length, function hash_sort (line 920) | void hash_sort(const uchar *key, size_t len, ulong *nr1, ulong *nr2) const function my_bool (line 925) | my_bool propagate(const uchar *str, size_t len) const function min_str (line 930) | size_t min_str(uchar *dst, size_t dstlen, size_t nchars) const function max_str (line 935) | size_t max_str(uchar *dst, size_t dstlen, size_t nchars) const function my_bool (line 946) | static inline my_bool function my_bool (line 955) | static inline my_bool function my_ci_numchars (line 961) | static inline size_t function my_ci_charpos (line 967) | static inline size_t function my_ci_lengthsp (line 973) | static inline size_t function my_ci_numcells (line 979) | static inline size_t function my_ci_caseup (line 985) | static inline size_t function my_ci_casedn (line 993) | static inline size_t function my_ci_long10_to_str (line 1001) | static inline size_t function my_ci_longlong10_to_str (line 1008) | static inline size_t function my_ci_fill (line 1020) | static inline void function my_ci_strntol (line 1026) | static inline long function ulong (line 1033) | static inline ulong function longlong (line 1040) | static inline longlong function ulonglong (line 1047) | static inline ulonglong function my_ci_strntod (line 1054) | static inline double function longlong (line 1061) | static inline longlong function ulonglong (line 1067) | static inline ulonglong function my_ci_scan (line 1076) | static inline size_t function my_ci_charlen (line 1095) | static inline int function my_ci_well_formed_char_length (line 1102) | static inline size_t function my_ci_copy_fix (line 1112) | static inline size_t function my_bool (line 1125) | static inline my_bool function my_ci_strnncoll (line 1134) | static inline int function my_ci_strnncollsp (line 1143) | static inline int function my_bool (line 1152) | static inline my_bool function uint (line 1167) | static inline uint function my_ci_hash_sort (line 1177) | static inline void type charset_info_st (line 1194) | struct charset_info_st type charset_info_st (line 1195) | struct charset_info_st type charset_info_st (line 1196) | struct charset_info_st type charset_info_st (line 1197) | struct charset_info_st type charset_info_st (line 1198) | struct charset_info_st type charset_info_st (line 1199) | struct charset_info_st type charset_info_st (line 1200) | struct charset_info_st type charset_info_st (line 1201) | struct charset_info_st type charset_info_st (line 1202) | struct charset_info_st type charset_info_st (line 1203) | struct charset_info_st type charset_info_st (line 1204) | struct charset_info_st type charset_info_st (line 1205) | struct charset_info_st type charset_info_st (line 1206) | struct charset_info_st type charset_info_st (line 1207) | struct charset_info_st type charset_info_st (line 1208) | struct charset_info_st type charset_info_st (line 1209) | struct charset_info_st type charset_info_st (line 1210) | struct charset_info_st type charset_info_st (line 1211) | struct charset_info_st type charset_info_st (line 1212) | struct charset_info_st type charset_info_st (line 1213) | struct charset_info_st type charset_info_st (line 1214) | struct charset_info_st type charset_info_st (line 1215) | struct charset_info_st type charset_info_st (line 1216) | struct charset_info_st type charset_info_st (line 1217) | struct charset_info_st type charset_info_st (line 1218) | struct charset_info_st type charset_info_st (line 1219) | struct charset_info_st type charset_info_st (line 1220) | struct charset_info_st type charset_info_st (line 1221) | struct charset_info_st type charset_info_st (line 1222) | struct charset_info_st type charset_info_st (line 1223) | struct charset_info_st type charset_info_st (line 1224) | struct charset_info_st type charset_info_st (line 1225) | struct charset_info_st type charset_info_st (line 1226) | struct charset_info_st type charset_info_st (line 1227) | struct charset_info_st type charset_info_st (line 1228) | struct charset_info_st type charset_info_st (line 1229) | struct charset_info_st type charset_info_st (line 1230) | struct charset_info_st type charset_info_st (line 1231) | struct charset_info_st type charset_info_st (line 1232) | struct charset_info_st type charset_info_st (line 1233) | struct charset_info_st type charset_info_st (line 1234) | struct charset_info_st type charset_info_st (line 1235) | struct charset_info_st type charset_info_st (line 1236) | struct charset_info_st type charset_info_st (line 1237) | struct charset_info_st type charset_info_st (line 1238) | struct charset_info_st type charset_info_st (line 1239) | struct charset_info_st type charset_info_st (line 1240) | struct charset_info_st type charset_info_st (line 1241) | struct charset_info_st type charset_info_st (line 1242) | struct charset_info_st type charset_info_st (line 1243) | struct charset_info_st type charset_info_st (line 1244) | struct charset_info_st type charset_info_st (line 1245) | struct charset_info_st type charset_info_st (line 1246) | struct charset_info_st type charset_info_st (line 1247) | struct charset_info_st type charset_info_st (line 1248) | struct charset_info_st type charset_info_st (line 1249) | struct charset_info_st type charset_info_st (line 1250) | struct charset_info_st type charset_info_st (line 1251) | struct charset_info_st type charset_info_st (line 1252) | struct charset_info_st type charset_info_st (line 1253) | struct charset_info_st type charset_info_st (line 1254) | struct charset_info_st type charset_info_st (line 1255) | struct charset_info_st type charset_info_st (line 1256) | struct charset_info_st type charset_info_st (line 1257) | struct charset_info_st type charset_info_st (line 1258) | struct charset_info_st type charset_info_st (line 1260) | struct charset_info_st type charset_info_st (line 1261) | struct charset_info_st type charset_info_st (line 1262) | struct charset_info_st type charset_info_st (line 1263) | struct charset_info_st type charset_info_st (line 1264) | struct charset_info_st type charset_info_st (line 1266) | struct charset_info_st type charset_info_st (line 1267) | struct charset_info_st type charset_info_st (line 1268) | struct charset_info_st type charset_info_st (line 1269) | struct charset_info_st type charset_info_st (line 1270) | struct charset_info_st type MY_STRING_METADATA (line 1512) | typedef struct function uint (line 1638) | static inline function uint (line 1650) | static inline function my_well_formed_length (line 1664) | static inline size_t FILE: include/m_string.h type my_gcvt_arg_type (line 125) | typedef enum { type LEX_CSTRING (line 208) | typedef struct st_mysql_const_lex_string LEX_CSTRING; type st_mysql_const_unsigned_lex_string (line 211) | struct st_mysql_const_unsigned_lex_string type LEX_CUSTRING (line 216) | typedef struct st_mysql_const_unsigned_lex_string LEX_CUSTRING; function lex_string_set (line 218) | static inline void lex_string_set(LEX_CSTRING *lex_str, const char *c_str) function lex_string_set3 (line 223) | static inline void lex_string_set3(LEX_CSTRING *lex_str, const char *c_str, function safe_strlen (line 238) | static inline size_t safe_strlen(const char *str) FILE: include/ma_dyncol.h type DYNAMIC_STRING (line 40) | typedef struct st_dynamic_string type st_mysql_lex_string (line 48) | struct st_mysql_lex_string type MYSQL_LEX_STRING (line 53) | typedef struct st_mysql_lex_string MYSQL_LEX_STRING; type LEX_STRING (line 54) | typedef struct st_mysql_lex_string LEX_STRING; type enum_dyncol_func_result (line 75) | enum enum_dyncol_func_result type DYNAMIC_STRING (line 87) | typedef DYNAMIC_STRING DYNAMIC_COLUMN; type enum_dynamic_column_type (line 89) | enum enum_dynamic_column_type type DYNAMIC_COLUMN_TYPE (line 103) | typedef enum enum_dynamic_column_type DYNAMIC_COLUMN_TYPE; type st_dynamic_column_value (line 105) | struct st_dynamic_column_value type DYNAMIC_COLUMN_VALUE (line 125) | typedef struct st_dynamic_column_value DYNAMIC_COLUMN_VALUE; type enum_dyncol_func_result (line 128) | enum enum_dyncol_func_result type enum_dyncol_func_result (line 132) | enum enum_dyncol_func_result type enum_dyncol_func_result (line 137) | enum enum_dyncol_func_result type enum_dyncol_func_result (line 140) | enum enum_dyncol_func_result type enum_dyncol_func_result (line 146) | enum enum_dyncol_func_result type enum_dyncol_func_result (line 149) | enum enum_dyncol_func_result type enum_dyncol_func_result (line 152) | enum enum_dyncol_func_result type enum_dyncol_func_result (line 158) | enum enum_dyncol_func_result type enum_dyncol_func_result (line 164) | enum enum_dyncol_func_result type enum_dyncol_func_result (line 172) | enum enum_dyncol_func_result type enum_dyncol_func_result (line 177) | enum enum_dyncol_func_result type enum_dyncol_func_result (line 184) | enum enum_dyncol_func_result type enum_dyncol_func_result (line 186) | enum enum_dyncol_func_result type enum_dyncol_func_result (line 190) | enum enum_dyncol_func_result type enum_dyncol_func_result (line 192) | enum enum_dyncol_func_result type enum_dyncol_func_result (line 199) | enum enum_dyncol_func_result type enum_dyncol_func_result (line 202) | enum enum_dyncol_func_result type enum_dyncol_func_result (line 208) | enum enum_dyncol_func_result type enum_dyncol_func_result (line 211) | enum enum_dyncol_func_result type enum_dyncol_func_result (line 218) | enum enum_dyncol_func_result type enum_dyncol_func_result (line 221) | enum enum_dyncol_func_result type enum_dyncol_func_result (line 223) | enum enum_dyncol_func_result type enum_dyncol_func_result (line 227) | enum enum_dyncol_func_result type enum_dyncol_func_result (line 238) | enum enum_dyncol_func_result FILE: include/maria.h type st_maria_bit_buff (line 37) | struct st_maria_bit_buff type st_maria_page (line 38) | struct st_maria_page type st_maria_s_param (line 39) | struct st_maria_s_param type st_maria_share (line 40) | struct st_maria_share type MARIA_DECODE_TREE (line 41) | typedef struct st_maria_decode_tree MARIA_DECODE_TREE; type MARIA_HA (line 42) | typedef struct st_maria_handler MARIA_HA; type MARIA_KEY (line 43) | typedef struct st_maria_key MARIA_KEY; type ulonglong (line 44) | typedef ulonglong MARIA_RECORD_POS; type MARIA_KEYDEF (line 46) | typedef struct st_maria_keydef /* Key definition with open & in... type MARIA_UNIQUEDEF (line 87) | typedef struct st_maria_unique_def /* Segment definition of unique */ type MARIA_COLUMNDEF (line 101) | typedef struct st_maria_columndef /* column information */ type MARIA_CREATE_INFO (line 126) | typedef struct st_maria_create_info type data_file_type (line 144) | enum data_file_type FILE: include/my_alloc.h type USED_MEM (line 32) | typedef struct st_used_mem type MEM_ROOT (line 40) | typedef struct st_mem_root FILE: include/my_atomic_wrapper.h function m (line 41) | Atomic_relaxed(Type val) : m(val) {} function Type (line 51) | const Type i) { return fetch_add(i); } FILE: include/my_base.h type ha_rkey_function (line 83) | enum ha_rkey_function { type ha_key_alg (line 101) | enum ha_key_alg { type ha_storage_media (line 112) | enum ha_storage_media { type ha_extra_function (line 120) | enum ha_extra_function { type ha_panic_function (line 230) | enum ha_panic_function { type ha_base_keytype (line 238) | enum ha_base_keytype { type ulong (line 547) | typedef ulong key_part_map; type en_fieldtype (line 603) | enum en_fieldtype { type data_file_type (line 610) | enum data_file_type { type key_range (line 625) | typedef struct st_key_range type KEY_MULTI_RANGE (line 635) | typedef struct st_key_multi_range type page_range (line 652) | typedef struct st_page_range type my_off_t (line 664) | typedef my_off_t ha_rows; type ulong (line 667) | typedef ulong ha_rows; FILE: include/my_bit.h function CONSTEXPR (line 46) | static inline CONSTEXPR uint my_bit_log2_hex_digit(uint8 value) function CONSTEXPR (line 51) | static inline CONSTEXPR uint my_bit_log2_uint8(uint8 value) function CONSTEXPR (line 56) | static inline CONSTEXPR uint my_bit_log2_uint16(uint16 value) function CONSTEXPR (line 61) | static inline CONSTEXPR uint my_bit_log2_uint32(uint32 value) function CONSTEXPR (line 67) | static inline CONSTEXPR uint my_bit_log2_uint64(ulonglong value) function CONSTEXPR (line 73) | static inline CONSTEXPR uint my_bit_log2_size_t(size_t value) function uint (line 94) | static inline uint my_count_bits_uint32(uint32 v) function uint (line 102) | static inline uint my_count_bits(ulonglong x) function uint32 (line 129) | static inline uint32 my_round_up_to_next_power(uint32 v) function uint32 (line 140) | static inline uint32 my_clear_highest_bit(uint32 v) function uint32 (line 151) | static inline uint32 my_reverse_bits(uint32 key) function uint64 (line 164) | static inline uint64 my_set_bits(int n) function uchar (line 170) | static inline uchar last_byte_mask(uint bits) function uint (line 186) | static inline uint my_find_first_bit(ulonglong n) FILE: include/my_bitmap.h type uint32 (line 25) | typedef uint32 my_bitmap_map; type MY_BITMAP (line 27) | typedef struct st_bitmap function bitmap_set_bit (line 93) | static inline void function bitmap_flip_bit (line 100) | static inline void function bitmap_clear_bit (line 107) | static inline void function uint (line 114) | static inline uint function my_bool (line 122) | static inline my_bool bitmap_cmp(const MY_BITMAP *map1, const MY_BITMAP ... FILE: include/my_compare.h type HA_KEYSEG (line 49) | typedef struct st_HA_KEYSEG /* Key-portion */ function uchar (line 94) | static inline uchar get_rec_bits(const uchar *ptr, uchar ofs, uint len) function set_rec_bits (line 102) | static inline void set_rec_bits(uint16 bits, uchar *ptr, uchar ofs, uint... type check_result_t (line 147) | typedef enum check_result { type check_result_t (line 155) | typedef check_result_t (*index_cond_func_t)(void *param); type check_result_t (line 156) | typedef check_result_t (*rowid_filter_func_t)(void *param); FILE: include/my_compiler.h type MY_ALIGNED (line 106) | struct MY_ALIGNED type MY_ALIGNED (line 107) | struct MY_ALIGNED type MY_ALIGNED (line 108) | struct MY_ALIGNED type MY_ALIGNED (line 109) | struct MY_ALIGNED type MY_ALIGNED (line 110) | struct MY_ALIGNED FILE: include/my_counter.h function Type (line 27) | Type add(Type i) { return m_counter.fetch_add(i, std::memory_order_relax... function Type (line 28) | Type sub(Type i) { return m_counter.fetch_sub(i, std::memory_order_relax... function m_counter (line 33) | Atomic_counter(Type val): m_counter(val) {} FILE: include/my_cpu.h function MY_RELAX_CPU (line 62) | static inline void MY_RELAX_CPU(void) function LF_BACKOFF (line 121) | static inline int LF_BACKOFF(void) function ut_delay (line 133) | static inline void ut_delay(unsigned delay) FILE: include/my_dbug.h type _db_stack_frame_ (line 29) | struct _db_stack_frame_ { type _db_code_state_ (line 37) | struct _db_code_state_ type _db_code_state_ (line 39) | struct _db_code_state_ type _db_code_state_ (line 40) | struct _db_code_state_ type _db_stack_frame_ (line 51) | struct _db_stack_frame_ type _db_stack_frame_ (line 52) | struct _db_stack_frame_ FILE: include/my_dir.h type MY_STAT (line 62) | typedef struct my_stat type FILEINFO (line 88) | typedef struct fileinfo type MY_DIR (line 94) | typedef struct st_my_dir /* Struct returned from my_dir */ FILE: include/my_getopt.h type get_opt_arg_type (line 54) | enum get_opt_arg_type { NO_ARG, OPT_ARG, REQUIRED_ARG } type st_typelib (line 56) | struct st_typelib type my_option (line 58) | struct my_option type my_bool (line 92) | typedef my_bool (*my_get_one_option)(const struct my_option *, const cha... type my_option (line 100) | struct my_option type my_option (line 114) | struct my_option type my_option (line 116) | struct my_option type my_option (line 117) | struct my_option type my_option (line 118) | struct my_option type my_option (line 120) | struct my_option type my_option (line 122) | struct my_option type my_option (line 124) | struct my_option FILE: include/my_global.h type uint (line 469) | typedef unsigned int uint; type ushort (line 470) | typedef unsigned short ushort; type File (line 519) | typedef int File; type SOCKET (line 521) | typedef SOCKET my_socket; type my_socket (line 523) | typedef int my_socket; type pchar (line 529) | typedef char pchar; type puchar (line 530) | typedef char puchar; type pbool (line 531) | typedef char pbool; type pshort (line 532) | typedef short pshort; type pfloat (line 533) | typedef float pfloat; type pchar (line 535) | typedef int pchar; type uint (line 536) | typedef uint puchar; type pbool (line 537) | typedef int pbool; type pshort (line 538) | typedef int pshort; type pfloat (line 539) | typedef double pfloat; type SOCKET_SIZE_TYPE (line 549) | typedef SOCKET_SIZE_TYPE size_socket; function my_ulonglong2double (line 706) | inline double my_ulonglong2double(unsigned long long value) function my_double2ulonglong (line 716) | inline unsigned long long my_double2ulonglong(double d) type my_ptrdiff_t (line 819) | typedef long my_ptrdiff_t; type my_ptrdiff_t (line 821) | typedef long long my_ptrdiff_t; type uchar (line 863) | typedef unsigned char uchar; type int8 (line 867) | typedef signed char int8; type uint8 (line 870) | typedef unsigned char uint8; type int16 (line 873) | typedef short int16; type uint16 (line 876) | typedef unsigned short uint16; type int32 (line 880) | typedef int int32; type uint32 (line 883) | typedef unsigned int uint32; type int32 (line 887) | typedef long int32; type uint32 (line 890) | typedef unsigned long uint32; type ulong (line 897) | typedef unsigned long ulong; type ulonglong (line 906) | typedef unsigned long long int ulonglong; type longlong (line 907) | typedef long long int longlong; type ulonglong (line 909) | typedef unsigned long ulonglong; type longlong (line 910) | typedef long longlong; type longlong (line 914) | typedef longlong int64; type ulonglong (line 917) | typedef ulonglong uint64; type my_ulonglong (line 921) | typedef unsigned long my_ulonglong; type my_ulonglong (line 923) | typedef unsigned __int64 my_ulonglong; type my_ulonglong (line 925) | typedef unsigned long long my_ulonglong; type intptr (line 929) | typedef unsigned int intptr; type intptr (line 931) | typedef unsigned long intptr; type intptr (line 933) | typedef unsigned long long intptr; type my_off_t (line 941) | typedef unsigned long long my_off_t; type os_off_t (line 942) | typedef unsigned long long os_off_t; type off_t (line 944) | typedef off_t os_off_t; type ulonglong (line 946) | typedef ulonglong my_off_t; type my_off_t (line 948) | typedef unsigned long my_off_t; type ulonglong (line 956) | typedef ulonglong table_map; type CHARSET_INFO (line 959) | typedef const struct charset_info_st CHARSET_INFO; type LEX_STRING (line 960) | typedef struct st_mysql_lex_string LEX_STRING; type ulong (line 986) | typedef ulong myf; type Dl_info (line 1077) | typedef struct { const char *dli_fname, dli_fbase; } Dl_info; type Dl_info (line 1086) | typedef struct { const char *dli_fname, dli_fbase; } Dl_info; FILE: include/my_libwrap.h type request_info (line 27) | struct request_info type request_info (line 28) | struct request_info type request_info (line 29) | struct request_info FILE: include/my_list.h type LIST (line 23) | typedef struct st_list { FILE: include/my_md5.h function array_to_hex (line 38) | static inline void array_to_hex(char *to, const unsigned char *str, uint... FILE: include/my_pthread.h type CRITICAL_SECTION (line 34) | typedef CRITICAL_SECTION pthread_mutex_t; type DWORD (line 35) | typedef DWORD pthread_t; type pthread_attr_t (line 36) | typedef struct thread_attr { type pthread_condattr_t (line 41) | typedef struct { int dummy; } pthread_condattr_t; type pthread_link (line 45) | typedef struct st_pthread_link { type CONDITION_VARIABLE (line 55) | typedef CONDITION_VARIABLE pthread_cond_t; type pthread_mutexattr_t (line 58) | typedef int pthread_mutexattr_t; type INIT_ONCE (line 63) | typedef INIT_ONCE my_pthread_once_t; type timespec (line 67) | struct timespec { type timespec (line 78) | struct timespec type tm (line 87) | struct tm type tm (line 87) | struct tm type tm (line 93) | struct tm type tm (line 93) | struct tm function my_sigwait (line 191) | static inline int my_sigwait(sigset_t *set, int *sig, int *code) type tm (line 242) | struct tm type tm (line 242) | struct tm type tm (line 246) | struct tm type tm (line 246) | struct tm type timespec (line 286) | struct timespec type st_hash (line 368) | struct st_hash type safe_mutex_t (line 369) | typedef struct st_safe_mutex_t type safe_mutex_deadlock_t (line 384) | typedef struct st_safe_mutex_deadlock_t type safe_mutex_info_t (line 401) | typedef struct st_safe_mutex_info_t type timespec (line 419) | struct timespec type rw_pr_lock_t (line 520) | typedef struct st_rw_pr_lock_t { type my_rw_lock_t (line 571) | typedef struct _my_rwlock_t type my_rw_lock_t (line 584) | typedef struct st_my_rw_lock_t { type uint64 (line 647) | typedef uint64 my_thread_id; type st_my_thread_var (line 698) | struct st_my_thread_var type st_my_thread_var (line 721) | struct st_my_thread_var type st_my_thread_var (line 728) | struct st_my_thread_var FILE: include/my_rdtsc.h type my_timer_unit_info (line 43) | struct my_timer_unit_info type my_timer_info (line 59) | struct my_timer_info type MY_TIMER_INFO (line 73) | typedef struct my_timer_info MY_TIMER_INFO; function C_MODE_START (line 75) | C_MODE_START FILE: include/my_rnd.h function C_MODE_START (line 19) | C_MODE_START type my_rnd_struct (line 26) | struct my_rnd_struct type my_rnd_struct (line 27) | struct my_rnd_struct type my_rnd_struct (line 28) | struct my_rnd_struct FILE: include/my_stack_alloc.h function stack_alloc_free (line 87) | static inline void stack_alloc_free(void *res, my_bool must_be_freed) FILE: include/my_stacktrace.h type my_addr_loc (line 70) | typedef struct { FILE: include/my_sys.h type charset_info_st (line 247) | struct charset_info_st type cache_type (line 288) | enum cache_type type flush_type (line 294) | enum flush_type type RECORD_CACHE (line 312) | typedef struct st_record_cache /* Used when caching records */ type file_type (line 322) | enum file_type type st_my_file_info (line 328) | struct st_my_file_info type st_my_file_info (line 338) | struct st_my_file_info type DYNAMIC_ARRAY (line 343) | typedef struct st_dynamic_array type MY_TMPDIR (line 353) | typedef struct st_my_tmpdir type DYNAMIC_STRING (line 361) | typedef struct st_dynamic_string type st_io_cache (line 367) | struct st_io_cache type IO_CACHE_SHARE (line 369) | typedef struct st_io_cache_share type IO_CACHE (line 389) | typedef struct st_io_cache /* Used when caching files */ type loglevel (line 492) | enum loglevel function my_b_clear (line 507) | static inline void my_b_clear(IO_CACHE *info) { info->buffer= 0; } function my_b_inited (line 508) | static inline int my_b_inited(IO_CACHE *info) { return MY_TEST(info->buf... function my_b_read (line 511) | static inline int my_b_read(IO_CACHE *info, uchar *Buffer, size_t Count) function my_b_write (line 522) | static inline int my_b_write(IO_CACHE *info, const uchar *Buffer, size_t... function my_b_get (line 537) | static inline int my_b_get(IO_CACHE *info) function my_bool (line 547) | static inline my_bool my_b_write_byte(IO_CACHE *info, uchar chr) function my_b_fill (line 567) | static inline size_t my_b_fill(IO_CACHE *info) function my_off_t (line 573) | static inline my_off_t my_b_tell(const IO_CACHE *info) function my_off_t (line 582) | static inline my_off_t my_b_write_tell(const IO_CACHE *info) function uchar (line 587) | static inline uchar* my_b_get_buffer_start(const IO_CACHE *info) function my_b_get_bytes_in_buffer (line 592) | static inline size_t my_b_get_bytes_in_buffer(const IO_CACHE *info) function my_off_t (line 597) | static inline my_off_t my_b_get_pos_in_file(const IO_CACHE *info) function my_b_bytes_in_cache (line 602) | static inline size_t my_b_bytes_in_cache(const IO_CACHE *info) type uint32 (line 617) | typedef uint32 ha_checksum; type file_type (line 636) | enum file_type type passwd (line 679) | struct passwd type passwd (line 680) | struct passwd type cache_type (line 772) | enum cache_type type cache_type (line 794) | enum cache_type type cache_type (line 797) | enum cache_type type cache_type (line 800) | enum cache_type type my_hrtime_t (line 939) | typedef struct {ulonglong val;} my_hrtime_t; function my_bool (line 1059) | static inline my_bool my_charset_same(CHARSET_INFO *cs1, CHARSET_INFO *cs2) type charset_info_st (line 1064) | struct charset_info_st type charset_info_st (line 1065) | struct charset_info_st type st_mysql_file (line 1101) | struct st_mysql_file type st_mysql_file (line 1102) | struct st_mysql_file FILE: include/my_time.h type MYSQL_TIME_STATUS (line 107) | typedef struct st_mysql_time_status function my_time_status_init (line 114) | static inline void my_time_status_init(MYSQL_TIME_STATUS *status) type st_mysql_time (line 157) | struct st_mysql_time function my_bool (line 181) | static inline my_bool validate_timestamp_range(const MYSQL_TIME *t) type enum_mysql_timestamp_type (line 200) | enum enum_mysql_timestamp_type type timeval (line 219) | struct timeval function longlong (line 221) | static inline longlong sec_part_shift(longlong second_part, uint digits) function longlong (line 225) | static inline longlong sec_part_unshift(longlong second_part, uint digits) function my_time_fraction_remainder (line 231) | static inline long my_time_fraction_remainder(long nr, uint decimals) function my_datetime_trunc (line 236) | static inline void my_datetime_trunc(MYSQL_TIME *ltime, uint decimals) function my_time_trunc (line 240) | static inline void my_time_trunc(MYSQL_TIME *ltime, uint decimals) function my_timeval_trunc (line 250) | static inline void my_timeval_trunc(struct timeval *tv, uint decimals) type interval_type (line 273) | enum interval_type FILE: include/my_tree.h type TREE_WALK (line 46) | typedef enum { left_root_right, right_root_left } TREE_WALK; type uint32 (line 47) | typedef uint32 element_count; type TREE_FREE (line 50) | typedef enum { free_init, free_free, free_end } TREE_FREE; type TREE_ELEMENT (line 53) | typedef struct st_tree_element { type TREE (line 61) | typedef struct st_tree { type ha_rkey_function (line 95) | enum ha_rkey_function type ha_rkey_function (line 101) | enum ha_rkey_function FILE: include/my_xml.h type my_xml_node_type (line 43) | enum my_xml_node_type type MY_XML_PARSER (line 50) | typedef struct xml_stack_st FILE: include/myisam.h type MI_ISAMINFO (line 118) | typedef struct st_mi_isaminfo /* Struct from h_info */ type MI_CREATE_INFO (line 149) | typedef struct st_mi_create_info type st_myisam_info (line 162) | struct st_myisam_info type st_mi_isam_share (line 163) | struct st_mi_isam_share type MI_INFO (line 164) | typedef struct st_myisam_info MI_INFO; type st_mi_s_param (line 165) | struct st_mi_s_param type MI_KEYDEF (line 167) | typedef struct st_mi_keydef /* Key definition with open & info */ type MI_UNIQUEDEF (line 203) | typedef struct st_unique_def /* Segment definition of unique */ type MI_DECODE_TREE (line 211) | typedef struct st_mi_decode_tree /* Decode huff-table */ type st_mi_bit_buff (line 219) | struct st_mi_bit_buff type MI_COLUMNDEF (line 227) | typedef struct st_columndef /* column information */ type st_myisam_info (line 259) | struct st_myisam_info type st_myisam_info (line 260) | struct st_myisam_info type st_myisam_info (line 261) | struct st_myisam_info type ha_panic_function (line 263) | enum ha_panic_function type st_myisam_info (line 264) | struct st_myisam_info type ha_rkey_function (line 266) | enum ha_rkey_function type st_myisam_info (line 267) | struct st_myisam_info type st_myisam_info (line 268) | struct st_myisam_info type st_myisam_info (line 269) | struct st_myisam_info type st_myisam_info (line 270) | struct st_myisam_info type st_myisam_info (line 271) | struct st_myisam_info type st_myisam_info (line 272) | struct st_myisam_info type st_myisam_info (line 273) | struct st_myisam_info type st_myisam_info (line 274) | struct st_myisam_info type st_myisam_info (line 275) | struct st_myisam_info type st_myisam_info (line 277) | struct st_myisam_info type st_myisam_info (line 279) | struct st_myisam_info type st_myisam_info (line 280) | struct st_myisam_info type st_myisam_info (line 281) | struct st_myisam_info type st_myisam_info (line 282) | struct st_myisam_info type st_myisam_info (line 289) | struct st_myisam_info type ha_extra_function (line 290) | enum ha_extra_function type st_myisam_info (line 292) | struct st_myisam_info type st_myisam_info (line 298) | struct st_myisam_info type st_myisam_info (line 299) | struct st_myisam_info type st_myisam_info (line 302) | struct st_myisam_info type uint (line 313) | typedef uint mi_bit_type; type SORT_KEY_BLOCKS (line 314) | typedef struct st_sort_key_blocks SORT_KEY_BLOCKS; type SORT_FT_BUF (line 315) | typedef struct st_sort_ftbuf SORT_FT_BUF; type MI_BIT_BUFF (line 317) | typedef struct st_mi_bit_buff type MI_SORT_INFO (line 325) | typedef struct st_sort_info type MI_SORT_PARAM (line 344) | typedef struct st_mi_sort_param FILE: include/myisamchk.h type enum_handler_stats_method (line 45) | typedef enum type st_myisam_info (line 55) | struct st_myisam_info type HA_CHECK (line 57) | typedef struct st_handler_check_param type BUFFPEK (line 123) | typedef struct st_buffpek { FILE: include/myisammrg.h type MYMERGE_INFO (line 46) | typedef struct st_mymerge_info /* Struct from h_info */ type MYRG_TABLE (line 59) | typedef struct st_myrg_table_info type MYRG_INFO (line 65) | typedef struct st_myrg_info type ha_panic_function (line 97) | enum ha_panic_function type ha_rkey_function (line 104) | enum ha_rkey_function type ha_extra_function (line 114) | enum ha_extra_function FILE: include/mysql.h type my_bool (line 46) | typedef char my_bool; type my_socket (line 61) | typedef int my_socket; type MARIADB_CONST_STRING (line 90) | typedef struct st_mysql_const_lex_string MARIADB_CONST_STRING; type MYSQL_FIELD (line 93) | typedef struct st_mysql_field { type MYSQL_FIELD_OFFSET (line 118) | typedef unsigned int MYSQL_FIELD_OFFSET; type my_ulonglong (line 122) | typedef unsigned long my_ulonglong; type my_ulonglong (line 124) | typedef unsigned __int64 my_ulonglong; type my_ulonglong (line 126) | typedef unsigned long long my_ulonglong; type MYSQL_ROWS (line 144) | typedef struct st_mysql_rows { type MYSQL_ROWS (line 150) | typedef MYSQL_ROWS *MYSQL_ROW_OFFSET; type EMBEDDED_QUERY_RESULT (line 154) | typedef struct embedded_query_result EMBEDDED_QUERY_RESULT; type MYSQL_DATA (line 155) | typedef struct st_mysql_data { type mysql_option (line 165) | enum mysql_option type st_mysql_options_extention (line 196) | struct st_mysql_options_extention type st_mysql_options (line 198) | struct st_mysql_options { type mysql_status (line 234) | enum mysql_status type mysql_protocol_type (line 240) | enum mysql_protocol_type type MY_CHARSET_INFO (line 246) | typedef struct character_set type st_mysql_methods (line 258) | struct st_mysql_methods type st_mysql_stmt (line 259) | struct st_mysql_stmt type MYSQL (line 261) | typedef struct st_mysql type MYSQL_RES (line 306) | typedef struct st_mysql_res { type MYSQL_PARAMETERS (line 330) | typedef struct st_mysql_parameters type mariadb_field_attr_t (line 412) | enum mariadb_field_attr_t type mysql_enum_shutdown_level (line 513) | enum mysql_enum_shutdown_level type mysql_enum_shutdown_level (line 516) | enum mysql_enum_shutdown_level type enum_mysql_set_option (line 534) | enum enum_mysql_set_option type enum_mysql_set_option (line 537) | enum enum_mysql_set_option type mysql_option (line 570) | enum mysql_option type mysql_option (line 572) | enum mysql_option type enum_mysql_stmt_state (line 622) | enum enum_mysql_stmt_state type MYSQL_BIND (line 692) | typedef struct st_mysql_bind type st_mysql_stmt_extension (line 720) | struct st_mysql_stmt_extension type MYSQL_STMT (line 723) | typedef struct st_mysql_stmt type enum_stmt_attr_type (line 770) | enum enum_stmt_attr_type type enum_stmt_attr_type (line 813) | enum enum_stmt_attr_type type enum_stmt_attr_type (line 816) | enum enum_stmt_attr_type FILE: include/mysql/auth_dialog_client.h type st_mysql (line 23) | struct st_mysql type st_mysql (line 43) | struct st_mysql FILE: include/mysql/client_plugin.h type st_mysql (line 90) | struct st_mysql type st_mysql_client_plugin_AUTHENTICATION (line 95) | struct st_mysql_client_plugin_AUTHENTICATION type st_mysql_client_plugin (line 118) | struct st_mysql_client_plugin type st_mysql (line 119) | struct st_mysql type st_mysql_client_plugin (line 138) | struct st_mysql_client_plugin type st_mysql (line 139) | struct st_mysql type st_mysql_client_plugin (line 152) | struct st_mysql_client_plugin type st_mysql (line 153) | struct st_mysql type st_mysql_client_plugin (line 169) | struct st_mysql_client_plugin type st_mysql (line 170) | struct st_mysql type st_mysql_client_plugin (line 171) | struct st_mysql_client_plugin type st_mysql_client_plugin (line 185) | struct st_mysql_client_plugin FILE: include/mysql/plugin.h type my_bool (line 50) | typedef char my_bool; type st_mysql_xid (line 64) | struct st_mysql_xid { type MYSQL_XID (line 70) | typedef struct st_mysql_xid MYSQL_XID; type enum_mysql_show_type (line 176) | enum enum_mysql_show_type type enum_var_type (line 190) | enum enum_var_type type st_mysql_show_var (line 195) | struct st_mysql_show_var { type system_status_var (line 201) | struct system_status_var type st_mysql_show_var (line 204) | struct st_mysql_show_var type system_status_var (line 204) | struct system_status_var type enum_var_type (line 204) | enum enum_var_type type st_mysql_sys_var (line 239) | struct st_mysql_sys_var type st_mysql_value (line 240) | struct st_mysql_value type st_mysql_sys_var (line 262) | struct st_mysql_sys_var type st_mysql_value (line 263) | struct st_mysql_value type st_mysql_sys_var (line 280) | struct st_mysql_sys_var type st_mysql_plugin (line 514) | struct st_mysql_plugin type st_maria_plugin (line 538) | struct st_maria_plugin type st_mysql_daemon (line 572) | struct st_mysql_daemon type st_mysql_information_schema (line 590) | struct st_mysql_information_schema type st_mysql_storage_engine (line 609) | struct st_mysql_storage_engine type handlerton (line 614) | struct handlerton type Mysql_replication (line 625) | struct Mysql_replication { type st_mysql_value (line 643) | struct st_mysql_value type DDL_options_st (line 665) | struct DDL_options_st type DDL_options_st (line 666) | struct DDL_options_st type handlerton (line 716) | struct handlerton type handlerton (line 740) | struct handlerton FILE: include/mysql/plugin_audit.h type mysql_event_general (line 52) | struct mysql_event_general type mysql_event_connection (line 86) | struct mysql_event_connection type mysql_event_table (line 127) | struct mysql_event_table type st_mysql_audit (line 167) | struct st_mysql_audit FILE: include/mysql/plugin_auth.h type MYSQL_SERVER_AUTH_INFO (line 48) | typedef struct st_mysql_server_auth_info type st_mysql_auth (line 119) | struct st_mysql_auth FILE: include/mysql/plugin_auth_common.h type MYSQL_PLUGIN_VIO_INFO (line 91) | typedef struct st_plugin_vio_info type MYSQL_PLUGIN_VIO (line 104) | typedef struct st_plugin_vio FILE: include/mysql/plugin_data_type.h type st_mariadb_data_type (line 36) | struct st_mariadb_data_type FILE: include/mysql/plugin_encryption.h type st_mariadb_encryption (line 39) | struct st_mariadb_encryption FILE: include/mysql/plugin_ftparser.h type enum_ftparser_mode (line 32) | enum enum_ftparser_mode type enum_ft_token_type (line 80) | enum enum_ft_token_type type MYSQL_FTPARSER_BOOLEAN_INFO (line 120) | typedef struct st_mysql_ftparser_boolean_info type MYSQL_FTPARSER_PARAM (line 184) | typedef struct st_mysql_ftparser_param type st_mysql_ftparser (line 208) | struct st_mysql_ftparser FILE: include/mysql/plugin_function.h function class (line 36) | class Plugin_function FILE: include/mysql/plugin_password_validation.h type st_mariadb_password_validation (line 38) | struct st_mariadb_password_validation FILE: include/mysql/psi/mysql_file.h type st_mysql_file (line 498) | struct st_mysql_file type MYSQL_FILE (line 515) | typedef struct st_mysql_file MYSQL_FILE; function inline_mysql_file_register (line 517) | static inline void inline_mysql_file_register( type PSI_file_locker (line 545) | struct PSI_file_locker function inline_mysql_file_fgetc (line 562) | static inline int function inline_mysql_file_fputs (line 590) | static inline int function inline_mysql_file_fputc (line 620) | static inline int function inline_mysql_file_fprintf (line 648) | static inline int function inline_mysql_file_vfprintf (line 680) | static inline int function inline_mysql_file_fflush (line 708) | static inline int function inline_mysql_file_feof (line 736) | static inline int inline_mysql_file_feof(MYSQL_FILE *file) function inline_mysql_file_fstat (line 742) | static inline int function MY_STAT (line 767) | static inline MY_STAT * function inline_mysql_file_chsize (line 792) | static inline int function MYSQL_FILE (line 818) | static inline MYSQL_FILE* function inline_mysql_file_fclose (line 860) | static inline int function inline_mysql_file_fread (line 894) | static inline size_t function inline_mysql_file_fwrite (line 927) | static inline size_t function my_off_t (line 960) | static inline my_off_t function my_off_t (line 988) | static inline my_off_t function File (line 1016) | static inline File function File (line 1042) | static inline File function File (line 1069) | static inline File function inline_mysql_file_close (line 1095) | static inline int function inline_mysql_file_read (line 1120) | static inline size_t function inline_mysql_file_write (line 1150) | static inline size_t function inline_mysql_file_pread (line 1180) | static inline size_t function inline_mysql_file_pwrite (line 1210) | static inline size_t function my_off_t (line 1240) | static inline my_off_t function my_off_t (line 1265) | static inline my_off_t function inline_mysql_file_delete (line 1290) | static inline int function inline_mysql_file_rename (line 1315) | static inline int function File (line 1342) | static inline File function inline_mysql_file_delete_with_symlink (line 1372) | static inline int function inline_mysql_file_rename_with_symlink (line 1401) | static inline int function inline_mysql_file_sync (line 1427) | static inline int FILE: include/mysql/psi/mysql_idle.h type PSI_idle_locker (line 80) | struct PSI_idle_locker type PSI_idle_locker (line 84) | struct PSI_idle_locker function inline_mysql_end_idle_wait (line 93) | static inline void FILE: include/mysql/psi/mysql_mdl.h function PSI_metadata_lock (line 101) | static inline PSI_metadata_lock * function inline_mysql_mdl_set_status (line 123) | static inline void inline_mysql_mdl_set_status( function inline_mysql_mdl_destroy (line 131) | static inline void inline_mysql_mdl_destroy( FILE: include/mysql/psi/mysql_ps.h type PSI_prepared_stmt (line 62) | struct PSI_prepared_stmt function inline_mysql_execute_prepared_stmt (line 74) | static inline void function inline_mysql_destroy_prepared_stmt (line 82) | static inline void function inline_mysql_reprepare_prepared_stmt (line 89) | static inline void function inline_mysql_set_prepared_stmt_text (line 96) | static inline void FILE: include/mysql/psi/mysql_socket.h type st_mysql_socket (line 73) | struct st_mysql_socket type MYSQL_SOCKET (line 99) | typedef struct st_mysql_socket MYSQL_SOCKET; function MYSQL_SOCKET (line 114) | static inline MYSQL_SOCKET function mysql_socket_set_address (line 128) | static inline void function mysql_socket_set_thread_owner (line 151) | static inline void function my_socket (line 171) | static inline my_socket function mysql_socket_setfd (line 183) | static inline void type PSI_socket_locker (line 264) | struct PSI_socket_locker type PSI_socket_operation (line 267) | enum PSI_socket_operation type PSI_socket_locker (line 271) | struct PSI_socket_locker function inline_mysql_end_socket_wait (line 286) | static inline void function inline_mysql_socket_set_state (line 299) | static inline void function inline_mysql_socket_register (line 588) | static inline void inline_mysql_socket_register( function MYSQL_SOCKET (line 599) | static inline MYSQL_SOCKET function MYSQL_SOCKET (line 632) | static inline MYSQL_SOCKET function inline_mysql_socket_bind (line 661) | static inline int function inline_mysql_socket_getsockname (line 701) | static inline int function inline_mysql_socket_connect (line 739) | static inline int function inline_mysql_socket_getpeername (line 777) | static inline int function inline_mysql_socket_send (line 815) | static inline ssize_t function inline_mysql_socket_recv (line 856) | static inline ssize_t function inline_mysql_socket_sendto (line 897) | static inline ssize_t function inline_mysql_socket_recvfrom (line 938) | static inline ssize_t function inline_mysql_socket_getsockopt (line 980) | static inline int function inline_mysql_socket_setsockopt (line 1018) | static inline int function set_socket_nonblock (line 1056) | static inline int function inline_mysql_sock_set_nonblocking (line 1089) | static inline int function inline_mysql_socket_listen (line 1129) | static inline int function MYSQL_SOCKET (line 1167) | static inline MYSQL_SOCKET function inline_mysql_socket_close (line 1248) | static inline int function inline_mysql_socket_shutdown (line 1289) | static inline int FILE: include/mysql/psi/mysql_sp.h type PSI_sp_locker (line 71) | struct PSI_sp_locker function inline_mysql_end_sp (line 77) | static inline void inline_mysql_end_sp(PSI_sp_locker *locker) function inline_mysql_drop_sp (line 83) | static inline void function PSI_sp_share (line 93) | static inline PSI_sp_share* FILE: include/mysql/psi/mysql_stage.h function inline_mysql_stage_register (line 100) | static inline void inline_mysql_stage_register( function PSI_stage_progress (line 108) | static inline PSI_stage_progress* function inline_mysql_end_stage (line 117) | static inline void function inline_mysql_stage_set_work_completed (line 161) | static inline void function ulonglong (line 169) | static inline ulonglong function inline_mysql_stage_inc_work_completed (line 177) | static inline void function inline_mysql_stage_set_work_estimated (line 187) | static inline void function ulonglong (line 195) | static inline ulonglong FILE: include/mysql/psi/mysql_statement.h type CHARSET_INFO (line 35) | typedef const struct charset_info_st CHARSET_INFO; function inline_mysql_statement_register (line 136) | static inline void inline_mysql_statement_register( type PSI_digest_locker (line 143) | struct PSI_digest_locker function inline_mysql_digest_end (line 155) | static inline void type PSI_statement_locker (line 163) | struct PSI_statement_locker type PSI_statement_locker (line 179) | struct PSI_statement_locker function inline_mysql_set_statement_text (line 190) | static inline void function inline_mysql_set_statement_lock_time (line 200) | static inline void function inline_mysql_set_statement_rows_sent (line 210) | static inline void function inline_mysql_set_statement_rows_examined (line 220) | static inline void function inline_mysql_end_statement (line 230) | static inline void FILE: include/mysql/psi/mysql_table.h type PSI_table_locker (line 134) | struct PSI_table_locker type PSI_table (line 136) | struct PSI_table type PSI_table_lock_operation (line 137) | enum PSI_table_lock_operation type PSI_table_locker (line 142) | struct PSI_table_locker function inline_mysql_end_table_lock_wait (line 154) | static inline void function inline_mysql_unlock_table (line 161) | static inline void FILE: include/mysql/psi/mysql_thread.h type st_mysql_mutex (line 135) | struct st_mysql_mutex type mysql_mutex_t (line 164) | typedef struct st_mysql_mutex mysql_mutex_t; type st_mysql_rwlock (line 170) | struct st_mysql_rwlock type st_mysql_prlock (line 186) | struct st_mysql_prlock type mysql_rwlock_t (line 209) | typedef struct st_mysql_rwlock mysql_rwlock_t; type mysql_prlock_t (line 221) | typedef struct st_mysql_prlock mysql_prlock_t; type st_mysql_cond (line 227) | struct st_mysql_cond type mysql_cond_t (line 249) | typedef struct st_mysql_cond mysql_cond_t; type CoroFnType (line 370) | typedef enum type timespec (line 778) | struct timespec function inline_mysql_mutex_register (line 905) | static inline void inline_mysql_mutex_register( function inline_mysql_mutex_init (line 922) | static inline int inline_mysql_mutex_init( function inline_mysql_mutex_destroy (line 949) | static inline int inline_mysql_mutex_destroy( function inline_mysql_mutex_unlock (line 1015) | static inline int inline_mysql_mutex_unlock( function inline_mysql_rwlock_register (line 1038) | static inline void inline_mysql_rwlock_register( function inline_mysql_rwlock_init (line 1055) | static inline int inline_mysql_rwlock_init( function inline_mysql_prlock_init (line 1073) | static inline int inline_mysql_prlock_init( function inline_mysql_rwlock_destroy (line 1088) | static inline int inline_mysql_rwlock_destroy( function inline_mysql_prlock_destroy (line 1102) | static inline int inline_mysql_prlock_destroy( function inline_mysql_rwlock_rdlock (line 1133) | static inline int inline_mysql_rwlock_rdlock( function inline_mysql_prlock_rdlock (line 1148) | static inline int inline_mysql_prlock_rdlock( function inline_mysql_rwlock_wrlock (line 1163) | static inline int inline_mysql_rwlock_wrlock( function inline_mysql_prlock_wrlock (line 1178) | static inline int inline_mysql_prlock_wrlock( function inline_mysql_rwlock_tryrdlock (line 1193) | static inline int inline_mysql_rwlock_tryrdlock( function inline_mysql_rwlock_trywrlock (line 1207) | static inline int inline_mysql_rwlock_trywrlock( function inline_mysql_rwlock_unlock (line 1221) | static inline int inline_mysql_rwlock_unlock( function inline_mysql_prlock_unlock (line 1234) | static inline int inline_mysql_prlock_unlock( function inline_mysql_cond_register (line 1247) | static inline void inline_mysql_cond_register( function inline_mysql_cond_init (line 1264) | static inline int inline_mysql_cond_init( function inline_mysql_cond_destroy (line 1279) | static inline int inline_mysql_cond_destroy( type timespec (line 1296) | struct timespec type timespec (line 1318) | struct timespec function inline_mysql_cond_signal (line 1331) | static inline int inline_mysql_cond_signal( function inline_mysql_cond_broadcast (line 1343) | static inline int inline_mysql_cond_broadcast( function inline_mysql_thread_register (line 1355) | static inline void inline_mysql_thread_register( function inline_mysql_thread_create (line 1373) | static inline int inline_mysql_thread_create( function inline_mysql_thread_set_psi_id (line 1383) | static inline void inline_mysql_thread_set_psi_id(my_thread_id id) function inline_mysql_thread_set_psi_THD (line 1391) | static inline void inline_mysql_thread_set_psi_THD(THD *thd) function mysql_thread_set_peer_port (line 1398) | static inline void mysql_thread_set_peer_port(uint port __attribute__ ((... FILE: include/mysql/psi/mysql_transaction.h type PSI_transaction_locker (line 124) | struct PSI_transaction_locker function inline_mysql_set_transaction_gtid (line 144) | static inline void function inline_mysql_set_transaction_xid (line 153) | static inline void function inline_mysql_set_transaction_xa_state (line 162) | static inline void function inline_mysql_set_transaction_trxid (line 170) | static inline void function inline_mysql_inc_transaction_savepoints (line 178) | static inline void function inline_mysql_inc_transaction_rollback_to_savepoint (line 186) | static inline void function inline_mysql_inc_transaction_release_savepoint (line 194) | static inline void function inline_mysql_rollback_transaction (line 202) | static inline void function inline_mysql_commit_transaction (line 209) | static inline void FILE: include/mysql/psi/psi.h type pthread_attr_t (line 55) | typedef struct thread_attr pthread_attr_t; type DWORD (line 56) | typedef DWORD pthread_t; type DWORD (line 57) | typedef DWORD pthread_key_t; type MDL_key (line 71) | typedef struct MDL_key MDL_key; type opaque_mdl_type (line 74) | typedef int opaque_mdl_type; type opaque_mdl_duration (line 77) | typedef int opaque_mdl_duration; type opaque_mdl_status (line 80) | typedef int opaque_mdl_status; type opaque_vio_type (line 83) | typedef int opaque_vio_type; type TABLE_SHARE (line 85) | struct TABLE_SHARE type sql_digest_storage (line 87) | struct sql_digest_storage type opaque_THD (line 96) | struct opaque_THD type THD (line 100) | typedef struct opaque_THD THD; type PSI_mutex (line 116) | struct PSI_mutex type PSI_mutex (line 117) | typedef struct PSI_mutex PSI_mutex; type PSI_rwlock (line 123) | struct PSI_rwlock type PSI_rwlock (line 124) | typedef struct PSI_rwlock PSI_rwlock; type PSI_cond (line 130) | struct PSI_cond type PSI_cond (line 131) | typedef struct PSI_cond PSI_cond; type PSI_table_share (line 137) | struct PSI_table_share type PSI_table_share (line 138) | typedef struct PSI_table_share PSI_table_share; type PSI_table (line 144) | struct PSI_table type PSI_table (line 145) | typedef struct PSI_table PSI_table; type PSI_thread (line 151) | struct PSI_thread type PSI_thread (line 152) | typedef struct PSI_thread PSI_thread; type PSI_file (line 158) | struct PSI_file type PSI_file (line 159) | typedef struct PSI_file PSI_file; type PSI_socket (line 165) | struct PSI_socket type PSI_socket (line 166) | typedef struct PSI_socket PSI_socket; type PSI_prepared_stmt (line 172) | struct PSI_prepared_stmt type PSI_prepared_stmt (line 173) | typedef struct PSI_prepared_stmt PSI_prepared_stmt; type PSI_table_locker (line 179) | struct PSI_table_locker type PSI_table_locker (line 180) | typedef struct PSI_table_locker PSI_table_locker; type PSI_statement_locker (line 186) | struct PSI_statement_locker type PSI_statement_locker (line 187) | typedef struct PSI_statement_locker PSI_statement_locker; type PSI_transaction_locker (line 193) | struct PSI_transaction_locker type PSI_transaction_locker (line 194) | typedef struct PSI_transaction_locker PSI_transaction_locker; type PSI_idle_locker (line 200) | struct PSI_idle_locker type PSI_idle_locker (line 201) | typedef struct PSI_idle_locker PSI_idle_locker; type PSI_digest_locker (line 207) | struct PSI_digest_locker type PSI_digest_locker (line 208) | typedef struct PSI_digest_locker PSI_digest_locker; type PSI_sp_share (line 214) | struct PSI_sp_share type PSI_sp_share (line 215) | typedef struct PSI_sp_share PSI_sp_share; type PSI_sp_locker (line 221) | struct PSI_sp_locker type PSI_sp_locker (line 222) | typedef struct PSI_sp_locker PSI_sp_locker; type PSI_metadata_lock (line 228) | struct PSI_metadata_lock type PSI_metadata_lock (line 229) | typedef struct PSI_metadata_lock PSI_metadata_lock; type PSI_stage_progress (line 235) | struct PSI_stage_progress type PSI_stage_progress (line 240) | typedef struct PSI_stage_progress PSI_stage_progress; type PSI_table_io_operation (line 243) | enum PSI_table_io_operation type PSI_table_io_operation (line 254) | typedef enum PSI_table_io_operation PSI_table_io_operation; type PSI_table_locker_state (line 267) | struct PSI_table_locker_state type PSI_table_locker_state (line 292) | typedef struct PSI_table_locker_state PSI_table_locker_state; type PSI_bootstrap (line 295) | struct PSI_bootstrap type PSI_bootstrap (line 312) | typedef struct PSI_bootstrap PSI_bootstrap; type PSI_mutex_locker (line 595) | struct PSI_mutex_locker type PSI_mutex_locker (line 596) | typedef struct PSI_mutex_locker PSI_mutex_locker; type PSI_rwlock_locker (line 602) | struct PSI_rwlock_locker type PSI_rwlock_locker (line 603) | typedef struct PSI_rwlock_locker PSI_rwlock_locker; type PSI_cond_locker (line 609) | struct PSI_cond_locker type PSI_cond_locker (line 610) | typedef struct PSI_cond_locker PSI_cond_locker; type PSI_file_locker (line 616) | struct PSI_file_locker type PSI_file_locker (line 617) | typedef struct PSI_file_locker PSI_file_locker; type PSI_socket_locker (line 623) | struct PSI_socket_locker type PSI_socket_locker (line 624) | typedef struct PSI_socket_locker PSI_socket_locker; type PSI_metadata_locker (line 630) | struct PSI_metadata_locker type PSI_metadata_locker (line 631) | typedef struct PSI_metadata_locker PSI_metadata_locker; type PSI_mutex_operation (line 634) | enum PSI_mutex_operation type PSI_mutex_operation (line 641) | typedef enum PSI_mutex_operation PSI_mutex_operation; type PSI_rwlock_operation (line 649) | enum PSI_rwlock_operation type PSI_rwlock_operation (line 674) | typedef enum PSI_rwlock_operation PSI_rwlock_operation; type PSI_cond_operation (line 677) | enum PSI_cond_operation type PSI_cond_operation (line 684) | typedef enum PSI_cond_operation PSI_cond_operation; type PSI_file_operation (line 687) | enum PSI_file_operation type PSI_file_operation (line 730) | typedef enum PSI_file_operation PSI_file_operation; type PSI_table_lock_operation (line 733) | enum PSI_table_lock_operation type PSI_table_lock_operation (line 740) | typedef enum PSI_table_lock_operation PSI_table_lock_operation; type PSI_socket_state (line 743) | enum PSI_socket_state type PSI_socket_state (line 750) | typedef enum PSI_socket_state PSI_socket_state; type PSI_socket_operation (line 753) | enum PSI_socket_operation type PSI_socket_operation (line 786) | typedef enum PSI_socket_operation PSI_socket_operation; type PSI_mutex_key (line 794) | typedef unsigned int PSI_mutex_key; type PSI_rwlock_key (line 802) | typedef unsigned int PSI_rwlock_key; type PSI_cond_key (line 810) | typedef unsigned int PSI_cond_key; type PSI_thread_key (line 818) | typedef unsigned int PSI_thread_key; type PSI_file_key (line 825) | typedef unsigned int PSI_file_key; type PSI_stage_key (line 832) | typedef unsigned int PSI_stage_key; type PSI_statement_key (line 839) | typedef unsigned int PSI_statement_key; type PSI_socket_key (line 846) | typedef unsigned int PSI_socket_key; type PSI_mutex_info_v1 (line 861) | struct PSI_mutex_info_v1 type PSI_mutex_info_v1 (line 877) | typedef struct PSI_mutex_info_v1 PSI_mutex_info_v1; type PSI_rwlock_info_v1 (line 884) | struct PSI_rwlock_info_v1 type PSI_rwlock_info_v1 (line 900) | typedef struct PSI_rwlock_info_v1 PSI_rwlock_info_v1; type PSI_cond_info_v1 (line 907) | struct PSI_cond_info_v1 type PSI_cond_info_v1 (line 923) | typedef struct PSI_cond_info_v1 PSI_cond_info_v1; type PSI_thread_info_v1 (line 930) | struct PSI_thread_info_v1 type PSI_thread_info_v1 (line 946) | typedef struct PSI_thread_info_v1 PSI_thread_info_v1; type PSI_file_info_v1 (line 953) | struct PSI_file_info_v1 type PSI_file_info_v1 (line 969) | typedef struct PSI_file_info_v1 PSI_file_info_v1; type PSI_stage_info_v1 (line 976) | struct PSI_stage_info_v1 type PSI_stage_info_v1 (line 985) | typedef struct PSI_stage_info_v1 PSI_stage_info_v1; type PSI_statement_info_v1 (line 992) | struct PSI_statement_info_v1 type PSI_statement_info_v1 (line 1001) | typedef struct PSI_statement_info_v1 PSI_statement_info_v1; type PSI_socket_info_v1 (line 1008) | struct PSI_socket_info_v1 type PSI_socket_info_v1 (line 1024) | typedef struct PSI_socket_info_v1 PSI_socket_info_v1; type PSI_idle_locker_state_v1 (line 1035) | struct PSI_idle_locker_state_v1 type PSI_idle_locker_state_v1 (line 1048) | typedef struct PSI_idle_locker_state_v1 PSI_idle_locker_state_v1; type PSI_mutex_locker_state_v1 (line 1059) | struct PSI_mutex_locker_state_v1 type PSI_mutex_locker_state_v1 (line 1076) | typedef struct PSI_mutex_locker_state_v1 PSI_mutex_locker_state_v1; type PSI_rwlock_locker_state_v1 (line 1088) | struct PSI_rwlock_locker_state_v1 type PSI_rwlock_locker_state_v1 (line 1105) | typedef struct PSI_rwlock_locker_state_v1 PSI_rwlock_locker_state_v1; type PSI_cond_locker_state_v1 (line 1116) | struct PSI_cond_locker_state_v1 type PSI_cond_locker_state_v1 (line 1135) | typedef struct PSI_cond_locker_state_v1 PSI_cond_locker_state_v1; type PSI_file_locker_state_v1 (line 1148) | struct PSI_file_locker_state_v1 type PSI_file_locker_state_v1 (line 1171) | typedef struct PSI_file_locker_state_v1 PSI_file_locker_state_v1; type PSI_metadata_locker_state_v1 (line 1182) | struct PSI_metadata_locker_state_v1 type PSI_metadata_locker_state_v1 (line 1197) | typedef struct PSI_metadata_locker_state_v1 PSI_metadata_locker_state_v1; type PSI_statement_locker_state_v1 (line 1212) | struct PSI_statement_locker_state_v1 type PSI_statement_locker_state_v1 (line 1273) | typedef struct PSI_statement_locker_state_v1 PSI_statement_locker_state_v1; type PSI_transaction_locker_state_v1 (line 1285) | struct PSI_transaction_locker_state_v1 type PSI_transaction_locker_state_v1 (line 1313) | typedef struct PSI_transaction_locker_state_v1 PSI_transaction_locker_st... type PSI_socket_locker_state_v1 (line 1324) | struct PSI_socket_locker_state_v1 type PSI_socket_locker_state_v1 (line 1347) | typedef struct PSI_socket_locker_state_v1 PSI_socket_locker_state_v1; type PSI_sp_locker_state_v1 (line 1349) | struct PSI_sp_locker_state_v1 type PSI_sp_locker_state_v1 (line 1362) | typedef struct PSI_sp_locker_state_v1 PSI_sp_locker_state_v1; type PSI_mutex_info_v1 (line 1373) | struct PSI_mutex_info_v1 type PSI_rwlock_info_v1 (line 1382) | struct PSI_rwlock_info_v1 type PSI_cond_info_v1 (line 1391) | struct PSI_cond_info_v1 type PSI_thread_info_v1 (line 1400) | struct PSI_thread_info_v1 type PSI_file_info_v1 (line 1409) | struct PSI_file_info_v1 type PSI_stage_info_v1 (line 1418) | struct PSI_stage_info_v1 type PSI_statement_info_v1 (line 1427) | struct PSI_statement_info_v1 type PSI_socket_info_v1 (line 1436) | struct PSI_socket_info_v1 type PSI_mutex (line 1444) | struct PSI_mutex type PSI_mutex (line 1451) | struct PSI_mutex type PSI_rwlock (line 1459) | struct PSI_rwlock type PSI_rwlock (line 1466) | struct PSI_rwlock type PSI_cond (line 1474) | struct PSI_cond type PSI_cond (line 1481) | struct PSI_cond type PSI_socket (line 1491) | struct PSI_socket type sockaddr (line 1493) | struct sockaddr type PSI_socket (line 1499) | struct PSI_socket type PSI_table_share (line 1507) | struct PSI_table_share type TABLE_SHARE (line 1508) | struct TABLE_SHARE type PSI_table_share (line 1514) | struct PSI_table_share type PSI_table (line 1534) | struct PSI_table type PSI_table_share (line 1535) | struct PSI_table_share type PSI_table (line 1543) | struct PSI_table type PSI_table (line 1551) | typedef PSI_table* (*rebind_table_v1_t) type TABLE_SHARE (line 1559) | struct TABLE_SHARE type PSI_table (line 1560) | struct PSI_table type PSI_thread (line 1593) | struct PSI_thread type PSI_thread (line 1601) | struct PSI_thread type PSI_thread (line 1609) | struct PSI_thread type PSI_thread (line 1617) | struct PSI_thread type PSI_thread (line 1626) | struct PSI_thread type PSI_thread (line 1693) | struct PSI_thread type PSI_thread (line 1708) | struct PSI_thread type PSI_file_locker (line 1719) | struct PSI_file_locker type PSI_file_locker_state_v1 (line 1720) | struct PSI_file_locker_state_v1 type PSI_file_operation (line 1721) | enum PSI_file_operation type PSI_file_locker (line 1731) | struct PSI_file_locker type PSI_file_locker_state_v1 (line 1732) | struct PSI_file_locker_state_v1 type PSI_file (line 1733) | struct PSI_file type PSI_file_operation (line 1733) | enum PSI_file_operation type PSI_file_locker (line 1742) | struct PSI_file_locker type PSI_file_locker_state_v1 (line 1743) | struct PSI_file_locker_state_v1 type PSI_file_operation (line 1744) | enum PSI_file_operation type PSI_mutex (line 1751) | struct PSI_mutex type PSI_rwlock (line 1758) | struct PSI_rwlock type PSI_cond (line 1765) | struct PSI_cond type PSI_cond (line 1772) | struct PSI_cond type PSI_idle_locker (line 1781) | struct PSI_idle_locker type PSI_idle_locker_state_v1 (line 1782) | struct PSI_idle_locker_state_v1 type PSI_idle_locker (line 1789) | struct PSI_idle_locker type PSI_mutex_locker (line 1800) | struct PSI_mutex_locker type PSI_mutex_locker_state_v1 (line 1801) | struct PSI_mutex_locker_state_v1 type PSI_mutex (line 1802) | struct PSI_mutex type PSI_mutex_operation (line 1803) | enum PSI_mutex_operation type PSI_mutex_locker (line 1812) | struct PSI_mutex_locker type PSI_rwlock_locker (line 1819) | struct PSI_rwlock_locker type PSI_rwlock_locker_state_v1 (line 1820) | struct PSI_rwlock_locker_state_v1 type PSI_rwlock (line 1821) | struct PSI_rwlock type PSI_rwlock_operation (line 1822) | enum PSI_rwlock_operation type PSI_rwlock_locker (line 1831) | struct PSI_rwlock_locker type PSI_rwlock_locker (line 1838) | struct PSI_rwlock_locker type PSI_rwlock_locker_state_v1 (line 1839) | struct PSI_rwlock_locker_state_v1 type PSI_rwlock (line 1840) | struct PSI_rwlock type PSI_rwlock_operation (line 1841) | enum PSI_rwlock_operation type PSI_rwlock_locker (line 1850) | struct PSI_rwlock_locker type PSI_cond_locker (line 1857) | struct PSI_cond_locker type PSI_cond_locker_state_v1 (line 1858) | struct PSI_cond_locker_state_v1 type PSI_cond (line 1859) | struct PSI_cond type PSI_mutex (line 1860) | struct PSI_mutex type PSI_cond_operation (line 1861) | enum PSI_cond_operation type PSI_cond_locker (line 1870) | struct PSI_cond_locker type PSI_table_locker (line 1878) | struct PSI_table_locker type PSI_table_locker_state (line 1879) | struct PSI_table_locker_state type PSI_table (line 1880) | struct PSI_table type PSI_table_io_operation (line 1881) | enum PSI_table_io_operation type PSI_table_locker (line 1891) | struct PSI_table_locker type PSI_table_locker (line 1900) | struct PSI_table_locker type PSI_table_locker_state (line 1901) | struct PSI_table_locker_state type PSI_table (line 1902) | struct PSI_table type PSI_table_lock_operation (line 1903) | enum PSI_table_lock_operation type PSI_table_locker (line 1911) | struct PSI_table_locker type PSI_table (line 1913) | struct PSI_table type PSI_file_locker (line 1923) | struct PSI_file_locker type PSI_file (line 1931) | struct PSI_file type PSI_file_locker (line 1932) | struct PSI_file_locker type PSI_file_locker (line 1940) | struct PSI_file_locker type PSI_file_locker (line 1949) | struct PSI_file_locker type PSI_file_locker (line 1960) | struct PSI_file_locker type PSI_file_locker (line 1976) | struct PSI_file_locker type PSI_file_locker (line 1986) | struct PSI_file_locker type PSI_file_locker (line 1995) | struct PSI_file_locker type PSI_file_locker (line 2005) | struct PSI_file_locker type PSI_stage_progress (line 2015) | typedef PSI_stage_progress* (*start_stage_v1_t) type PSI_stage_progress (line 2018) | typedef PSI_stage_progress* (*get_current_stage_progress_v1_t)(void); type PSI_statement_locker (line 2030) | struct PSI_statement_locker type PSI_statement_locker_state_v1 (line 2031) | struct PSI_statement_locker_state_v1 type PSI_statement_locker (line 2041) | struct PSI_statement_locker type PSI_statement_locker (line 2042) | struct PSI_statement_locker type PSI_statement_locker (line 2054) | struct PSI_statement_locker type PSI_statement_locker (line 2065) | struct PSI_statement_locker type PSI_statement_locker (line 2074) | struct PSI_statement_locker type PSI_statement_locker (line 2082) | struct PSI_statement_locker type PSI_statement_locker (line 2090) | struct PSI_statement_locker type PSI_statement_locker (line 2098) | struct PSI_statement_locker type PSI_statement_locker (line 2106) | struct PSI_statement_locker type PSI_statement_locker (line 2114) | struct PSI_statement_locker type PSI_statement_locker (line 2122) | struct PSI_statement_locker type PSI_statement_locker (line 2130) | struct PSI_statement_locker type PSI_statement_locker (line 2138) | struct PSI_statement_locker type PSI_statement_locker (line 2146) | struct PSI_statement_locker type PSI_statement_locker (line 2154) | struct PSI_statement_locker type PSI_statement_locker (line 2162) | struct PSI_statement_locker type PSI_statement_locker (line 2170) | struct PSI_statement_locker type PSI_statement_locker (line 2178) | struct PSI_statement_locker type PSI_statement_locker (line 2186) | struct PSI_statement_locker type PSI_statement_locker (line 2194) | struct PSI_statement_locker type PSI_statement_locker (line 2203) | struct PSI_statement_locker type PSI_transaction_locker (line 2215) | struct PSI_transaction_locker type PSI_transaction_locker_state_v1 (line 2216) | struct PSI_transaction_locker_state_v1 type PSI_transaction_locker (line 2227) | struct PSI_transaction_locker type PSI_transaction_locker (line 2237) | struct PSI_transaction_locker type PSI_transaction_locker (line 2246) | struct PSI_transaction_locker type PSI_transaction_locker (line 2256) | struct PSI_transaction_locker type PSI_transaction_locker (line 2265) | struct PSI_transaction_locker type PSI_transaction_locker (line 2274) | struct PSI_transaction_locker type PSI_transaction_locker (line 2282) | struct PSI_transaction_locker type PSI_transaction_locker (line 2290) | struct PSI_transaction_locker type PSI_transaction_locker (line 2298) | struct PSI_transaction_locker type PSI_socket_locker (line 2309) | struct PSI_socket_locker type PSI_socket_locker_state_v1 (line 2310) | struct PSI_socket_locker_state_v1 type PSI_socket (line 2311) | struct PSI_socket type PSI_socket_operation (line 2312) | enum PSI_socket_operation type PSI_socket_locker (line 2327) | struct PSI_socket_locker type PSI_socket (line 2334) | struct PSI_socket type PSI_socket_state (line 2335) | enum PSI_socket_state type PSI_socket (line 2345) | struct PSI_socket type sockaddr (line 2347) | struct sockaddr type PSI_socket (line 2354) | struct PSI_socket type PSI_prepared_stmt (line 2360) | typedef PSI_prepared_stmt* (*create_prepared_stmt_v1_t) type PSI_digest_locker (line 2399) | struct PSI_digest_locker type PSI_statement_locker (line 2400) | struct PSI_statement_locker type PSI_digest_locker (line 2409) | struct PSI_digest_locker type sql_digest_storage (line 2409) | struct sql_digest_storage type PSI_sp_locker (line 2411) | typedef PSI_sp_locker* (*start_sp_v1_t) type PSI_sp_locker (line 2415) | struct PSI_sp_locker type PSI_sp_share (line 2429) | struct PSI_sp_share type PSI_sp_share (line 2438) | struct PSI_sp_share type PSI_metadata_lock (line 2440) | typedef PSI_metadata_lock* (*create_metadata_lock_v1_t) type PSI_metadata_locker (line 2454) | struct PSI_metadata_locker type PSI_metadata_locker_state_v1 (line 2455) | struct PSI_metadata_locker_state_v1 type PSI_metadata_lock (line 2456) | struct PSI_metadata_lock type PSI_metadata_locker (line 2460) | struct PSI_metadata_locker type PSI_v1 (line 2479) | struct PSI_v1 type PSI_v2 (line 2774) | struct PSI_v2 type PSI_mutex_info_v2 (line 2782) | struct PSI_mutex_info_v2 type PSI_rwlock_info_v2 (line 2789) | struct PSI_rwlock_info_v2 type PSI_cond_info_v2 (line 2796) | struct PSI_cond_info_v2 type PSI_thread_info_v2 (line 2803) | struct PSI_thread_info_v2 type PSI_file_info_v2 (line 2810) | struct PSI_file_info_v2 type PSI_stage_info_v2 (line 2817) | struct PSI_stage_info_v2 type PSI_statement_info_v2 (line 2824) | struct PSI_statement_info_v2 type PSI_transaction_info_v2 (line 2831) | struct PSI_transaction_info_v2 type PSI_idle_locker_state_v2 (line 2838) | struct PSI_idle_locker_state_v2 type PSI_mutex_locker_state_v2 (line 2845) | struct PSI_mutex_locker_state_v2 type PSI_rwlock_locker_state_v2 (line 2852) | struct PSI_rwlock_locker_state_v2 type PSI_cond_locker_state_v2 (line 2859) | struct PSI_cond_locker_state_v2 type PSI_file_locker_state_v2 (line 2866) | struct PSI_file_locker_state_v2 type PSI_statement_locker_state_v2 (line 2873) | struct PSI_statement_locker_state_v2 type PSI_transaction_locker_state_v2 (line 2880) | struct PSI_transaction_locker_state_v2 type PSI_socket_locker_state_v2 (line 2887) | struct PSI_socket_locker_state_v2 type PSI_metadata_locker_state_v2 (line 2893) | struct PSI_metadata_locker_state_v2 type PSI (line 2935) | typedef struct PSI_v1 PSI; type PSI_mutex_info (line 2936) | typedef struct PSI_mutex_info_v1 PSI_mutex_info; type PSI_rwlock_info (line 2937) | typedef struct PSI_rwlock_info_v1 PSI_rwlock_info; type PSI_cond_info (line 2938) | typedef struct PSI_cond_info_v1 PSI_cond_info; type PSI_thread_info (line 2939) | typedef struct PSI_thread_info_v1 PSI_thread_info; type PSI_file_info (line 2940) | typedef struct PSI_file_info_v1 PSI_file_info; type PSI_stage_info (line 2941) | typedef struct PSI_stage_info_v1 PSI_stage_info; type PSI_statement_info (line 2942) | typedef struct PSI_statement_info_v1 PSI_statement_info; type PSI_transaction_info (line 2943) | typedef struct PSI_transaction_info_v1 PSI_transaction_info; type PSI_socket_info (line 2944) | typedef struct PSI_socket_info_v1 PSI_socket_info; type PSI_idle_locker_state (line 2945) | typedef struct PSI_idle_locker_state_v1 PSI_idle_locker_state; type PSI_mutex_locker_state (line 2946) | typedef struct PSI_mutex_locker_state_v1 PSI_mutex_locker_state; type PSI_rwlock_locker_state (line 2947) | typedef struct PSI_rwlock_locker_state_v1 PSI_rwlock_locker_state; type PSI_cond_locker_state (line 2948) | typedef struct PSI_cond_locker_state_v1 PSI_cond_locker_state; type PSI_file_locker_state (line 2949) | typedef struct PSI_file_locker_state_v1 PSI_file_locker_state; type PSI_statement_locker_state (line 2950) | typedef struct PSI_statement_locker_state_v1 PSI_statement_locker_state; type PSI_transaction_locker_state (line 2951) | typedef struct PSI_transaction_locker_state_v1 PSI_transaction_locker_st... type PSI_socket_locker_state (line 2952) | typedef struct PSI_socket_locker_state_v1 PSI_socket_locker_state; type PSI_sp_locker_state (line 2953) | typedef struct PSI_sp_locker_state_v1 PSI_sp_locker_state; type PSI_metadata_locker_state (line 2954) | typedef struct PSI_metadata_locker_state_v1 PSI_metadata_locker_state; type PSI (line 2958) | typedef struct PSI_v2 PSI; type PSI_mutex_info (line 2959) | typedef struct PSI_mutex_info_v2 PSI_mutex_info; type PSI_rwlock_info (line 2960) | typedef struct PSI_rwlock_info_v2 PSI_rwlock_info; type PSI_cond_info (line 2961) | typedef struct PSI_cond_info_v2 PSI_cond_info; type PSI_thread_info (line 2962) | typedef struct PSI_thread_info_v2 PSI_thread_info; type PSI_file_info (line 2963) | typedef struct PSI_file_info_v2 PSI_file_info; type PSI_stage_info (line 2964) | typedef struct PSI_stage_info_v2 PSI_stage_info; type PSI_statement_info (line 2965) | typedef struct PSI_statement_info_v2 PSI_statement_info; type PSI_transaction_info (line 2966) | typedef struct PSI_transaction_info_v2 PSI_transaction_info; type PSI_socket_info (line 2967) | typedef struct PSI_socket_info_v2 PSI_socket_info; type PSI_idle_locker_state (line 2968) | typedef struct PSI_idle_locker_state_v2 PSI_idle_locker_state; type PSI_mutex_locker_state (line 2969) | typedef struct PSI_mutex_locker_state_v2 PSI_mutex_locker_state; type PSI_rwlock_locker_state (line 2970) | typedef struct PSI_rwlock_locker_state_v2 PSI_rwlock_locker_state; type PSI_cond_locker_state (line 2971) | typedef struct PSI_cond_locker_state_v2 PSI_cond_locker_state; type PSI_file_locker_state (line 2972) | typedef struct PSI_file_locker_state_v2 PSI_file_locker_state; type PSI_statement_locker_state (line 2973) | typedef struct PSI_statement_locker_state_v2 PSI_statement_locker_state; type PSI_transaction_locker_state (line 2974) | typedef struct PSI_transaction_locker_state_v2 PSI_transaction_locker_st... type PSI_socket_locker_state (line 2975) | typedef struct PSI_socket_locker_state_v2 PSI_socket_locker_state; type PSI_sp_locker_state (line 2976) | typedef struct PSI_sp_locker_state_v2 PSI_sp_locker_state; type PSI_metadata_locker_state (line 2977) | typedef struct PSI_metadata_locker_state_v2 PSI_metadata_locker_state; type PSI_none (line 2987) | struct PSI_none type PSI (line 2991) | typedef struct PSI_none PSI; type PSI_stage_info_none (line 2998) | struct PSI_stage_info_none type PSI_stage_info (line 3016) | typedef struct PSI_stage_info_none PSI_stage_info; type PSI_statement_info (line 3017) | typedef struct PSI_stage_info_none PSI_statement_info; type PSI_sp_locker_state (line 3018) | typedef struct PSI_stage_info_none PSI_sp_locker_state; type PSI_metadata_locker_state (line 3019) | typedef struct PSI_stage_info_none PSI_metadata_locker_state; type PSI_metadata_locker (line 3020) | typedef struct PSI_stage_info_none PSI_metadata_locker; FILE: include/mysql/psi/psi_memory.h type PSI_thread (line 54) | struct PSI_thread type PSI_memory_key (line 61) | typedef unsigned int PSI_memory_key; type PSI_memory_info_v1 (line 76) | struct PSI_memory_info_v1 type PSI_memory_info_v1 (line 88) | typedef struct PSI_memory_info_v1 PSI_memory_info_v1; type PSI_memory_info_v1 (line 97) | struct PSI_memory_info_v1 type PSI_memory_key (line 106) | typedef PSI_memory_key (*memory_alloc_v1_t) type PSI_memory_key (line 117) | typedef PSI_memory_key (*memory_realloc_v1_t) type PSI_memory_key (line 127) | typedef PSI_memory_key (*memory_claim_v1_t) type PSI_thread (line 137) | struct PSI_thread type PSI_memory_info_v2 (line 148) | struct PSI_memory_info_v2 type PSI_memory_info (line 156) | typedef struct PSI_memory_info_v1 PSI_memory_info; type PSI_memory_info (line 160) | typedef struct PSI_memory_info_v2 PSI_memory_info; FILE: include/mysql/service_base64.h type base64_service_st (line 35) | struct base64_service_st { FILE: include/mysql/service_encryption.h type encryption_service_st (line 58) | struct encryption_service_st { type encryption_service_st (line 75) | struct encryption_service_st type encryption_service_st (line 86) | struct encryption_service_st function encryption_key_id_exists (line 97) | static inline unsigned int encryption_key_id_exists(unsigned int id) function encryption_key_version_exists (line 102) | static inline unsigned int encryption_key_version_exists(unsigned int id... function encryption_crypt (line 108) | static inline int encryption_crypt(const unsigned char* src, unsigned in... FILE: include/mysql/service_encryption_scheme.h type st_encryption_scheme_key (line 77) | struct st_encryption_scheme_key { type st_encryption_scheme (line 82) | struct st_encryption_scheme { type encryption_scheme_service_st (line 92) | struct encryption_scheme_service_st { type st_encryption_scheme (line 116) | struct st_encryption_scheme type st_encryption_scheme (line 121) | struct st_encryption_scheme FILE: include/mysql/service_json.h type json_types (line 51) | enum json_types type json_service_st (line 64) | struct json_service_st { type json_types (line 94) | enum json_types type json_types (line 96) | enum json_types type json_types (line 99) | enum json_types type json_types (line 102) | enum json_types FILE: include/mysql/service_kill_statement.h type thd_kill_levels (line 42) | enum thd_kill_levels { type kill_statement_service_st (line 48) | struct kill_statement_service_st { type thd_kill_levels (line 62) | enum thd_kill_levels FILE: include/mysql/service_logger.h type LOGGER_HANDLE (line 60) | typedef struct logger_handle_st LOGGER_HANDLE; type logger_service_st (line 62) | struct logger_service_st { FILE: include/mysql/service_md5.h type my_md5_service_st (line 34) | struct my_md5_service_st { FILE: include/mysql/service_my_crypt.h type my_aes_mode (line 50) | enum my_aes_mode { type my_crypt_service_st (line 60) | struct my_crypt_service_st { type my_aes_mode (line 100) | enum my_aes_mode type my_aes_mode (line 106) | enum my_aes_mode type my_aes_mode (line 111) | enum my_aes_mode type my_aes_mode (line 112) | enum my_aes_mode FILE: include/mysql/service_my_print_error.h type my_print_error_service_st (line 41) | struct my_print_error_service_st { FILE: include/mysql/service_my_snprintf.h type my_snprintf_service_st (line 87) | struct my_snprintf_service_st { FILE: include/mysql/service_progress_report.h type progress_report_service_st (line 35) | struct progress_report_service_st { FILE: include/mysql/service_sha1.h type my_sha1_service_st (line 34) | struct my_sha1_service_st { FILE: include/mysql/service_sha2.h type my_sha2_service_st (line 32) | struct my_sha2_service_st { FILE: include/mysql/service_thd_alloc.h type st_mysql_lex_string (line 38) | struct st_mysql_lex_string type MYSQL_LEX_STRING (line 43) | typedef struct st_mysql_lex_string MYSQL_LEX_STRING; type st_mysql_const_lex_string (line 45) | struct st_mysql_const_lex_string type MYSQL_CONST_LEX_STRING (line 50) | typedef struct st_mysql_const_lex_string MYSQL_CONST_LEX_STRING; type thd_alloc_service_st (line 52) | struct thd_alloc_service_st { FILE: include/mysql/service_thd_autoinc.h type thd_autoinc_service_st (line 29) | struct thd_autoinc_service_st { FILE: include/mysql/service_thd_error_context.h type thd_error_context_service_st (line 30) | struct thd_error_context_service_st { FILE: include/mysql/service_thd_mdl.h type thd_mdl_service_st (line 29) | struct thd_mdl_service_st { FILE: include/mysql/service_thd_rnd.h type thd_rnd_service_st (line 34) | struct thd_rnd_service_st { FILE: include/mysql/service_thd_specifics.h type MYSQL_THD_KEY_T (line 60) | typedef int MYSQL_THD_KEY_T; type thd_specifics_service_st (line 62) | struct thd_specifics_service_st { FILE: include/mysql/service_thd_timezone.h type thd_timezone_service_st (line 48) | struct thd_timezone_service_st { FILE: include/mysql/service_thd_wait.h type thd_wait_type (line 66) | typedef enum _thd_wait_type_e { type thd_wait_service_st (line 81) | struct thd_wait_service_st { FILE: include/mysql/service_wsrep.h type Wsrep_service_key_type (line 4) | enum Wsrep_service_key_type type xid_t (line 43) | struct xid_t type wsrep_ws_handle (line 44) | struct wsrep_ws_handle type wsrep_buf (line 45) | struct wsrep_buf type int64 (line 48) | typedef int64 query_id_t; type wsrep_service_st (line 51) | struct wsrep_service_st { type wsrep_buf (line 154) | struct wsrep_buf type xid_t (line 157) | struct xid_t type xid_t (line 158) | struct xid_t type wsrep_key (line 222) | struct wsrep_key type wsrep_key_array (line 223) | struct wsrep_key_array type wsrep_key (line 225) | struct wsrep_key type Wsrep_service_key_type (line 227) | enum Wsrep_service_key_type FILE: include/mysql_com.h type enum_server_command (line 110) | enum enum_server_command type enum_indicator_type (line 137) | enum enum_indicator_type type mariadb_field_attr_t (line 364) | enum mariadb_field_attr_t type st_vio (line 451) | struct st_vio type Vio (line 452) | typedef struct st_vio Vio; type NET (line 462) | typedef struct st_net { type enum_field_types (line 504) | enum enum_field_types { MYSQL_TYPE_DECIMAL, MYSQL_TYPE_TINY, type mysql_enum_shutdown_level (line 579) | enum mysql_enum_shutdown_level { type enum_cursor_type (line 598) | enum enum_cursor_type type enum_mysql_set_option (line 608) | enum enum_mysql_set_option type enum_session_state_type (line 618) | enum enum_session_state_type type sockaddr (line 670) | struct sockaddr type sockaddr (line 671) | struct sockaddr type my_rnd_struct (line 673) | struct my_rnd_struct type Item_result (line 681) | enum Item_result type UDF_ARGS (line 687) | typedef struct st_udf_args type UDF_INIT (line 701) | typedef struct st_udf_init type my_rnd_struct (line 731) | struct my_rnd_struct FILE: include/mysql_com_server.h type st_net_server (line 24) | struct st_net_server type st_net (line 27) | struct st_net type st_net (line 30) | struct st_net type st_net_server (line 32) | struct st_net_server type NET_SERVER (line 39) | typedef struct st_net_server NET_SERVER; FILE: include/mysql_time.h type my_time_t (line 28) | typedef long my_time_t; type enum_mysql_timestamp_type (line 40) | enum enum_mysql_timestamp_type type MYSQL_TIME (line 59) | typedef struct st_mysql_time FILE: include/pfs_memory_provider.h type PSI_memory_info_v1 (line 36) | struct PSI_memory_info_v1 FILE: include/pfs_metadata_provider.h type PSI_metadata_locker (line 50) | struct PSI_metadata_locker type PSI_metadata_locker_state_v1 (line 52) | struct PSI_metadata_locker_state_v1 type PSI_metadata_lock (line 53) | struct PSI_metadata_lock type PSI_metadata_locker (line 57) | struct PSI_metadata_locker FILE: include/pfs_socket_provider.h type sockaddr (line 41) | struct sockaddr type sockaddr (line 58) | struct sockaddr FILE: include/pfs_table_provider.h type TABLE_SHARE (line 36) | struct TABLE_SHARE type TABLE_SHARE (line 53) | struct TABLE_SHARE FILE: include/queues.h type QUEUE (line 38) | typedef struct st_queue { FILE: include/scope.h function namespace (line 24) | namespace detail FILE: include/span.h function namespace (line 24) | namespace st_ FILE: include/sql_common.h type st_mysql_options_extention (line 31) | struct st_mysql_options_extention { type MYSQL_METHODS (line 46) | typedef struct st_mysql_methods type st_mysql_options (line 96) | struct st_mysql_options type enum_server_command (line 99) | enum enum_server_command type st_vio (line 114) | struct st_vio type st_plugin_vio_info (line 115) | struct st_plugin_vio_info type st_vio (line 116) | struct st_vio type st_plugin_vio_info (line 116) | struct st_plugin_vio_info type st_mysql_client_plugin (line 121) | struct st_mysql_client_plugin type st_mysql_client_plugin (line 122) | struct st_mysql_client_plugin FILE: include/t_ctype.h type l1_symbols (line 40) | enum l1_symbols { type l2_symbols (line 142) | enum l2_symbols { type l3_symbols (line 156) | enum l3_symbols { type l4_symbols (line 201) | enum l4_symbols { type level_symbols (line 208) | enum level_symbols { FILE: include/thr_alarm.h type ALARM_INFO (line 35) | typedef struct st_alarm_info type my_bool (line 53) | typedef my_bool thr_alarm_t; type my_bool (line 54) | typedef my_bool ALARM; type thr_alarm_entry (line 69) | typedef struct st_thr_alarm_entry type thr_alarm_entry (line 76) | typedef int thr_alarm_entry; type thr_alarm_entry (line 82) | typedef thr_alarm_entry* thr_alarm_t; type ALARM (line 84) | typedef struct st_alarm { FILE: include/thr_lock.h type st_thr_lock (line 27) | struct st_thr_lock type thr_lock_type (line 34) | enum thr_lock_type { TL_IGNORE=-1, type enum_thr_lock_result (line 88) | enum enum_thr_lock_result { THR_LOCK_SUCCESS= 0, THR_LOCK_ABORTED= 1, type thr_lock_type (line 100) | enum thr_lock_type type THR_LOCK_INFO (line 107) | typedef struct st_thr_lock_info type THR_LOCK_DATA (line 115) | typedef struct st_thr_lock_data { type st_lock_list (line 128) | struct st_lock_list { type THR_LOCK (line 132) | typedef struct st_thr_lock { type st_my_thread_var (line 156) | struct st_my_thread_var type st_my_thread_var (line 159) | struct st_my_thread_var type enum_thr_lock_result (line 165) | enum enum_thr_lock_result type thr_lock_type (line 174) | enum thr_lock_type type thr_lock_type (line 177) | enum thr_lock_type type my_bool (line 184) | typedef my_bool (* wsrep_thd_is_brute_force_fun)(const MYSQL_THD, my_bool); type my_bool (line 185) | typedef my_bool(* wsrep_abort_thd_fun)(MYSQL_THD, MYSQL_THD, my_bool); type my_bool (line 186) | typedef my_bool (* wsrep_on_fun)(const MYSQL_THD); FILE: include/thr_timer.h type thr_timer_t (line 24) | typedef struct st_timer { FILE: include/typelib.h type TYPELIB (line 23) | typedef struct st_typelib { /* Different types saved here */ FILE: include/violite.h type Vio (line 35) | typedef struct st_vio Vio; type enum_vio_type (line 38) | enum enum_vio_type type enum_vio_io_event (line 50) | enum enum_vio_io_event type vio_keepalive_opts (line 57) | struct vio_keepalive_opts type enum_vio_type (line 75) | enum enum_vio_type type enum_vio_type (line 76) | enum enum_vio_type type enum_vio_type (line 85) | enum enum_vio_type type vio_keepalive_opts (line 97) | struct vio_keepalive_opts type enum_vio_type (line 105) | enum enum_vio_type type enum_vio_io_event (line 113) | enum enum_vio_io_event type sockaddr (line 121) | struct sockaddr type sockaddr (line 124) | struct sockaddr type sockaddr (line 124) | struct sockaddr type sockaddr (line 126) | struct sockaddr type sockaddr (line 131) | struct sockaddr type my_socket (line 148) | typedef my_socket YASSL_SOCKET_T; type enum_ssl_init_error (line 158) | enum enum_ssl_init_error type enum_ssl_init_error (line 165) | enum enum_ssl_init_error type st_VioSSLFd (line 167) | struct st_VioSSLFd type st_VioSSLFd (line 172) | struct st_VioSSLFd type st_VioSSLFd (line 173) | struct st_VioSSLFd type st_VioSSLFd (line 177) | struct st_VioSSLFd type enum_ssl_init_error (line 180) | enum enum_ssl_init_error type st_VioSSLFd (line 182) | struct st_VioSSLFd type enum_ssl_init_error (line 185) | enum enum_ssl_init_error type st_VioSSLFd (line 188) | struct st_VioSSLFd type enum_vio_type (line 193) | enum enum_vio_type type SSL_type (line 228) | enum SSL_type type st_vio (line 239) | struct st_vio FILE: include/waiting_threads.h type st_wt_resource_id (line 25) | struct st_wt_resource_id type WT_RESOURCE (line 26) | typedef struct st_wt_resource WT_RESOURCE; type WT_RESOURCE_TYPE (line 28) | typedef struct st_wt_resource_type { type st_wt_resource_id (line 33) | struct st_wt_resource_id { type WT_THD (line 47) | typedef struct st_wt_thd { FILE: include/wqueue.h type WQUEUE (line 24) | typedef struct st_pagecache_wqueue type st_my_thread_var (line 30) | struct st_my_thread_var type st_my_thread_var (line 31) | struct st_my_thread_var type st_my_thread_var (line 32) | struct st_my_thread_var type st_my_thread_var (line 34) | struct st_my_thread_var FILE: libmysqld/client_settings.h type st_mysql_options (line 45) | struct st_mysql_options FILE: libmysqld/emb_qcache.cc function uchar (line 149) | uchar Querycache_stream::load_uchar() function ushort (line 156) | ushort Querycache_stream::load_short() function uint (line 178) | uint Querycache_stream::load_int() function ulonglong (line 204) | ulonglong Querycache_stream::load_ll() function uint (line 289) | uint emb_count_querycache_size(THD *thd) function emb_store_querycache_result (line 342) | void emb_store_querycache_result(Querycache_stream *dst, THD *thd) function emb_load_querycache_result (line 407) | int emb_load_querycache_result(THD *thd, Querycache_stream *src) FILE: libmysqld/emb_qcache.h function class (line 18) | class Querycache_stream FILE: libmysqld/embedded_priv.h type EQR (line 29) | typedef struct embedded_query_result type MARIADB_FIELD_EXTENSION (line 42) | typedef struct st_mariadb_field_extension FILE: libmysqld/examples/builder-sample/emb_sample.cpp function WINAPI (line 24) | WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int) FILE: libmysqld/examples/builder-sample/emb_samples.cpp function fill_rows (line 40) | deque fill_rows(MYSQL_RES *res) function TForm (line 54) | __fastcall TForm1::TForm1(TComponent* Owner) FILE: libmysqld/examples/builder-sample/emb_samples.h function class (line 33) | class TForm1 : public TForm FILE: libmysqld/lib_sql.cc function unireg_clear (line 49) | void unireg_clear(int exit_code) function embedded_error_handler (line 67) | static void embedded_error_handler(uint error, const char *str, myf MyFl... function embedded_get_error (line 96) | void embedded_get_error(MYSQL *mysql, MYSQL_DATA *data) function my_bool (line 107) | static my_bool function emb_flush_use_result (line 185) | static void emb_flush_use_result(MYSQL *mysql, my_bool) function MYSQL_DATA (line 217) | static MYSQL_DATA * function MYSQL_FIELD (line 233) | static MYSQL_FIELD *emb_list_fields(MYSQL *mysql) function my_bool (line 246) | static my_bool emb_read_prepare_result(MYSQL *mysql, MYSQL_STMT *stmt) function emb_fetch_lengths (line 282) | static void emb_fetch_lengths(ulong *to, MYSQL_ROW column, function my_bool (line 291) | static my_bool emb_read_query_result(MYSQL *mysql) function emb_stmt_execute (line 332) | static int emb_stmt_execute(MYSQL_STMT *stmt) function emb_read_binary_rows (line 369) | int emb_read_binary_rows(MYSQL_STMT *stmt) function emb_read_rows_from_cursor (line 383) | int emb_read_rows_from_cursor(MYSQL_STMT *stmt) function emb_unbuffered_fetch (line 405) | int emb_unbuffered_fetch(MYSQL *mysql, char **row) function emb_free_embedded_thd (line 433) | static void emb_free_embedded_thd(MYSQL *mysql) function MYSQL_RES (line 451) | static MYSQL_RES * emb_store_result(MYSQL *mysql) function emb_read_change_user_result (line 456) | int emb_read_change_user_result(MYSQL *mysql) function init_embedded_server (line 510) | int init_embedded_server(int argc, char **argv, char **groups) function end_embedded_server (line 653) | void end_embedded_server() function init_embedded_mysql (line 666) | void init_embedded_mysql(MYSQL *mysql, ulong client_flag) function emb_transfer_connect_attrs (line 722) | static void function check_embedded_connection (line 744) | int check_embedded_connection(MYSQL *mysql, const char *db) function check_embedded_connection (line 772) | int check_embedded_connection(MYSQL *mysql, const char *db) function C_MODE_END (line 851) | C_MODE_END function MYSQL_DATA (line 915) | MYSQL_DATA *THD::alloc_new_dataset() function write_eof_packet (line 941) | static function MARIADB_CONST_STRING (line 1032) | static MARIADB_CONST_STRING ma_const_string_copy_root(MEM_ROOT *memroot, class Client_field_extension (line 1044) | class Client_field_extension: public Sql_alloc, method Client_field_extension (line 1048) | Client_field_extension() method copy_extended_metadata (line 1052) | void copy_extended_metadata(MEM_ROOT *memroot, function list_fields_send_default (line 1162) | static void type embedded_query_result (line 1311) | struct embedded_query_result function vprint_msg_to_log (line 1420) | int vprint_msg_to_log(enum loglevel level __attribute__((unused)), FILE: libmysqld/libmysql.c type MYSQL_STMT_EXT (line 102) | typedef struct st_mysql_stmt_extension function mysql_server_init (line 126) | int STDCALL mysql_server_init(int argc __attribute__((unused)), function mysql_server_end (line 205) | void STDCALL mysql_server_end() function my_bool (line 249) | my_bool STDCALL mysql_thread_init() function mysql_thread_end (line 254) | void STDCALL mysql_thread_end() function append_wild (line 264) | static void function mysql_debug (line 289) | void STDCALL function sig_handler (line 324) | sig_handler function my_bool (line 364) | my_bool STDCALL mysql_change_user(MYSQL *mysql, const char *user, type passwd (line 420) | struct passwd function read_user_name (line 426) | void read_user_name(char *name) function read_user_name (line 456) | void read_user_name(char *name) function my_bool (line 465) | my_bool handle_local_infile(MYSQL *mysql, const char *net_filename) type default_local_infile_data (line 551) | typedef struct st_default_local_infile function default_local_infile_init (line 578) | static int default_local_infile_init(void **ptr, const char *filename, function default_local_infile_read (line 620) | static int default_local_infile_read(void *ptr, char *buf, uint buf_len) function default_local_infile_end (line 647) | static void default_local_infile_end(void *ptr) function default_local_infile_error (line 673) | static int function mysql_set_local_infile_handler (line 688) | void function mysql_set_local_infile_default (line 705) | void mysql_set_local_infile_default(MYSQL *mysql) function mysql_query (line 719) | int STDCALL function mariadb_field_attr (line 742) | int STDCALL function mysql_data_seek (line 763) | void STDCALL function MYSQL_ROW_OFFSET (line 781) | MYSQL_ROW_OFFSET STDCALL function MYSQL_FIELD_OFFSET (line 791) | MYSQL_FIELD_OFFSET STDCALL function MYSQL_FIELD (line 835) | MYSQL_FIELD *cli_list_fields(MYSQL *mysql) function mysql_create_db (line 913) | int STDCALL function mysql_drop_db (line 922) | int STDCALL function mysql_shutdown (line 932) | int STDCALL function mysql_refresh (line 942) | int STDCALL function mysql_kill (line 952) | int STDCALL function mysql_set_server_option (line 962) | int STDCALL function mysql_dump_debug_info (line 972) | int STDCALL function mysql_ping (line 1002) | int STDCALL function my_bool (line 1021) | my_bool STDCALL mariadb_connection(MYSQL *mysql) function uint (line 1041) | uint STDCALL function ulong (line 1053) | ulong STDCALL mysql_get_client_version(void) function my_bool (line 1058) | my_bool STDCALL mysql_eof(MYSQL_RES *res) function MYSQL_ROW_OFFSET (line 1073) | MYSQL_ROW_OFFSET STDCALL mysql_row_tell(MYSQL_RES *res) function MYSQL_FIELD_OFFSET (line 1078) | MYSQL_FIELD_OFFSET STDCALL mysql_field_tell(MYSQL_RES *res) function mysql_field_count (line 1085) | unsigned int STDCALL mysql_field_count(MYSQL *mysql) function my_ulonglong (line 1090) | my_ulonglong STDCALL mysql_insert_id(MYSQL *mysql) function uint (line 1100) | uint STDCALL mysql_warning_count(MYSQL *mysql) function ulong (line 1110) | ulong STDCALL mysql_thread_id(MYSQL *mysql) function mysql_get_character_set_info (line 1120) | void STDCALL mysql_get_character_set_info(MYSQL *mysql, MY_CHARSET_INFO ... function uint (line 1136) | uint STDCALL mysql_thread_safe(void) function my_bool (line 1142) | my_bool STDCALL mysql_embedded(void) function my_net_local_init (line 1159) | void my_net_local_init(NET *net) function ulong (line 1189) | ulong STDCALL function ulong (line 1210) | ulong STDCALL function ulong (line 1218) | ulong STDCALL function myodbc_remove_escape (line 1230) | void STDCALL function my_bool (line 1362) | static my_bool my_realloc_str(NET *net, ulong length) function stmt_clear_error (line 1385) | static void stmt_clear_error(MYSQL_STMT *stmt) function set_stmt_error (line 1400) | void set_stmt_error(MYSQL_STMT * stmt, int errcode, function set_stmt_errmsg (line 1425) | void set_stmt_errmsg(MYSQL_STMT *stmt, NET *net) function my_bool (line 1456) | my_bool cli_read_prepare_result(MYSQL *mysql, MYSQL_STMT *stmt) function mysql_stmt_prepare (line 1615) | int STDCALL function alloc_stmt_fields (line 1707) | static void alloc_stmt_fields(MYSQL_STMT *stmt) function update_stmt_fields (line 1781) | static void update_stmt_fields(MYSQL_STMT *stmt) function store_param_type (line 1913) | static void store_param_type(unsigned char **pos, MYSQL_BIND *param) function store_param_tinyint (line 1937) | static void store_param_tinyint(NET *net, MYSQL_BIND *param) function store_param_short (line 1942) | static void store_param_short(NET *net, MYSQL_BIND *param) function store_param_int32 (line 1949) | static void store_param_int32(NET *net, MYSQL_BIND *param) function store_param_int64 (line 1956) | static void store_param_int64(NET *net, MYSQL_BIND *param) function store_param_float (line 1963) | static void store_param_float(NET *net, MYSQL_BIND *param) function store_param_double (line 1970) | static void store_param_double(NET *net, MYSQL_BIND *param) function store_param_time (line 1977) | static void store_param_time(NET *net, MYSQL_BIND *param) function net_store_datetime (line 2001) | static void net_store_datetime(NET *net, MYSQL_TIME *tm) function store_param_date (line 2028) | static void store_param_date(NET *net, MYSQL_BIND *param) function store_param_datetime (line 2038) | static void store_param_datetime(NET *net, MYSQL_BIND *param) function store_param_str (line 2044) | static void store_param_str(NET *net, MYSQL_BIND *param) function store_param_null (line 2068) | static void store_param_null(NET *net, MYSQL_BIND *param) function my_bool (line 2088) | static my_bool store_param(MYSQL_STMT *stmt, MYSQL_BIND *param) function my_bool (line 2121) | static my_bool execute(MYSQL_STMT *stmt, char *packet, ulong length) function cli_stmt_execute (line 2157) | int cli_stmt_execute(MYSQL_STMT *stmt) function stmt_read_row_buffered (line 2254) | static int stmt_read_row_buffered(MYSQL_STMT *stmt, unsigned char **row) function stmt_read_row_unbuffered (line 2285) | static int stmt_read_row_unbuffered(MYSQL_STMT *stmt, unsigned char **row) function stmt_read_row_from_cursor (line 2343) | static int function stmt_read_row_no_data (line 2393) | static int function stmt_read_row_no_result_set (line 2400) | static int function my_bool (line 2424) | my_bool STDCALL mysql_stmt_attr_set(MYSQL_STMT *stmt, function my_bool (line 2459) | my_bool STDCALL mysql_stmt_attr_get(MYSQL_STMT *stmt, function reinit_result_set_metadata (line 2491) | static void reinit_result_set_metadata(MYSQL_STMT *stmt) function has_cursor (line 2527) | static int has_cursor(MYSQL_STMT *stmt) function prepare_to_fetch_result (line 2534) | static void prepare_to_fetch_result(MYSQL_STMT *stmt) function mysql_stmt_execute (line 2605) | int STDCALL mysql_stmt_execute(MYSQL_STMT *stmt) function ulong (line 2638) | ulong STDCALL mysql_stmt_param_count(MYSQL_STMT * stmt) function my_ulonglong (line 2648) | my_ulonglong STDCALL mysql_stmt_affected_rows(MYSQL_STMT *stmt) function mysql_stmt_field_count (line 2659) | unsigned int STDCALL mysql_stmt_field_count(MYSQL_STMT *stmt) function my_ulonglong (line 2680) | my_ulonglong STDCALL mysql_stmt_insert_id(MYSQL_STMT *stmt) function my_bool (line 2859) | my_bool STDCALL mysql_stmt_bind_param(MYSQL_STMT *stmt, MYSQL_BIND *my_b... function my_bool (line 3018) | my_bool STDCALL function read_binary_time (line 3103) | static void read_binary_time(MYSQL_TIME *tm, uchar **pos) function read_binary_datetime (line 3133) | static void read_binary_datetime(MYSQL_TIME *tm, uchar **pos) function read_binary_date (line 3163) | static void read_binary_date(MYSQL_TIME *tm, uchar **pos) function fetch_string_with_conversion (line 3196) | static void fetch_string_with_conversion(MYSQL_BIND *param, char *value,... function fetch_long_with_conversion (line 3326) | static void fetch_long_with_conversion(MYSQL_BIND *param, MYSQL_FIELD *f... function fetch_float_with_conversion (line 3434) | static void fetch_float_with_conversion(MYSQL_BIND *param, MYSQL_FIELD *... function fetch_datetime_with_conversion (line 3552) | static void fetch_datetime_with_conversion(MYSQL_BIND *param, function fetch_result_with_conversion (line 3626) | static void fetch_result_with_conversion(MYSQL_BIND *param, MYSQL_FIELD ... function fetch_result_tinyint (line 3742) | static void fetch_result_tinyint(MYSQL_BIND *param, MYSQL_FIELD *field, function fetch_result_short (line 3752) | static void fetch_result_short(MYSQL_BIND *param, MYSQL_FIELD *field, function fetch_result_int32 (line 3762) | static void fetch_result_int32(MYSQL_BIND *param, function fetch_result_int64 (line 3773) | static void fetch_result_int64(MYSQL_BIND *param, function fetch_result_float (line 3784) | static void fetch_result_float(MYSQL_BIND *param, function fetch_result_double (line 3794) | static void fetch_result_double(MYSQL_BIND *param, function fetch_result_time (line 3804) | static void fetch_result_time(MYSQL_BIND *param, function fetch_result_date (line 3812) | static void fetch_result_date(MYSQL_BIND *param, function fetch_result_datetime (line 3820) | static void fetch_result_datetime(MYSQL_BIND *param, function fetch_result_bin (line 3828) | static void fetch_result_bin(MYSQL_BIND *param, function fetch_result_str (line 3840) | static void fetch_result_str(MYSQL_BIND *param, function skip_result_fixed (line 3861) | static void skip_result_fixed(MYSQL_BIND *param, function skip_result_with_length (line 3870) | static void skip_result_with_length(MYSQL_BIND *param __attribute__((unu... function skip_result_string (line 3880) | static void skip_result_string(MYSQL_BIND *param __attribute__((unused)), function my_bool (line 3906) | static my_bool is_binary_compatible(enum enum_field_types type1, function my_bool (line 3967) | static my_bool setup_one_fetch_function(MYSQL_BIND *param, MYSQL_FIELD *... function my_bool (line 4121) | my_bool STDCALL mysql_stmt_bind_result(MYSQL_STMT *stmt, MYSQL_BIND *my_... function stmt_fetch_row (line 4192) | static int stmt_fetch_row(MYSQL_STMT *stmt, uchar *row) function cli_unbuffered_fetch (line 4253) | int cli_unbuffered_fetch(MYSQL *mysql, char **row) function mysql_stmt_fetch (line 4268) | int STDCALL mysql_stmt_fetch(MYSQL_STMT *stmt) function mysql_stmt_fetch_column (line 4306) | int STDCALL mysql_stmt_fetch_column(MYSQL_STMT *stmt, MYSQL_BIND *my_bind, function cli_read_binary_rows (line 4352) | int cli_read_binary_rows(MYSQL_STMT *stmt) function stmt_update_metadata (line 4419) | static void stmt_update_metadata(MYSQL_STMT *stmt, MYSQL_ROWS *data) function mysql_stmt_store_result (line 4454) | int STDCALL mysql_stmt_store_result(MYSQL_STMT *stmt) function MYSQL_ROW_OFFSET (line 4569) | MYSQL_ROW_OFFSET STDCALL function MYSQL_ROW_OFFSET (line 4584) | MYSQL_ROW_OFFSET STDCALL function mysql_stmt_data_seek (line 4597) | void STDCALL function my_ulonglong (line 4621) | my_ulonglong STDCALL mysql_stmt_num_rows(MYSQL_STMT *stmt) function my_bool (line 4635) | static my_bool reset_stmt_handle(MYSQL_STMT *stmt, uint flags) function my_bool (line 4710) | my_bool STDCALL mysql_stmt_free_result(MYSQL_STMT *stmt) function my_bool (line 4735) | my_bool STDCALL mysql_stmt_close(MYSQL_STMT *stmt) function my_bool (line 4778) | my_bool STDCALL mysql_stmt_reset(MYSQL_STMT *stmt) function uint (line 4798) | uint STDCALL mysql_stmt_errno(MYSQL_STMT * stmt) function my_bool (line 4829) | my_bool STDCALL mysql_commit(MYSQL * mysql) function my_bool (line 4839) | my_bool STDCALL mysql_rollback(MYSQL * mysql) function my_bool (line 4850) | my_bool STDCALL mysql_autocommit(MYSQL * mysql, my_bool auto_mode) function my_bool (line 4870) | my_bool STDCALL mysql_more_results(MYSQL *mysql) function mysql_next_result (line 4884) | int STDCALL mysql_next_result(MYSQL *mysql) function mysql_stmt_next_result (line 4903) | int STDCALL mysql_stmt_next_result(MYSQL_STMT *stmt) function my_bool (line 4957) | my_bool STDCALL mysql_read_query_result(MYSQL *mysql) function ulong (line 4965) | ulong STDCALL mysql_net_read_packet(MYSQL *mysql) function ulong (line 4970) | ulong STDCALL mysql_net_field_length(uchar **packet) FILE: libmysqld/libmysqld.c type passwd (line 68) | struct passwd FILE: mysql-test/include/mtr_warnings.sql type test_suppressions (line 24) | CREATE TABLE test_suppressions ( type global_suppressions (line 56) | CREATE TABLE global_suppressions ( FILE: mysql-test/lib/My/SafeProcess/safe_kill_win.cc function find_children (line 35) | static std::vector find_children(DWORD pid) function create_dump (line 56) | static int create_dump(DWORD pid, int recursion_depth= 5) function main (line 69) | int main(int argc, const char** argv ) FILE: mysql-test/lib/My/SafeProcess/safe_process.cc function message (line 65) | static void message(const char* fmt, ...) function die (line 79) | static void die(const char* fmt, ...) function handle_core (line 102) | void handle_core(pid_t pid) function handle_core (line 136) | void handle_core(pid_t pid __attribute__((unused))) {} function kill_child (line 140) | static int kill_child(bool was_killed) function handle_abort (line 181) | void handle_abort(int sig) function handle_signal (line 191) | void handle_signal(int sig) function setlimit (line 209) | void setlimit(int what, uint soft, uint hard) function main (line 217) | int main(int argc, char* const argv[] ) FILE: mysql-test/lib/My/SafeProcess/safe_process_win.cc function message (line 62) | static void message(const char* fmt, ...) function die (line 76) | static void die(const char* fmt, ...) function DWORD (line 106) | DWORD get_parent_pid(DWORD pid) function handle_signal (line 146) | void handle_signal (int signal) function main (line 156) | int main(int argc, const char** argv ) FILE: mysql-test/lib/My/SafeProcess/wsrep_check_version.c function main (line 20) | int main(int argc, char **argv) FILE: mysql-test/main/mysql_comments.sql type t1 (line 28) | create table t1 ( function foofct (line 65) | create function foofct (x char(20)) function foofct (line 81) | create function foofct(x char(20)) FILE: mysql-test/main/mysql_delimiter_source.sql type t2 (line 2) | create table t2 (a int) type t3 (line 5) | create table t3 (a int)