executor: Modify temporary table behavior for history read#25747
Conversation
|
ref #25724 |
|
/run-check_dev_2 |
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by submitting an approval review. |
|
We will need to update the document later about the behaviour |
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: a59c645 |
@tiancaiamao Which document? The RFC is fine, it's normal that it's out of date. The user doc is not filed. |
What problem does this PR solve?
Problem Summary:
Some tools like dumpling or mydumper will read all tables to dump data. To make a compatible behavior with these tools, a history read to temp table should not return error
What is changed and how it works?
do not return error when history read temporary table
Related changes
Check List
Tests
Side effects
Release note