Add I_S.keywords for v7.5#18155
Merged
Merged
Conversation
Oreoxmt
reviewed
Jul 10, 2024
Oreoxmt
reviewed
Jul 10, 2024
17 tasks
Co-authored-by: Aolin <aolinz@outlook.com>
Oreoxmt
approved these changes
Jul 10, 2024
Collaborator
update Connector/J 8.0 compatibility
dveeden
commented
Jul 10, 2024
qiancai
approved these changes
Jul 11, 2024
Co-authored-by: Grace Cai <qqzczy@126.com>
Collaborator
|
@bb7133 PTAL |
|
@bb7133: adding LGTM is restricted to approvers and reviewers in OWNERS files. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Collaborator
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Oreoxmt The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is changed, added or deleted? (Required)
The
information_schema.keywordshas been backported to v7.5 as MySQL Connector/J uses this table if the advertised MySQL version is v8.0 or higher. This makes it easier to use v7.5 with Connector/J without having to configure TiDB server to advertise a lower version of MySQL.Which TiDB version(s) do your changes apply to? (Required)
Tips for choosing the affected version(s):
By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.
For details, see tips for choosing the affected versions.
What is the related PR or file link(s)?
This PR is translated from:
Other reference link(s):
parser, infoschema, executor: Add information_schema.keywords (#48807) tidb#54219
parser: Sort keywords (#48851) tidb#54220
parser: truncate keywords.go when re-creating it (#49634) tidb#54221
Do your changes match any of the following descriptions?