MCPcopy Create free account
hub / github.com/arkdb/inception / allocate_column_bitmap

Function allocate_column_bitmap

sql/sql_data_change.cc:39–59  ·  view source on GitHub ↗

Allocates and initializes a MY_BITMAP bitmap, containing one bit per column in the table. The table THD's MEM_ROOT is used to allocate memory. @param table The table whose columns should be used as a template for the bitmap. @param[out] bitmap A pointer to the allocated bitmap. @retval false Success. @retval true Memory allocation error. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

Calls 2

multi_alloc_rootFunction · 0.85
bitmap_initFunction · 0.85

Tested by

no test coverage detected