| 9504 | } |
| 9505 | |
| 9506 | static 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 | |
| 9511 | static void require_trx_id_error(const char *field, const char *table) |
| 9512 | { |
no test coverage detected