Hangjie Mo
Hangjie Mo
### 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...
### What is changed, added or deleted? (Required) After https://github.com/pingcap/tidb/pull/51049 merged, we could support key partition table without specified column. ### Which TiDB version(s) do your changes apply to? (Required)...
add more log for flashback when it meets error, ref https://github.com/pingcap/tidb/issues/43673
### What problem does this PR solve? Issue Number: close #43013 Problem Summary: ### What changed and how does it work? ### Check List Tests - [ ] Unit test...
## Doc - [ ] Update related doc and readme. ## Bug Fix - [x] Avoid use txn directly https://github.com/pingcap/mysql-tester/pull/109 - [x] Avoid import `tidb/parser` https://github.com/pingcap/mysql-tester/pull/109 ## Enhancement - [...
### 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 changed and how does it work? ### Check List Tests - [ ] Unit test...
### What problem does this PR solve? Issue Number: close #55677 Problem Summary: ### What changed and how does it work? ### Check List Tests - [ ] Unit test...
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ``` CREATE TABLE `test` ( `id` bigint(20) NOT NULL, `update_user` varchar(32) DEFAULT...
### What problem does this PR solve? Issue Number: close #56673 Problem Summary: ### What changed and how does it work? ### Check List Tests - [x] Unit test -...