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
Address PR review feedback on varbinary Warning 1300 fix
- Use MySQLType "varbinary(16)" in tests instead of bare "varbinary",
matching the real value produced by information_schema COLUMN_TYPE
(which includes length). Guards against future refactors that might
switch from substring matching to exact matching.
- Correct test comment: MySQLType is populated from COLUMN_TYPE, not
data_type.
- Broaden types.go comment to say "the connection's charset/collation
metadata (often utf8mb4)" since gh-ost's connection charset is
configurable via --charset.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments