tidb icon indicating copy to clipboard operation
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/

Results 885 tidb issues
Sort by recently updated
recently updated
newest added

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...

release-note
size/M
cherry-pick-approved
approved
lgtm
type/cherry-pick-for-release-8.5

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

type/bug
contribution
sig/planner
severity/major
may-affects-6.5
may-affects-7.1
affects-7.5
affects-8.1
impact/panic
affects-8.5

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

size/M
do-not-merge/hold
release-note-none
approved
lgtm

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...

release-note
size/XS
do-not-merge/cherry-pick-not-approved
ok-to-test
type/cherry-pick-for-release-8.5

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...

sig/planner
do-not-merge/hold
cherry-pick-approved
size/XXL
release-note-none
ok-to-test
approved
lgtm
type/cherry-pick-for-release-8.5

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...

cherry-pick-approved
size/XXL
release-note-none
type/cherry-pick-for-release-8.5

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...

size/XL
do-not-merge/hold
do-not-merge/cherry-pick-not-approved
release-note-none
type/cherry-pick-for-release-6.5

### What problem does this PR solve? Issue Number: close #xxx Problem Summary: ### What is changed and how it works? ### Check List Tests - [ ] Unit test...

size/L
do-not-merge/cherry-pick-not-approved
release-note-none

### 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:...

sig/planner
do-not-merge/hold
size/XXL
release-note-none
needs-1-more-lgtm
needs-cherry-pick-release-8.5

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

type/bug
feature/developing