-
Notifications
You must be signed in to change notification settings - Fork 716
[WIP] add v8.5.7 release notes #23061
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
qiancai
wants to merge
45
commits into
pingcap:master
Choose a base branch
from
qiancai:v8.5.7-rn
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
e72b792
Create release-8.5.7.md
qiancai 107f3d9
Update releases/release-8.5.7.md
qiancai 1075319
Update release-8.5.7.md
qiancai 877d38b
add improvements and bug fixes
qiancai aade485
move #9806 from TiDB improvements to TiFlash improvements
qiancai 0b47ab0
Update releases/release-8.5.7.md
qiancai a7c79d4
Update release-8.5.7.md
qiancai 1361fba
adding #8690 for PD
qiancai 7e63bcf
move #19373 and #5713 to the features section
qiancai 40fd2f7
apply comments from JmPotato
qiancai 041c744
add descriptions for two featues
qiancai 108c550
Update release-8.5.7.md
qiancai 5a4f2c0
#63856: change it from a bug fix to an improvement
qiancai d4b0f8b
moved #63856 to TiDB improvements
qiancai b414aab
update descriptions for two improvement FDs
qiancai a31c185
Apply suggestions from hbisheng
qiancai ac3e60a
Update release-8.5.7.md
qiancai ceb5b11
Apply suggestions from code review
qiancai f7ece09
shows entries with FDs first
qiancai ecb82d9
Merge branch 'v8.5.7-rn' of https://github.com/qiancai/docs into v8.5…
qiancai fe6ec49
add feature description for partial indexes
qiancai aaaf7b9
Apply suggestions from code review
qiancai ffb0049
Update releases/release-8.5.7.md
qiancai 7b0dd0d
Update release-8.5.7.md
qiancai ff6d9b5
Apply suggestions from code review
qiancai 551feab
Update release-8.5.7.md
qiancai b9942a3
move #40328 to MySQL compatibility
qiancai 9b9c87c
Update releases/release-8.5.7.md
qiancai de204e4
remove feature placeholders
qiancai b59a710
Merge branch 'v8.5.7-rn' of https://github.com/qiancai/docs into v8.5…
qiancai 2ab7cd2
add tw indicator
qiancai 8795d91
Update release-8.5.7.md
qiancai fb9b3c4
refine descriptions for two features
qiancai fd07e3c
use v8.5 doc links
qiancai 9f8e41e
add compatibility changes
qiancai 2f29f45
Update release-8.5.7.md
qiancai 4989f6d
Refine wording
lilin90 fb2fb80
Update release-8.5.7.md
qiancai b5d09b5
Merge branch 'v8.5.7-rn' of https://github.com/qiancai/docs into v8.5…
qiancai cd95a6f
update descriptions for default value changes of two variables
qiancai 2b7145a
Apply suggestions from code review
lilin90 87aef48
Apply suggestions from code review
lilin90 091124d
add 3 TiKV configuration items
qiancai 8ba72cc
fix a doc pr link
qiancai 464b6ea
Apply suggestions from code review
qiancai File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,116 @@ | ||
| --- | ||
| title: TiDB 8.5.7 Release Notes | ||
| summary: Learn about the features, compatibility changes, improvements, and bug fixes in TiDB 8.5.7. | ||
| --- | ||
|
|
||
| # TiDB 8.5.7 Release Notes | ||
|
|
||
| Release date: xx xx, 2026 | ||
|
|
||
| TiDB version: 8.5.7 | ||
|
|
||
| Quick access: [Quick start](https://docs.pingcap.com/tidb/v8.5/quick-start-with-tidb) | [Production deployment](https://docs.pingcap.com/tidb/v8.5/production-deployment-using-tiup) | ||
|
|
||
| ## Features | ||
|
|
||
| ### Scalability | ||
|
|
||
| * Placeholder for feature summary [#issue-number](issue-link) @[pr-author-github-id](id-link) **tw@xxx** <!--1234--> | ||
|
|
||
| Provide a concise overview of what the feature is, the value it offers to users, and include a brief sentence on how to use it effectively. If there are any particularly important aspects of this feature, be sure to mention them as well. | ||
|
|
||
| For more information, see [Documentation](link). | ||
|
|
||
| ### Performance | ||
|
|
||
| * Placeholder for feature summary [#issue-number](issue-link) @[pr-author-github-id](id-link) **tw@xxx** <!--1234--> | ||
|
|
||
| Provide a concise overview of what the feature is, the value it offers to users, and include a brief sentence on how to use it effectively. If there are any particularly important aspects of this feature, be sure to mention them as well. | ||
|
|
||
| For more information, see [Documentation](link). | ||
|
|
||
| ### Reliability | ||
|
|
||
| * Placeholder for feature summary [#issue-number](issue-link) @[pr-author-github-id](id-link) **tw@xxx** <!--1234--> | ||
|
|
||
| Provide a concise overview of what the feature is, the value it offers to users, and include a brief sentence on how to use it effectively. If there are any particularly important aspects of this feature, be sure to mention them as well. | ||
|
|
||
| For more information, see [Documentation](link). | ||
|
|
||
| ### Availability | ||
|
|
||
| * Placeholder for feature summary [#issue-number](issue-link) @[pr-author-github-id](id-link) **tw@xxx** <!--1234--> | ||
|
|
||
| Provide a concise overview of what the feature is, the value it offers to users, and include a brief sentence on how to use it effectively. If there are any particularly important aspects of this feature, be sure to mention them as well. | ||
|
|
||
| For more information, see [Documentation](link). | ||
|
|
||
| ### SQL | ||
|
|
||
|
qiancai marked this conversation as resolved.
|
||
| * Placeholder for feature summary [#issue-number](issue-link) @[pr-author-github-id](id-link) **tw@xxx** <!--1234--> | ||
|
|
||
| Provide a concise overview of what the feature is, the value it offers to users, and include a brief sentence on how to use it effectively. If there are any particularly important aspects of this feature, be sure to mention them as well. | ||
|
|
||
| For more information, see [Documentation](link). | ||
|
|
||
| ### DB operations | ||
|
|
||
| * Placeholder for feature summary [#issue-number](issue-link) @[pr-author-github-id](id-link) **tw@xxx** <!--1234--> | ||
|
|
||
| Provide a concise overview of what the feature is, the value it offers to users, and include a brief sentence on how to use it effectively. If there are any particularly important aspects of this feature, be sure to mention them as well. | ||
|
|
||
| For more information, see [Documentation](link). | ||
|
|
||
| ### Observability | ||
|
|
||
| * Placeholder for feature summary [#issue-number](issue-link) @[pr-author-github-id](id-link) **tw@xxx** <!--1234--> | ||
|
|
||
| Provide a concise overview of what the feature is, the value it offers to users, and include a brief sentence on how to use it effectively. If there are any particularly important aspects of this feature, be sure to mention them as well. | ||
|
|
||
| For more information, see [Documentation](link). | ||
|
|
||
| ### Security | ||
|
|
||
| * Placeholder for feature summary [#issue-number](issue-link) @[pr-author-github-id](id-link) **tw@xxx** <!--1234--> | ||
|
|
||
| Provide a concise overview of what the feature is, the value it offers to users, and include a brief sentence on how to use it effectively. If there are any particularly important aspects of this feature, be sure to mention them as well. | ||
|
|
||
| For more information, see [Documentation](link). | ||
|
|
||
| ### Data migration | ||
|
|
||
| * Placeholder for feature summary [#issue-number](issue-link) @[pr-author-github-id](id-link) **tw@xxx** <!--1234--> | ||
|
|
||
| Provide a concise overview of what the feature is, the value it offers to users, and include a brief sentence on how to use it effectively. If there are any particularly important aspects of this feature, be sure to mention them as well. | ||
|
|
||
| For more information, see [Documentation](link). | ||
|
|
||
| ## Compatibility changes | ||
|
|
||
| ### Behavior changes | ||
|
|
||
|
qiancai marked this conversation as resolved.
|
||
| ### MySQL compatibility | ||
|
|
||
|
qiancai marked this conversation as resolved.
|
||
| ### System variables | ||
|
|
||
| | Variable name | Change type | Description | | ||
| |--------|------------------------------|------| | ||
| | | | | | ||
| | | | | | ||
| | | | | | ||
|
|
||
| ### Configuration parameters | ||
|
|
||
| | Configuration file or component | Configuration parameter | Change type | Description | | ||
| | -------- | -------- | -------- | -------- | | ||
| | | | | | | ||
|
qiancai marked this conversation as resolved.
Outdated
|
||
| | | | | | | ||
| | | | | | | ||
|
|
||
| ### System tables | ||
|
|
||
| ### Other changes | ||
|
|
||
| ## Improvements | ||
|
|
||
| ## Bug fixes | ||
|
qiancai marked this conversation as resolved.
Outdated
|
||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.