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

## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) In TiDB ``` mysql> select round(119.00000000*41.18903250000*0.1402072262804424940061410765110833812375,2); +---------------------------------------------------------------------------------+ | round(119.00000000*41.18903250000*0.1402072262804424940061410765110833812375,2) | +---------------------------------------------------------------------------------+ |...

type/bug
component/expression
sig/execution
severity/moderate
affects-7.5
affects-8.1
report/customer
impact/wrong-result
affects-8.5
compatibility-mysql8

Please answer these questions before submitting your issue. Thanks! 1. Minimal reproduce step (Required) CREATE TABLE IF NOT EXISTS `t` ( `col1` varchar(4) NOT NULL , `col2` varchar(20) NOT NULL...

type/bug

## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) A bug observed in our customer's environment. Their disk is about to...

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

### What problem does this PR solve? This patch aim to faster two vector function save the one loop for each and fix one TODO. Reason: just saw some of...

size/S
release-note-none
do-not-merge/needs-linked-issue
needs-ok-to-test
do-not-merge/needs-tests-checked

## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ``` set @@global.tidb_build_stats_concurrency=30; set @@global.tidb_build_sampling_stats_concurrency=30 show global variables like '%build%'; +------------------------------------------+-------+ |...

type/bug
sig/planner
severity/moderate

**Disclaimer** The dates published in this issue are for planning purposes only. It is intended solely to help you plan your projects. A date that exists in the future should...

## Bug Report If `canSkip` return `true` here, colID will not append to `EncodeRowBuffer.ColIDs`. https://github.com/pingcap/tidb/blob/9f671d6299f903aa7672ac8c654d76151a497695/pkg/table/tables/tables.go#L821-L823 https://github.com/pingcap/tidb/blob/6da55fc2b45996abccf76d7f68ddbceabc05455f/pkg/util/rowcodec/row.go#L36-L52 https://github.com/pingcap/tidb/blob/6da55fc2b45996abccf76d7f68ddbceabc05455f/pkg/util/rowcodec/row.go#L174-L188

type/bug

## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) 1. import tpcds data 2. execute the following sql sql1: ```sql with...

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

## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ``` mysql -u root -h test-tongmu-tidb-0 -P 4000 -e "set global tidb_replica_read...

type/bug
sig/transaction
severity/minor

## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) We found some panic logs from some clusters: ```log [2025/06/05 03:32:38.963 +00:00]...

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