tidb
tidb copied to clipboard
TiDB is an open-source, cloud-native, distributed, MySQL-Compatible database for elastic scale and real-time analytics. Try AI-powered Chat2Query free at : https://www.pingcap.com/tidb-serverless/
### What problem does this PR solve? Issue Number: close #37051 Problem Summary: ### What is changed and how it works? ### Check List Tests - [ ] Unit test...
### What problem does this PR solve? Issue Number: ref #35926 Problem Summary: ### What is changed and how it works? #35927 has introduce a new replica_read type `closest-replica` which...
Signed-off-by: lance6716 ### What problem does this PR solve? Issue Number: ref https://github.com/pingcap/tidb/issues/35933 Problem Summary: ### What is changed and how it works? in DM integration tests, I found a...
### What problem does this PR solve? Issue Number: ref #36598 Problem Summary: planner: move logic of plan cache stmt checking to plan cache backend ### What is changed and...
Signed-off-by: Weizhen Wang ### What problem does this PR solve? Issue Number: ref #36879 Problem Summary: ### What is changed and how it works? ### Check List Tests - [...
Signed-off-by: xiongjiwei ### What problem does this PR solve? Issue Number: close #xxx Problem Summary: ### What is changed and how it works? ### Check List Tests - [ ]...
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ``` create table t1 (id int unsigned not null auto_increment primary key);...
## Bug Report ### 1. Minimal reproduce step (Required) 1. Use `CREATE VIEW AS SELECT` to create a view ``` create view test_normalization.temp_view as ( with input_data as ( select...
### What problem does this PR solve? Issue Number: close #xxx Problem Summary: ### What is changed and how it works? add warn log for sync stats and link it...
Signed-off-by: Weizhen Wang ### What problem does this PR solve? Issue Number: close #xxx Problem Summary: ### What is changed and how it works? ### Check List Tests - [...