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 #246

Merged
merged 10 commits into from
Sep 24, 2024
Merged

bug fix #246

merged 10 commits into from
Sep 24, 2024

Conversation

cyz-2023
Copy link
Contributor

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

src/physical_plan/index_selector.cpp Outdated Show resolved Hide resolved
@lgqss lgqss merged commit eb6d074 into baidu:master Sep 24, 2024
2 checks passed
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