MDEV-28152 create sequences with various signed value types
- Support signed types. Unsigned types to be worked out in the next patch. - Sequence (definition) tables uses the value type for the field type of minvalue, maxvalue, startvalue, next_not_cached_value, so that the value type can be inferred from this type.
Showing
This diff is collapsed.
Please register or sign in to comment