-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[improve](binlog) Reserve ids for binlog type allocation (#43769)
### What problem does this PR solve? Problem Summary: Keep some IDs for allocation so that when new binlog types are added in the future, the changes can be picked back to the old versions without breaking compatibility. The code will check the IDs of binlog types. Any binlog types whose IDs are greater than or equal to MIN_UNKNOWN will be ignored.
- Loading branch information
Showing
2 changed files
with
122 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters