-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
config: disable list partition by default since it's an experimental feature #22045
Conversation
/run-all-tests |
@crazycs520 please fix tidb-test |
/run-all-tests tidb-test=pr/1144 |
/run-common-test tidb-test=pr/1144 |
1 similar comment
/run-common-test tidb-test=pr/1144 |
Should merge https://github.com/pingcap/tidb-test/pull/1144 first. |
@tiancaiamao @lysu PTAL |
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.
LGTM
Signed-off-by: crazycs520 <crazycs520@gmail.com>
83daaba
to
9843a67
Compare
/run-all-tests tidb-test=pr/1144 |
…/tidb into diable-list-partition
/run-all-tests tidb-test=pr/1144 |
LGTM |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-5.0-rc in PR #22060 |
…imental feature (pingcap#22045)" This reverts commit b1bd285.
Signed-off-by: crazycs520 crazycs520@gmail.com
What problem does this PR solve?
Disable list-partition table by default.
What is changed and how it works?
Add
nightly
value fortidb_enable_table_partition
variable to enable list partition.Related changes
Check List
Tests
Side effects
Release note