-
Notifications
You must be signed in to change notification settings - Fork 171
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
bug fix #245
Closed
Closed
bug fix #245
Conversation
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
Contributor
cyz-2023
commented
Aug 28, 2024
•
edited
Loading
edited
- prepare模式QueryContext及RuntimeStatus对象部分变量需重置,比如 is_canel, 统计信息。debug_region_id, execute_global_flow等。
- update_manager_node全局索引更新时,不返回last_insert_id修复。
- union类型统计到select_time_cost
- prepare模式设置dml txt。只有非select且prepared_table_id != -1才需要设置
- index_selector中计算分区时,只有等值类型才能计算。(前缀like计算会出错)
- index_selector中生产field_range_map时,每次需要清空FieldRange对象。SQL where a like 'xx_%' and a = '111;
- 使用bns_channel请求meta时,加锁区间过大。 导致超时时间叠加。 auto_inc和tso的MetaServerInteract不会自动更新leader。
lgqss
requested changes
Sep 23, 2024
lgqss
requested changes
Sep 23, 2024
lgqss
requested changes
Sep 23, 2024
lgqss
requested changes
Sep 23, 2024
lgqss
requested changes
Sep 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.