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.
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
ddl: Support exchange partition #17149
ddl: Support exchange partition #17149
Changes from 17 commits
70f6354
57af241
af97469
adef48e
1a7f599
11809d0
c8bc050
5a32fe4
35941aa
7468924
64fd709
cb88c18
71cf840
a902cdc
a228468
9ff0790
dda9d75
32c6285
899033f
f4f5b38
a38b5e0
3cec6f2
53f4f73
101c673
a1ca360
40db78a
c559f12
f9fdd0c
c979e69
c096c8c
4130a9a
0ffd1ab
488cb5f
b5cfdd3
fac04c1
be92bb3
3f38e2b
d9bc6fa
ea173bf
57aeb95
5a29bdd
aa8da8e
ebce341
65f4c64
5a46b18
ec51f5e
a93fe24
95b2554
134c55d
d724823
894b7e5
40729a1
6ea633d
d9b98c0
b194f11
7807380
4769d3b
325d596
33e0c36
6eeb3fd
b46a6bb
85d71c0
a4d0161
6c1d63a
b5b6824
999b0d9
2cf5d03
52676f8
6bc1a4a
9cd7caa
771e4dd
f2ab275
dc8abd3
44f6018
3ec7b7a
f3fc2e7
8396b42
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
@crazycs520 It has compared the Primary key here.
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.
No, they are different. For table
create table t1 (a int key, b int, index (a));
, theTableInfo.Indices
is nil.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.
Done @crazycs520 PTAL