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

Method add_function_default_columns

sql/sql_data_change.h:313–319  ·  view source on GitHub ↗

Adds the columns that are bound to receive default values from a function (e.g. CURRENT_TIMESTAMP) to the set columns. Uses lazy instantiation of the set of function default columns. @param table The table on which the operation is performed. @param[out] columns The function default columns are added to this set. @retval false Success. @retval true Memory a

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

mysql_insertFunction · 0.80
prepareMethod · 0.80
prepare2Method · 0.80
prepareMethod · 0.80
mysql_loadFunction · 0.80
TEST_FFunction · 0.80

Calls 1

bitmap_unionFunction · 0.85

Tested by

no test coverage detected