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

Function is_versioning_timestamp

sql/handler.cc:9487–9491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9485}
9486
9487static bool is_versioning_timestamp(const Column_definition *f)
9488{
9489 return f->type_handler() == &type_handler_timestamp2 &&
9490 f->length == MAX_DATETIME_FULL_WIDTH;
9491}
9492
9493static bool is_some_bigint(const Column_definition *f)
9494{

Callers 1

check_sys_fieldsMethod · 0.85

Calls 1

type_handlerMethod · 0.45

Tested by

no test coverage detected