-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
planner: add three fields to statement summary table #39828
Merged
Merged
Changes from 23 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
2e499f8
commit
fzzf678 11bdb75
Merge branch 'master' into add_field_stmtSummary
fzzf678 d7db77c
Merge branch 'master' into add_field_stmtSummary
fzzf678 c1682ac
Update tables.go
fzzf678 c5f158f
Merge branch 'master' into add_field_stmtSummary
fzzf678 c6c1fce
Update index_merge.result
fzzf678 f00de6b
Merge branch 'add_field_stmtSummary' of https://github.com/fzzf678/ti…
fzzf678 39b6a2d
ut
fzzf678 51e0423
Merge branch 'master' into add_field_stmtSummary
fzzf678 c07c34c
cluster
fzzf678 f849759
Merge branch 'add_field_stmtSummary' of https://github.com/fzzf678/ti…
fzzf678 0affe2a
fix ut
fzzf678 468da50
Merge remote-tracking branch 'upstream/master' into add_field_stmtSum…
fzzf678 dddf480
bazel
fzzf678 107d649
order by length(plan_hint)
fzzf678 ca5a094
Update planbuilder.go
fzzf678 102270b
Revert "Update planbuilder.go"
fzzf678 b58a0b6
Merge branch 'master' into add_field_stmt
fzzf678 44b7926
commit
fzzf678 99ff24f
commit
fzzf678 f65c0e5
Update tiflash_test.go
fzzf678 708d1ec
Update tables_test.go
fzzf678 8068b8b
Merge branch 'master' into add_field_stmt
fzzf678 23c3fab
Merge branch 'master' into add_field_stmt
hawkingrei 08ca1ea
Update tables_test.go
fzzf678 4de5160
Merge branch 'add_field_stmt' of https://github.com/fzzf678/tidb into…
fzzf678 251dfe4
Update index_merge.result
fzzf678 edfebae
Merge branch 'master' into add_field_stmt
fzzf678 b9108c2
Merge branch 'master' into add_field_stmt
hawkingrei 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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if we need to print planDigest. we can add it into
require.Equal
. it looks like this.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
woops, i forgot remove this Println