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: ref #35850 Problem Summary: 1. remove the code related to the ddl 'alter table xx set tiflash mode fast/normal'. 2. add...
### What problem does this PR solve? Issue Number: close #36514 Problem Summary: We set a system variable to control whether to inline CTE or not. Variable name: `tidb_opt_inline_cte` ###...
## Enhancement We can only use `show variables like 'tidb_current_ts'` to retrive current tso, can we add scalar function like `current_tso()` for common use.
### What problem does this PR solve? Issue Number: close #36903 Problem Summary: ### What is changed and how it works? **In the old UnionScan executor code, if an empty...
### What problem does this PR solve? Issue Number: close #xxx Problem Summary: ### What is changed and how it works? ### Check List Tests - [ ] Unit test...
## Enhancement When doing br PiTR restore, user specifies --full-backup-storage for snapshot backup, and --storage for log backup, in this case start-ts is the backupts of the snapshot backup. Currently...
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) 1. Do a br restore, and check restore summary ### 2. What...
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ``` === RUN TestFailBusyServerCop fatal error: runtime·lock: lock count runtime stack: runtime.throw({0x3ff197f?,...
Hi all, I have a problem related to distribution data in the cluster after i plugged new servers into the current cluster. I have two datacenter in one city. Firstly,...
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ``` mysql> show create table t; +-------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Table | Create Table...