Skip to content
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
wants to merge 9 commits into from
Closed

bug fix #245

wants to merge 9 commits into from

Conversation

cyz-2023
Copy link
Contributor

@cyz-2023 cyz-2023 commented Aug 28, 2024

  • 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。

include/common/meta_server_interact.hpp Outdated Show resolved Hide resolved
src/logical_plan/select_planner.cpp Outdated Show resolved Hide resolved
src/logical_plan/prepare_planner.cpp Outdated Show resolved Hide resolved
src/logical_plan/logical_planner.cpp Outdated Show resolved Hide resolved
src/logical_plan/prepare_planner.cpp Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants