Here is a list of all documented functions, variables, defines, enums, and typedefs with links to the documentation:
- d -
- data_error
: data0data.ic
- DATA_TUPLE_MAGIC_N
: data0data.h
- data_write_sql_null()
: data0data.ic
, data0data.h
- DB_CANNOT_ADD_CONSTRAINT
: db0err.h
- DB_CANNOT_DROP_CONSTRAINT
: db0err.h
- DB_CHILD_NO_INDEX
: db0err.h
- DB_CORRUPTION
: db0err.h
- DB_DATA_MISMATCH
: db0err.h
- DB_DICT_CHANGED
: db0err.h
- DB_FOREIGN_DUPLICATE_KEY
: db0err.h
- DB_FOREIGN_EXCEED_MAX_CASCADE
: db0err.h
- DB_FTS_EXCEED_RESULT_CACHE_LIMIT
: db0err.h
- DB_IDENTIFIER_TOO_LONG
: db0err.h
- DB_INDEX_CORRUPT
: db0err.h
- DB_INVALID_NULL
: db0err.h
- DB_IO_ERROR
: db0err.h
- DB_LOCK_TABLE_FULL
: db0err.h
- DB_LOCK_WAIT_TIMEOUT
: db0err.h
- DB_MISSING_HISTORY
: db0err.h
- DB_MUST_GET_MORE_FILE_SPACE
: db0err.h
- DB_NO_REFERENCED_ROW
: db0err.h
- DB_NO_SAVEPOINT
: db0err.h
- DB_NOT_FOUND
: db0err.h
- DB_ONLINE_LOG_TOO_BIG
: db0err.h
- DB_PARENT_NO_INDEX
: db0err.h
- DB_READ_ONLY
: db0err.h
- DB_ROW_IS_REFERENCED
: db0err.h
- DB_SCHEMA_NOT_LOCKED
: db0err.h
- DB_STATS_DO_NOT_EXIST
: db0err.h
- DB_SUCCESS_LOCKED_REC
: db0err.h
- DB_TABLESPACE_DELETED
: db0err.h
- DB_TABLESPACE_EXISTS
: db0err.h
- DB_TEMP_FILE_WRITE_FAILURE
: db0err.h
- DB_TOO_BIG_INDEX_COL
: db0err.h
- DB_TOO_BIG_RECORD
: db0err.h
- DB_TOO_MANY_CONCURRENT_TRXS
: db0err.h
- DB_UNDO_RECORD_TOO_BIG
: db0err.h
- DB_UNSUPPORTED
: db0err.h
- dberr_t
: db0err.h
- DECLARE_THREAD
: os0thread.h
- dfield_check_typed()
: data0data.h
- dfield_copy()
: data0data.h
, data0data.ic
- dfield_copy_data()
: data0data.h
, data0data.ic
- dfield_data_is_binary_equal()
: data0data.h
, data0data.ic
- dfield_datas_are_binary_equal()
: data0data.h
, data0data.ic
- dfield_dup()
: data0data.h
, data0data.ic
- dfield_get_data()
: data0data.h
, data0data.ic
- dfield_get_len()
: data0data.h
, data0data.ic
- dfield_get_type()
: data0data.h
, data0data.ic
- dfield_is_ext()
: data0data.h
, data0data.ic
- dfield_is_null()
: data0data.h
, data0data.ic
- dfield_print()
: data0data.h
- dfield_print_also_hex()
: data0data.h
- dfield_set_data()
: data0data.h
, data0data.ic
- dfield_set_ext()
: data0data.h
, data0data.ic
- dfield_set_len()
: data0data.h
, data0data.ic
- dfield_set_null()
: data0data.h
, data0data.ic
- dfield_set_type()
: data0data.h
, data0data.ic
- DICT_ANTELOPE_MAX_INDEX_COL_LEN
: dict0mem.h
- dict_boot()
: dict0boot.h
- dict_casedn_str()
: dict0dict.h
- DICT_CHECK_ALL_LOADED
: dict0load.h
- DICT_CHECK_NONE_LOADED
: dict0load.h
- DICT_CHECK_SOME_LOADED
: dict0load.h
- dict_check_t
: dict0load.h
- dict_check_tablespaces_and_store_max_id()
: dict0load.h
- dict_close()
: dict0dict.h
- DICT_CLUSTERED
: dict0mem.h
- dict_col_copy_type()
: dict0dict.h
, dict0dict.ic
- dict_col_get_clust_pos()
: dict0dict.h
, dict0dict.ic
- dict_col_get_fixed_size()
: dict0dict.h
, dict0dict.ic
- dict_col_get_max_size()
: dict0dict.h
, dict0dict.ic
- dict_col_get_mbmaxlen()
: dict0dict.h
, dict0dict.ic
- dict_col_get_mbminlen()
: dict0dict.h
, dict0dict.ic
- dict_col_get_min_size()
: dict0dict.h
, dict0dict.ic
- dict_col_get_no()
: dict0dict.h
, dict0dict.ic
- dict_col_get_sql_null_size()
: dict0dict.h
, dict0dict.ic
- dict_col_name_is_reserved()
: dict0dict.h
- dict_col_set_mbminmaxlen()
: dict0dict.h
, dict0dict.ic
- dict_col_type_assert_equal()
: dict0dict.h
, dict0dict.ic
- DICT_CORRUPT
: dict0mem.h
- dict_create()
: dict0boot.h
- dict_create_add_foreign_id()
: dict0crea.h
, dict0crea.ic
- dict_create_add_foreign_to_dictionary()
: dict0crea.h
- dict_create_add_foreigns_to_dictionary()
: dict0crea.h
- dict_create_add_tablespace_to_dictionary()
: dict0crea.h
- dict_create_foreign_constraints()
: dict0dict.h
- dict_create_index_step()
: dict0crea.h
- dict_create_or_check_foreign_constraint_tables()
: dict0crea.h
- dict_create_or_check_sys_tablespace()
: dict0crea.h
- dict_create_table_step()
: dict0crea.h
- dict_drop_index_tree()
: dict0crea.h
- DICT_ERR_IGNORE_ALL
: dict0types.h
- DICT_ERR_IGNORE_CORRUPT
: dict0types.h
- DICT_ERR_IGNORE_FK_NOKEY
: dict0types.h
- DICT_ERR_IGNORE_INDEX_ROOT
: dict0types.h
- DICT_ERR_IGNORE_NONE
: dict0types.h
- DICT_ERR_IGNORE_RECOVER_LOCK
: dict0types.h
- dict_err_ignore_t
: dict0types.h
- dict_field_get_col()
: dict0dict.h
, dict0dict.ic
- DICT_FK_MAX_RECURSIVE_LOAD
: dict0mem.h
- dict_foreign_add_to_cache()
: dict0dict.h
- dict_foreign_find_index()
: dict0dict.h
- dict_foreign_free()
: dict0dict.h
, dict0mem.h
- DICT_FOREIGN_ON_DELETE_CASCADE
: dict0mem.h
- DICT_FOREIGN_ON_DELETE_NO_ACTION
: dict0mem.h
- DICT_FOREIGN_ON_DELETE_SET_NULL
: dict0mem.h
- DICT_FOREIGN_ON_UPDATE_CASCADE
: dict0mem.h
- DICT_FOREIGN_ON_UPDATE_NO_ACTION
: dict0mem.h
- DICT_FOREIGN_ON_UPDATE_SET_NULL
: dict0mem.h
- dict_foreign_parse_drop_constraints()
: dict0dict.h
- dict_foreign_qualify_index()
: dict0dict.h
- dict_foreign_remove_from_cache()
: dict0dict.h
- dict_foreign_replace_index()
: dict0dict.h
- dict_foreign_set_validate()
: dict0mem.h
- dict_fs2utf8()
: dict0dict.h
- dict_get_and_save_data_dir_path()
: dict0load.h
- dict_get_db_name_len()
: dict0dict.h
- dict_get_first_path()
: dict0load.h
- dict_get_first_table_name_in_db()
: dict0load.h
- dict_get_referenced_table()
: dict0dict.h
- dict_getnext_system()
: dict0load.h
- dict_hdr_flush_row_id()
: dict0boot.h
- dict_hdr_get()
: dict0boot.h
- dict_hdr_get_new_id()
: dict0boot.h
- DICT_IBUF
: dict0mem.h
- dict_ind_compact
: dict0dict.h
- dict_ind_init()
: dict0dict.h
- dict_ind_redundant
: dict0dict.h
- dict_index_add_col()
: dict0dict.h
- dict_index_add_to_cache()
: dict0dict.h
- dict_index_build_data_tuple()
: dict0dict.h
- dict_index_build_node_ptr()
: dict0dict.h
- dict_index_calc_min_rec_len()
: dict0dict.h
- dict_index_check_search_tuple()
: dict0dict.h
- dict_index_contains_col_or_prefix()
: dict0dict.h
- dict_index_copy_rec_order_prefix()
: dict0dict.h
- dict_index_copy_types()
: dict0dict.h
- dict_index_find_on_id_low()
: dict0dict.h
- dict_index_get_if_in_cache()
: dict0dict.h
- dict_index_get_if_in_cache_low()
: dict0dict.h
- dict_index_get_lock()
: dict0dict.h
, dict0dict.ic
- dict_index_get_min_size()
: dict0dict.h
, dict0dict.ic
- dict_index_get_n_fields()
: dict0dict.h
, dict0dict.ic
- dict_index_get_n_ordering_defined_by_user()
: dict0dict.h
, dict0dict.ic
- dict_index_get_n_unique()
: dict0dict.h
, dict0dict.ic
- dict_index_get_n_unique_in_tree()
: dict0dict.h
, dict0dict.ic
- dict_index_get_nth_col()
: dict0dict.h
, dict0dict.ic
- dict_index_get_nth_col_no()
: dict0dict.h
, dict0dict.ic
- dict_index_get_nth_col_or_prefix_pos()
: dict0dict.h
- dict_index_get_nth_col_pos()
: dict0dict.h
, dict0dict.ic
- dict_index_get_nth_field()
: dict0dict.h
, dict0dict.ic
- dict_index_get_nth_field_pos()
: dict0dict.h
- dict_index_get_online_status()
: dict0dict.h
, dict0dict.ic
- dict_index_get_page()
: dict0dict.h
, dict0dict.ic
- dict_index_get_space()
: dict0dict.h
, dict0dict.ic
- dict_index_get_space_reserve()
: dict0dict.h
, dict0dict.ic
- dict_index_get_sys_col_pos()
: dict0dict.h
, dict0dict.ic
- dict_index_is_clust()
: dict0dict.h
, dict0dict.ic
- dict_index_is_corrupted()
: dict0dict.h
, dict0dict.ic
- dict_index_is_ibuf()
: dict0dict.h
, dict0dict.ic
- dict_index_is_online_ddl()
: dict0dict.h
, dict0dict.ic
- dict_index_is_sec_or_ibuf()
: dict0dict.h
, dict0dict.ic
- dict_index_is_unique()
: dict0dict.h
, dict0dict.ic
- dict_index_is_univ()
: dict0dict.ic
- DICT_INDEX_MAGIC_N
: dict0mem.h
- dict_index_name_print()
: dict0dict.h
- dict_index_remove_from_cache()
: dict0dict.h
- dict_index_set_online_status()
: dict0dict.h
, dict0dict.ic
- dict_index_set_space()
: dict0dict.h
, dict0dict.ic
- dict_index_zip_failure()
: dict0dict.h
- dict_index_zip_pad_alloc()
: dict0mem.h
- dict_index_zip_pad_mutex_create_lazy()
: dict0mem.h
- dict_index_zip_pad_mutex_destroy()
: dict0mem.h
- dict_index_zip_pad_optimal_page_size()
: dict0dict.h
- dict_index_zip_pad_unlock()
: dict0mem.h
- dict_index_zip_success()
: dict0dict.h
- dict_init()
: dict0dict.h
- dict_insert_tablespace_and_filepath()
: dict0load.h
- dict_is_sys_table()
: dict0boot.h
, dict0boot.ic
- DICT_IT_BITS
: dict0mem.h
- dict_load_column_low()
: dict0load.h
- dict_load_field_low()
: dict0load.h
- dict_load_foreigns()
: dict0load.h
- dict_load_index_low()
: dict0load.h
- dict_load_space_id_list()
: dict0dict.h
- dict_load_sys_table()
: dict0load.h
- dict_load_table()
: dict0load.h
- dict_load_table_low()
: dict0load.h
- dict_load_table_on_id()
: dict0load.h
- dict_make_room_in_cache()
: dict0dict.h
- DICT_MAX_FIELD_LEN_BY_FORMAT
: dict0mem.h
- dict_max_field_len_store_undo()
: dict0dict.h
, dict0dict.ic
- DICT_MAX_FIXED_COL_LEN
: dict0mem.h
- dict_mem_create_temporary_tablename()
: dict0mem.h
- dict_mem_fill_column_struct()
: dict0mem.h
- dict_mem_fill_index_struct()
: dict0mem.h
, dict0mem.ic
- dict_mem_foreign_create()
: dict0mem.h
- dict_mem_foreign_table_name_lookup_set()
: dict0mem.h
- dict_mem_index_add_field()
: dict0mem.h
- dict_mem_index_create()
: dict0mem.h
- dict_mem_index_free()
: dict0mem.h
- dict_mem_init()
: dict0mem.h
- dict_mem_referenced_table_name_lookup_set()
: dict0mem.h
- dict_mem_table_add_col()
: dict0mem.h
- dict_mem_table_col_rename()
: dict0mem.h
- dict_mem_table_create()
: dict0mem.h
- dict_mem_table_free()
: dict0mem.h
- dict_move_to_mru()
: dict0dict.h
- dict_mutex_enter_for_mysql()
: dict0dict.h
- dict_mutex_exit_for_mysql()
: dict0dict.h
- DICT_N_COLS_COMPACT
: dict0mem.h
- dict_operation_lock
: dict0dict.h
- dict_print()
: dict0load.h
- dict_print_info_on_foreign_key_in_create_format()
: dict0dict.h
- dict_print_info_on_foreign_keys()
: dict0dict.h
- dict_process_sys_columns_rec()
: dict0load.h
- dict_process_sys_datafiles()
: dict0load.h
- dict_process_sys_fields_rec()
: dict0load.h
- dict_process_sys_foreign_col_rec()
: dict0load.h
- dict_process_sys_foreign_rec()
: dict0load.h
- dict_process_sys_indexes_rec()
: dict0load.h
- dict_process_sys_tables_rec_and_mtr_commit()
: dict0load.h
- dict_process_sys_tablespaces()
: dict0load.h
- dict_remove_db_name()
: dict0dict.h
- dict_save_data_dir_path()
: dict0load.h
- dict_set_corrupted()
: dict0dict.h
- dict_set_corrupted_by_space()
: dict0dict.h
- dict_set_corrupted_index_cache_only()
: dict0dict.h
- dict_startscan_system()
: dict0load.h
- dict_stats_auto_recalc_is_enabled()
: dict0stats.h
, dict0stats.ic
- dict_stats_auto_recalc_set()
: dict0stats.h
, dict0stats.ic
- DICT_STATS_BG_YIELD
: dict0stats_bg.h
- dict_stats_deinit()
: dict0stats.h
, dict0stats.ic
- dict_stats_drop_index()
: dict0stats.h
- dict_stats_drop_table()
: dict0stats.h
- dict_stats_event
: dict0stats_bg.h
- dict_stats_init()
: dict0stats.ic
, dict0stats.h
- dict_stats_is_persistent_enabled()
: dict0stats.h
, dict0stats.ic
- dict_stats_recalc_pool_add()
: dict0stats_bg.h
- dict_stats_recalc_pool_del()
: dict0stats_bg.h
- dict_stats_rename_table()
: dict0stats.h
- dict_stats_set_persistent()
: dict0stats.h
, dict0stats.ic
- dict_stats_stop_bg()
: dict0stats_bg.h
, dict0stats_bg.ic
- dict_stats_thread()
: dict0stats_bg.h
- dict_stats_thread_deinit()
: dict0stats_bg.h
- dict_stats_thread_init()
: dict0stats_bg.h
- dict_stats_update()
: dict0stats.h
- dict_stats_update_for_index()
: dict0stats.h
- dict_stats_update_transient()
: dict0stats.h
- dict_stats_wait_bg_to_stop_using_table()
: dict0stats_bg.h
- dict_str_starts_with_keyword()
: dict0dict.h
- dict_sys
: dict0dict.h
- dict_sys_get_new_row_id()
: dict0boot.ic
, dict0boot.h
- dict_sys_read_row_id()
: dict0boot.h
, dict0boot.ic
- dict_sys_tables_type_to_tf()
: dict0dict.ic
- dict_sys_tables_type_validate()
: dict0dict.ic
- dict_sys_write_row_id()
: dict0boot.h
, dict0boot.ic
- dict_system_id_t
: dict0load.h
- dict_table_add_system_columns()
: dict0dict.h
- dict_table_add_to_cache()
: dict0dict.h
- dict_table_autoinc_alloc()
: dict0mem.h
- dict_table_autoinc_create_lazy()
: dict0mem.h
- dict_table_autoinc_destroy()
: dict0mem.h
- dict_table_autoinc_initialize()
: dict0dict.h
- dict_table_autoinc_lock()
: dict0dict.h
- dict_table_autoinc_own()
: dict0mem.h
- dict_table_autoinc_read()
: dict0dict.h
- dict_table_autoinc_unlock()
: dict0dict.h
- dict_table_autoinc_update_if_greater()
: dict0dict.h
- dict_table_change_id_in_cache()
: dict0dict.h
- dict_table_check_for_dup_indexes()
: dict0dict.h
- dict_table_check_if_in_cache_low()
: dict0priv.h
, dict0priv.ic
- dict_table_close()
: dict0dict.h
- dict_table_col_in_clustered_key()
: dict0dict.h
- dict_table_copy_types()
: dict0dict.h
- dict_table_get_col_name()
: dict0dict.h
- dict_table_get_first_index()
: dict0dict.h
, dict0dict.ic
- dict_table_get_foreign_constraint()
: dict0dict.h
- dict_table_get_format()
: dict0dict.h
, dict0dict.ic
- dict_table_get_highest_foreign_id()
: dict0dict.h
- dict_table_get_index_on_first_col()
: dict0dict.h
, dict0dict.ic
- dict_table_get_index_on_name()
: dict0dict.h
- dict_table_get_index_on_name_and_min_id()
: dict0dict.h
- dict_table_get_last_index()
: dict0dict.h
, dict0dict.ic
- dict_table_get_low()
: dict0priv.h
, dict0priv.ic
- dict_table_get_n_cols()
: dict0dict.h
, dict0dict.ic
- dict_table_get_n_rows()
: dict0dict.h
, dict0dict.ic
- dict_table_get_n_sys_cols()
: dict0dict.h
, dict0dict.ic
- dict_table_get_n_user_cols()
: dict0dict.h
, dict0dict.ic
- dict_table_get_next_index()
: dict0dict.h
, dict0dict.ic
- dict_table_get_nth_col()
: dict0dict.h
, dict0dict.ic
- dict_table_get_nth_col_pos()
: dict0dict.h
- dict_table_get_referenced_constraint()
: dict0dict.h
- dict_table_get_sys_col()
: dict0dict.h
, dict0dict.ic
- dict_table_get_sys_col_no()
: dict0dict.h
, dict0dict.ic
- dict_table_has_fts_index()
: dict0dict.h
, dict0dict.ic
- dict_table_info_t
: dict0load.h
- dict_table_is_comp()
: dict0dict.h
, dict0dict.ic
- dict_table_is_corrupted()
: dict0dict.ic
, dict0dict.h
- dict_table_is_discarded()
: dict0dict.h
, dict0dict.ic
- dict_table_is_fts_column()
: dict0dict.h
, dict0dict.ic
- dict_table_is_referenced_by_foreign_key()
: dict0dict.h
- dict_table_is_temporary()
: dict0dict.h
, dict0dict.ic
- DICT_TABLE_LOAD_FROM_CACHE
: dict0load.h
- DICT_TABLE_LOAD_FROM_RECORD
: dict0load.h
- DICT_TABLE_MAGIC_N
: dict0mem.h
- dict_table_move_from_lru_to_non_lru()
: dict0dict.h
- dict_table_move_from_non_lru_to_lru()
: dict0dict.h
- dict_table_n_rows_dec()
: dict0dict.h
, dict0dict.ic
- dict_table_n_rows_inc()
: dict0dict.h
, dict0dict.ic
- DICT_TABLE_OP_DROP_ORPHAN
: dict0dict.h
- DICT_TABLE_OP_LOAD_TABLESPACE
: dict0dict.h
- DICT_TABLE_OP_NORMAL
: dict0dict.h
- dict_table_op_t
: dict0dict.h
- dict_table_open_on_id()
: dict0dict.h
- dict_table_open_on_id_low()
: dict0priv.ic
, dict0priv.h
- dict_table_open_on_name()
: dict0dict.h
- dict_table_print()
: dict0dict.h
- dict_table_remove_from_cache()
: dict0dict.h
- dict_table_rename_in_cache()
: dict0dict.h
- dict_table_schema_check()
: dict0dict.h
- dict_table_stats_latch_create()
: dict0dict.h
- dict_table_stats_latch_destroy()
: dict0dict.h
- dict_table_stats_lock()
: dict0dict.h
- dict_table_stats_unlock()
: dict0dict.h
- dict_table_x_lock_indexes()
: dict0dict.h
, dict0dict.ic
- dict_table_x_unlock_indexes()
: dict0dict.h
, dict0dict.ic
- dict_table_zip_size()
: dict0dict.ic
, dict0dict.h
- dict_tables_have_same_db()
: dict0dict.h
- DICT_TF2_BITS
: dict0mem.h
- DICT_TF2_DISCARDED
: dict0mem.h
- DICT_TF2_FTS
: dict0mem.h
- DICT_TF2_FTS_ADD_DOC_ID
: dict0mem.h
- DICT_TF2_FTS_AUX_HEX_NAME
: dict0mem.h
- DICT_TF2_FTS_HAS_DOC_ID
: dict0mem.h
- DICT_TF2_TEMPORARY
: dict0mem.h
- DICT_TF2_USE_TABLESPACE
: dict0mem.h
- DICT_TF_BIT_MASK
: dict0mem.h
- DICT_TF_BITS
: dict0mem.h
- DICT_TF_COMPACT
: dict0mem.h
- DICT_TF_GET_COMPACT
: dict0mem.h
- dict_tf_get_format()
: dict0dict.ic
, dict0dict.h
- dict_tf_get_rec_format()
: dict0dict.ic
- DICT_TF_GET_UNUSED
: dict0mem.h
- dict_tf_get_zip_size()
: dict0dict.ic
, dict0dict.h
- DICT_TF_GET_ZIP_SSIZE
: dict0mem.h
- DICT_TF_HAS_ATOMIC_BLOBS
: dict0mem.h
- DICT_TF_HAS_DATA_DIR
: dict0mem.h
- dict_tf_is_valid()
: dict0dict.h
, dict0dict.ic
- DICT_TF_MASK_ATOMIC_BLOBS
: dict0mem.h
- DICT_TF_MASK_COMPACT
: dict0mem.h
- DICT_TF_MASK_DATA_DIR
: dict0mem.h
- DICT_TF_MASK_ZIP_SSIZE
: dict0mem.h
- DICT_TF_POS_ATOMIC_BLOBS
: dict0mem.h
- DICT_TF_POS_COMPACT
: dict0mem.h
- DICT_TF_POS_DATA_DIR
: dict0mem.h
- DICT_TF_POS_UNUSED
: dict0mem.h
- DICT_TF_POS_ZIP_SSIZE
: dict0mem.h
- DICT_TF_REDUNDANT
: dict0mem.h
- dict_tf_set()
: dict0dict.h
, dict0dict.ic
- dict_tf_to_fsp_flags()
: dict0dict.h
, dict0dict.ic
- dict_tf_to_row_format_string()
: dict0dict.h
- dict_tf_to_sys_tables_type()
: dict0dict.ic
- DICT_TF_WIDTH_ATOMIC_BLOBS
: dict0mem.h
- DICT_TF_WIDTH_COMPACT
: dict0mem.h
- DICT_TF_WIDTH_DATA_DIR
: dict0mem.h
- DICT_TF_WIDTH_ZIP_SSIZE
: dict0mem.h
- dict_truncate_index_tree()
: dict0crea.h
- DICT_UNIQUE
: dict0mem.h
- DICT_UNIVERSAL
: dict0mem.h
- dict_update_filepath()
: dict0load.h
- doc_id_t
: fts0fts.h
- dtuple_big_rec_free()
: data0data.ic
, data0data.h
- dtuple_check_typed()
: data0data.h
- dtuple_check_typed_no_assert()
: data0data.h
- dtuple_coll_cmp()
: data0data.h
- dtuple_contains_null()
: data0data.ic
, data0data.h
- dtuple_convert_back_big_rec()
: data0data.h
- dtuple_convert_big_rec()
: data0data.h
- dtuple_copy()
: data0data.ic
, data0data.h
- dtuple_create()
: data0data.h
, data0data.ic
- dtuple_create_from_mem()
: data0data.h
, data0data.ic
- dtuple_fold()
: data0data.h
, data0data.ic
- dtuple_get_data_size()
: data0data.ic
, data0data.h
- dtuple_get_info_bits()
: data0data.h
, data0data.ic
- dtuple_get_n_ext()
: data0data.ic
, data0data.h
- dtuple_get_n_fields()
: data0data.h
, data0data.ic
- dtuple_get_n_fields_cmp()
: data0data.ic
, data0data.h
- dtuple_get_nth_field()
: data0data.ic
, data0data.h
- dtuple_print()
: data0data.h
- dtuple_set_info_bits()
: data0data.ic
, data0data.h
- dtuple_set_n_fields()
: data0data.h
- dtuple_set_n_fields_cmp()
: data0data.h
, data0data.ic
- dtuple_set_types_binary()
: data0data.h
, data0data.ic
- dtuple_validate()
: data0data.h
- dtype_copy()
: data0type.ic
, data0type.h
- dtype_form_prtype()
: data0type.h
- dtype_get_at_most_n_mbchars()
: data0type.h
- dtype_get_charset_coll()
: data0type.ic
, data0type.h
- dtype_get_fixed_size_low()
: data0type.h
, data0type.ic
- dtype_get_len()
: data0type.h
, data0type.ic
- dtype_get_max_size_low()
: data0type.h
, data0type.ic
- dtype_get_mblen()
: data0type.h
, data0type.ic
- dtype_get_mbmaxlen()
: data0type.h
, data0type.ic
- dtype_get_mbminlen()
: data0type.h
, data0type.ic
- dtype_get_min_size_low()
: data0type.ic
, data0type.h
- dtype_get_mtype()
: data0type.ic
, data0type.h
- dtype_get_mysql_type()
: data0type.ic
, data0type.h
- dtype_get_pad_char()
: data0type.h
, data0type.ic
- dtype_get_prtype()
: data0type.ic
, data0type.h
- dtype_get_sql_null_size()
: data0type.ic
, data0type.h
- dtype_is_binary_string_type()
: data0type.h
- dtype_is_non_binary_string_type()
: data0type.h
- dtype_is_string_type()
: data0type.h
- dtype_is_utf8()
: data0type.h
, data0type.ic
- dtype_new_read_for_order_and_null_size()
: data0type.h
, data0type.ic
- dtype_new_store_for_order_and_null_size()
: data0type.h
, data0type.ic
- dtype_print()
: data0type.h
- dtype_read_for_order_and_null_size()
: data0type.h
, data0type.ic
- dtype_set()
: data0type.h
, data0type.ic
- dtype_set_mblen()
: data0type.ic
- dtype_set_mbminmaxlen()
: data0type.h
, data0type.ic
- dtype_sql_name()
: data0type.ic
, data0type.h
- dtype_validate()
: data0type.h
- dyn_array_add_block()
: dyn0dyn.ic
- dyn_array_close()
: dyn0dyn.h
, dyn0dyn.ic
- dyn_array_create()
: dyn0dyn.ic
, dyn0dyn.h
- DYN_ARRAY_DATA_SIZE
: dyn0dyn.h
- dyn_array_free()
: dyn0dyn.ic
, dyn0dyn.h
- dyn_array_get_data_size()
: dyn0dyn.h
, dyn0dyn.ic
- dyn_array_get_element()
: dyn0dyn.ic
, dyn0dyn.h
- dyn_array_get_first_block
: dyn0dyn.h
- dyn_array_get_last_block
: dyn0dyn.h
- dyn_array_get_next_block
: dyn0dyn.h
- dyn_array_get_prev_block
: dyn0dyn.h
- dyn_array_open()
: dyn0dyn.ic
, dyn0dyn.h
- dyn_array_push()
: dyn0dyn.h
, dyn0dyn.ic
- dyn_array_t
: dyn0dyn.h
- DYN_BLOCK_FULL_FLAG
: dyn0dyn.ic
- dyn_block_get_data()
: dyn0dyn.ic
, dyn0dyn.h
- dyn_block_get_used()
: dyn0dyn.ic
, dyn0dyn.h
- DYN_BLOCK_MAGIC_N
: dyn0dyn.ic
- dyn_push_string()
: dyn0dyn.ic
, dyn0dyn.h