#include "ut0byte.h"#include "ut0sort.h"Include dependency graph for ut0byte.c:

Go to the source code of this file.
Functions | |
| void | ut_dulint_sort (dulint *arr, dulint *aux_arr, ulint low, ulint high) |
Variables | |
| dulint | ut_dulint_zero = {0, 0} |
| dulint | ut_dulint_max = {0xFFFFFFFFUL, 0xFFFFFFFFUL} |
Definition at line 26 of file ut0byte.c.
References ut_dulint_cmp(), ut_dulint_sort(), and UT_SORT_FUNCTION_BODY.
Referenced by ut_dulint_sort().
00028 { 00029 UT_SORT_FUNCTION_BODY(ut_dulint_sort, arr, aux_arr, low, high, 00030 ut_dulint_cmp); 00031 }
Here is the call graph for this function:

Here is the caller graph for this function:

| dulint ut_dulint_max = {0xFFFFFFFFUL, 0xFFFFFFFFUL} |
Definition at line 21 of file ut0byte.c.
Referenced by innobase_start_or_create_for_mysql(), log_group_checkpoint(), log_init(), log_reset_first_header_and_checkpoint(), logs_empty_and_mark_files_at_shutdown(), recv_apply_hashed_log_recs(), recv_recovery_from_checkpoint_start(), recv_reset_logs(), recv_truncate_group(), srv_master_thread(), trx_create(), trx_lists_init_at_db_start(), trx_purge_choose_next_log(), trx_start_low(), trx_sys_create_doublewrite_buf(), and trx_sys_mark_upgraded_to_multiple_tablespaces().
| dulint ut_dulint_zero = {0, 0} |
Definition at line 18 of file ut0byte.c.
Referenced by btr_cur_update_in_place(), buf_block_init(), buf_flush_free_margin(), buf_flush_ready_for_flush(), buf_flush_ready_for_replace(), buf_flush_validate_low(), buf_flush_write_complete(), buf_LRU_block_remove_hashed_page(), buf_LRU_invalidate_tablespace(), buf_page_init(), buf_page_init_for_backup_restore(), dict_mem_table_create(), fil_create_new_single_table_tablespace(), fseg_alloc_free_page_low(), fsp_alloc_seg_inode_page(), fsp_free_seg_inode(), fsp_init_file_page_low(), fsp_print(), fsp_seg_inode_page_find_free(), fsp_seg_inode_page_find_used(), fsp_validate(), ins_node_create(), ins_node_set_new_row(), lock_release_off_kernel(), lock_validate(), log_init(), log_reset_first_header_and_checkpoint(), page_create(), recv_find_max_checkpoint(), recv_read_cp_info_for_backup(), recv_recover_page(), recv_reset_logs(), recv_sys_init(), row_undo_mod_undo_also_prev_vers(), trx_cleanup_at_db_startup(), trx_commit_off_kernel(), trx_create(), trx_mark_sql_stat_end(), trx_print(), trx_purge_arr_get_biggest(), trx_purge_choose_next_log(), trx_purge_rseg_get_next_history_log(), trx_purge_sys_create(), trx_purge_truncate_history(), trx_rollback(), trx_start_low(), trx_undo_arr_get_biggest(), trx_undo_report_row_operation(), and trx_undo_truncate_start().
1.4.7

