Commit d198c59
Fix INSERT IGNORE test expecting old enum error format
- Updated issue 8611 test to expect ErrDataTruncatedForColumnAtRow instead of ErrDataTruncatedForColumn
- Test was failing because it expected the old error type without row information
- All INSERT IGNORE tests now pass with the new MySQL-compliant error format
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent af73949 commit d198c59
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2836 | 2836 | | |
2837 | 2837 | | |
2838 | 2838 | | |
2839 | | - | |
| 2839 | + | |
2840 | 2840 | | |
2841 | 2841 | | |
2842 | 2842 | | |
| |||
0 commit comments