Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,752 contributions in the last year
Contribution activity
October 2020
Created a pull request in pingcap/br that received 6 comments
storage: S3 test refactoring and fix some bugs
What problem does this PR solve? What is changed and how it works? Upgrade fake-gcs-server from 1.17.0 to 1.19.0 to include fsouza/fake-gcs-ser…
- parser: support SQL bind syntax for update / delete
- support global kill
- *: fix not and ! restored
- *: fix not and ! restored
- collation: add new pinyin collation utf8mb4_zh_pinyin_tidb_as_cs
- ddl: add create multi indices action types
- ast: Don't write comma when restore TableOption of ALTER TABLE
- parser: support empty name index (#18149)
- ast: add explain format=json
- parser: compatible with `select...for share` statement
- parser: support alter sequence
- gbk support
- backend/tidb: add rebase auto id for tidb backend
- checksum: use gc ttl api for checksum gc safepoint in v4.0 cluster
- test: fix a unstable integration test
- support restore view
- post-restore: add optional level for post-restore operations
- backend/local: do not retry epochNotMatch error when ingest sst
- backend: speed up uploading by open multi TCP connections
- local: fix infinity loop in retry get region
Created an issue in pingcap/tidb that received 2 comments
Stack overflow with view recursion
Bug Report Please answer these questions before submitting your issue. Thanks! 1. Minimal reproduce step (Required) create table a (a int); create v…