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
Un-skip auto-increment overflow tests from PR #3100
Removed Skip: true from tests that verify auto-increment behavior at maximum values.
Our fix now allows these tests to pass:
- Insert max values (127 for TINYINT, 32767 for SMALLINT, etc.)
- Verify SHOW CREATE TABLE shows correct AUTO_INCREMENT values
- Removed redundant auto_increment_overflow_test.go file
Tests now properly validate that AUTO_INCREMENT values don't exceed type limits
and display correctly in SHOW CREATE TABLE output.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments