MCPcopy Create free account
hub / github.com/MariaDB/server / dbug_tmp_restore_column_maps

Function dbug_tmp_restore_column_maps

sql/table.h:3592–3600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3590
3591
3592static inline void dbug_tmp_restore_column_maps(MY_BITMAP **read_set,
3593 MY_BITMAP **write_set,
3594 MY_BITMAP **old)
3595{
3596#ifdef DBUG_ASSERT_EXISTS
3597 tmp_restore_column_map(read_set, old[0]);
3598 tmp_restore_column_map(write_set, old[1]);
3599#endif
3600}
3601
3602
3603enum get_table_share_flags {

Callers 9

convert_const_to_intFunction · 0.85
get_stat_valuesMethod · 0.85
prune_partitionsFunction · 0.85
print_sel_arg_keyFunction · 0.85
print_keyFunction · 0.85
print_quickFunction · 0.85
print_key_valueFunction · 0.85
videx_print_key_valueFunction · 0.85

Calls 1

tmp_restore_column_mapFunction · 0.85

Tested by

no test coverage detected