executor: fix the order of printing TTL info in show create table#64877
executor: fix the order of printing TTL info in show create table#64877ti-chi-bot[bot] merged 1 commit intopingcap:masterfrom
show create table#64877Conversation
Signed-off-by: Yang Keao <yangkeao@chunibyo.icu>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #64877 +/- ##
================================================
- Coverage 74.6711% 73.5996% -1.0716%
================================================
Files 1891 1870 -21
Lines 515863 508895 -6968
================================================
- Hits 385201 374545 -10656
- Misses 106806 112193 +5387
+ Partials 23856 22157 -1699
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hawkingrei, lcwangchao 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 |
[LGTM Timeline notifier]Timeline:
|
|
/retest |
3 similar comments
|
/retest |
|
/retest |
|
/retest |
|
In response to a cherrypick label: new pull request created to branch |
|
In response to a cherrypick label: new pull request created to branch |
|
In response to a cherrypick label: new pull request created to branch |
|
In response to a cherrypick label: new pull request created to branch |
|
In response to a cherrypick label: new pull request created to branch |
What problem does this PR solve?
Issue Number: close #64876
Problem Summary:
The result of
show create tableofTTL+PARTITIONtable is not correct, which blocks the BR/CDC to synchronize the DDL event.What changed and how does it work?
show create table.Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.