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/
This is an automated cherry-pick of #64444 ### What problem does this PR solve? Issue Number: close #64323 Problem Summary: In TiDB version V5.1 and eailer, there is a meta...
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ```sql DROP TABLE IF EXISTS t0; CREATE TABLE t0 (c1 FLOAT8, c2...
### What problem does this PR solve? Issue Number: close #64960, ref #64281 Problem Summary: ### What changed and how does it work? Fix a tiny bug introduced in https://github.com/pingcap/tidb/pull/64702...
This is an automated cherry-pick of #60319 ### What problem does this PR solve? Issue Number: close https://github.com/pingcap/tidb/issues/61547 Problem Summary: We’re encountering the same issue when using a regular S3...
This is an automated cherry-pick of #63285 ### What problem does this PR solve? Issue Number: close #63286 Problem Summary: ### What changed and how does it work? 1. Use...
This is an automated cherry-pick of #56627 ### What problem does this PR solve? Issue Number: close #56296 Problem Summary: We can only see the main `backupmeta.json`. ### What changed...
This is an automated cherry-pick of #60086 ### What problem does this PR solve? Issue Number: close #60209 Problem Summary: We need to redact credential info in log ### What...
### What problem does this PR solve? Issue Number: close #xxx Problem Summary: ### What is changed and how it works? ### Check List Tests - [ ] Unit test...
*: support system variable `tidb_index_lookup_pushdown_policy` and hint `NO_INDEX_LOOKUP_PUSHDOWN`
### What problem does this PR solve? Issue Number: ref #62575 ### What changed and how does it work? - Introduce a new system variable `tidb_index_lookup_pushdown_policy` which has 3 options:...
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ``` create table t1 (id int primary key, v1 int unique, v2...