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 #64833 Problem Summary: See the issue. ### What changed and how does it work? Added a filter to `loader`, which...
### What problem does this PR solve? Issue Number: close #xxx Problem Summary: ### What changed and how does it work? ### Check List Tests - [ ] Unit test...
### What problem does this PR solve? Issue Number: ref #64065 Problem Summary: ### What changed and how does it work? ### Check List Tests - [x] Unit test -...
## Enhancement Though we have developed some features recently, the next LTS major version isn't scheduled yet. To delivery those features, we need to pick them to release-8.5. cherry-pick feature:...
## Enhancement Though we have developed some features recently, the next LTS major version isn't scheduled yet. To delivery those features, we need to pick them to release-8.5. cherry-pick feature:...
### What problem does this PR solve? Issue Number: close #xxx Problem Summary: ### What changed and how does it work? ### Check List Tests - [ ] Unit test...
### What problem does this PR solve? Issue Number: close #xxx Problem Summary: ### What changed and how does it work? ### Check List Tests - [ ] Unit test...
Design Doc: https://github.com/pingcap/tidb/pull/64294 # Development Tasks ## Feature Branches Please merge the PRs to the feature branches: - PD: https://github.com/tikv/pd/tree/feature/active-active - TiDB: https://github.com/pingcap/tidb/tree/feature/active-active - TiKV: https://github.com/tikv/tikv/tree/feature/active-active - Client-go: https://github.com/tikv/client-go/tree/feature/active-active -...
## Bug Report Please answer these questions before submitting your issue. Thanks! Ref https://github.com/tikv/client-go/issues/1793 ### 1. Minimal reproduce step (Required) ### 2. What did you expect to see? (Required) ###...
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) `CREATE TABLE t0(c0 double unsigned); INSERT INTO t0 VALUES (0),(0.8077146669816686); select count(*)...