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
Popular repositories
-
-
Forked from yanpeiqiong7133/tetris
Tetris - HTML5 Tetris game based on primary JavaScript
JavaScript
-
Forked from tastejs/todomvc
Helping you select an MV* framework - Todo apps for Backbone.js, Ember.js, AngularJS, and many more
JavaScript
-
-
Forked from baidu/bigflow
Baidu Bigflow is a interface that allows for writing distributed computing programs and provides lots of simple, flexible, powerful APIs. Using Bigflow, you can easily handle data of any scale.
C++
728 contributions in the last year
Contribution activity
August 2020
- ddl, tables: support the column type change between the integer types
- executor: fix log desensitization bug in prestmt
- Issue 19371 - Prepare statement with @Var (uppercase in var name fix)
- ddl: improve compatibility for ALTER TABLE algorithms (#19270)
- ddl: fix db charset modification panic in an uppercase schema
- ddl: improve compatibility for ALTER TABLE algorithms
- server: try to make test TestAllServerInfo stable
- Proposal for unifying and improving priority labels in multiple repos
- *: fix a bug causes indexed virtual generated column return wrong value and refine admin check table (#18408)
- Add testpkg target for Makefile to test single package
- v3.0.16 hotfix
- store: add lock for runtime stats to fix panic caused by concurrent execution (#18983)
- store: add lock for runtime stats to fix panic caused by concurrent execution
- server: correct the length field in reply packets to the client for enum and set column types
- ddl: stabilize test TestSyncerSimple (#18229)
- ddl: Drop column with single value index
- ddl: stabilize test TestIndexChange
- ddl: add `addingDefinition` field for adding partition replica check (#18495)
- ddl: change drop partition and truncate partition's job args to support multi partition id array (#18419)
Created an issue in pingcap/tidb that received 10 comments
ddl: support dropping columns with composite indices
Feature Request Is your feature request related to a problem? Please describe: After PR #18852, #18812 is supported in TiDB. Now we'd like to go on…