Support for PK changes from signed int to unsigned bigint #52500
Labels
compatibility-mysql8
This is a compatibility issue with MySQL 8.0(but NOT 5.7)
type/compatibility
type/feature-request
Categorizes issue or PR as related to a new feature.
Feature Request
Is your feature request related to a problem? Please describe:
A table is created with
INT
(signed). Then the volume of the data changes. Changing it toBIGINT
might help a bit but eventually changing it toBIGINT UNSIGNED
is needed.This can be seen as a sub-issue of #18090
Describe the feature you'd like:
Allow this to work:
Describe alternatives you've considered:
Something like this might be possible:
However:
BATCH
statement or external tools for larger tables, adding operational overhead.Another option:
However:
NONCLUSTERED
tables, which isn't the defaultTeachability, Documentation, Adoption, Migration Strategy:
The text was updated successfully, but these errors were encountered: