tangenta
tangenta
### What problem does this PR solve? Issue Number: close #35983 Problem Summary: ### What is changed and how it works? ### Check List Tests - [ ] Unit test...
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ```sql drop table if exists tbl_5; create table tbl_5 (col_83 enum('Alice','Bob','Charlie','David')); insert...
### What problem does this PR solve? Issue Number: close https://github.com/pingcap/tidb/issues/32508 Problem Summary: Previously, `auto_random` column makes use of the highest several bits for shard. An `auto_random` ID can be...
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ```sql drop table if exists tbl_0; create table tbl_0 (col_2 int, col_3...
### First-time contributors' checklist - [x] I've signed [**Contributor License Agreement**](https://cla-assistant.io/pingcap/docs-cn) that's required for repo owners to accept my contribution. ### What is changed, added or deleted? (Required) ### Which...
### First-time contributors' checklist - [x] I've signed [**Contributor License Agreement**](https://cla-assistant.io/pingcap/docs-cn) that's required for repo owners to accept my contribution. ### What is changed, added or deleted? (Required) ### Which...
### First-time contributors' checklist - [x] I've signed [**Contributor License Agreement**](https://cla-assistant.io/pingcap/docs) that's required for repo owners to accept my contribution. ### What is changed, added or deleted? (Required) ### Which...
### What problem does this PR solve? Issue Number: close #xxx Problem Summary: ### What is changed and how it works? This PR adds a summary to the log: ```sql...
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ```sql drop table if exists t1, t2; create table t1 ( id...
### What problem does this PR solve? Issue Number: ref #35983 Problem Summary: ### What is changed and how it works? ### Check List Tests - [ ] Unit test...