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

Method has_update_default_function

sql/field.h:1277–1280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1275 virtual int set_default();
1276
1277 bool has_update_default_function() const
1278 {
1279 return flags & ON_UPDATE_NOW_FLAG;
1280 }
1281 bool has_default_now_unireg_check() const
1282 {
1283 return unireg_check == TIMESTAMP_DN_FIELD

Callers 6

parse_vcol_defsFunction · 0.80
print_on_update_clauseFunction · 0.80
copy_data_between_tablesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected