You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unskip unsigned integer auto-increment SHOW CREATE TABLE tests
These tests verify that SHOW CREATE TABLE correctly displays AUTO_INCREMENT
values at integer type maximums for unsigned types:
- TINYINT UNSIGNED: AUTO_INCREMENT=255
- SMALLINT UNSIGNED: AUTO_INCREMENT=65535
- MEDIUMINT UNSIGNED: AUTO_INCREMENT=16777215
- INT UNSIGNED: AUTO_INCREMENT=4294967295
- BIGINT UNSIGNED: AUTO_INCREMENT=18446744073709551615
Related to dolthub/dolt#9530 auto-increment overflow protection fix.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments