Open Issues Need Help
View All on GitHubAI Summary: Debug and fix a bug in GitHub's online schema migration tool (gh-ost) where character set conversion from latin1 to utf8mb3 fails during binlog replication. The issue arises when new data containing characters with different encodings in latin1 and utf8mb3 is inserted during the migration, causing errors. A reproduction repository is provided.
Complexity:
4/5
bug help wanted