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

Method reset_default_fields

sql/table.cc:9753–9758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9751*/
9752
9753void TABLE::reset_default_fields()
9754{
9755 DBUG_ENTER("reset_default_fields");
9756 bitmap_clear_all(&has_value_set);
9757 DBUG_VOID_RETURN;
9758}
9759
9760/*
9761 Prepare triggers for INSERT-like statement.

Callers 10

mysql_insertFunction · 0.80
prepareMethod · 0.80
store_valuesMethod · 0.80
update_single_tableMethod · 0.80
prepareMethod · 0.80
mysql_alter_tableFunction · 0.80
copy_data_between_tablesFunction · 0.80
mysql_loadFunction · 0.80
do_apply_eventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected