| 9485 | } |
| 9486 | |
| 9487 | static 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 | |
| 9493 | static bool is_some_bigint(const Column_definition *f) |
| 9494 | { |
no test coverage detected