-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: This change refactors the MySQL version parsing code to support FB-infra MySQL version strings better. In particular, it queries `@version_comment` now instead of `@version`, which has richer information such as the release version. This allows us to make finer grained decisions about whether OSC can use a certain capability or not, such as checksum extensions or `DUMP TABLE`. There is already a precedent for this, with things like `is_high_pri_ddl_supported` and `is_trigger_rbr_safe`. Reviewed By: preritj24 Differential Revision: D60781614 fbshipit-source-id: 8dc062d18630494db4b59da27df56f5f8b69d9d5
- Loading branch information
1 parent
3abdf82
commit 0289c04
Showing
5 changed files
with
156 additions
and
206 deletions.
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
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
Oops, something went wrong.