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

Function require_timestamp_error

sql/handler.cc:9506–9509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9504}
9505
9506static void require_timestamp_error(const char *field, const char *table)
9507{
9508 my_error(ER_VERS_FIELD_WRONG_TYPE, MYF(0), field, "TIMESTAMP(6)", table);
9509}
9510
9511static void require_trx_id_error(const char *field, const char *table)
9512{

Callers 1

check_sys_fieldsMethod · 0.85

Calls 1

my_errorFunction · 0.85

Tested by

no test coverage detected