Hangjie Mo
Hangjie Mo
### What problem does this PR solve? Issue Number: ref #45961 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 CREATE TABLE `t` ( `a` int NOT NULL, `b` varchar(255) DEFAULT...
### What is changed, added or deleted? (Required) Deprecated static prune mode, ref https://github.com/pingcap/tidb/issues/56490 ### Which TiDB version(s) do your changes apply to? (Required) **Tips for choosing the affected version(s):**...
### What is changed, added or deleted? (Required) ### Which TiDB version(s) do your changes apply to? (Required) **Tips for choosing the affected version(s):** By default, **CHOOSE MASTER ONLY** so...
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ``` CREATE TABLE t0(id int default 1, c0 NUMERIC UNSIGNED ZEROFILL ,...
### What problem does this PR solve? Issue Number: close #61726 Problem Summary: ### What changed and how does it work? ### Check List Tests - [ ] Unit test...
This reverts commit 3d1708f80cc5f792fac3ac014786b84b578dfc8b. ### What problem does this PR solve? Issue Number: close https://github.com/pingcap/tidb/issues/61766 Problem Summary: Add telemetry related code back, it will print log to files. The code...
## Enhancement In version 7.5, we removed the telemetry-related code by https://github.com/pingcap/tidb/pull/51202. It's due to concerns that network transmission of usage data might cause confusion or misunderstanding for users. This...
### What is changed and how it works? Issue Number: Close #18455 What's Changed: ```commit-message TiKV can't process UTF-16 surrogate pair before, this PR fix this problem. ``` ### Related...
## Bug Report ### What version of TiKV are you using? 8e3607e281704964bbf914b336a3ee97f8c42aae ### What operating system and CPU are you using? non related. ### Steps to reproduce As https://github.com/pingcap/tidb/pull/61109, add...