Block or Report
Block or report bb7133
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
bigflow Public
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++ 1
-
tispark Public
Forked from pingcap/tispark
TiSpark is built for running Apache Spark on top of TiDB/TiKV
Scala 1
-
tetris Public
Forked from yanpeiqiong7133/tetris
Tetris - HTML5 Tetris game based on primary JavaScript
JavaScript
-
todomvc Public
Forked from tastejs/todomvc
Helping you select an MV* framework - Todo apps for Backbone.js, Ember.js, AngularJS, and many more
JavaScript
-
512 contributions in the last year
Contribution activity
April 2022
Created 1 repository
- bb7133/tiflash C++
Created a pull request in pingcap/tidb that received 8 comments
plugin: revert #27269 for test
This PR reverts #27269 for release-5.4-20220308, in which 'logging the SQL twice on success' is not expected. You can treat it as a hot patch.
Reviewed 24 pull requests in 2 repositories
pingcap/tidb
21 pull requests
- *: Add support for GET_LOCK() / RELEASE_LOCK() / RELEASE_ALL_LOCKS()
- sysvar, config: mapping config settings to system variables.
- metrics: Support multi k8s in grafana dashboards (#32546)
- session: fix upgraded cluster mysql.user columns order is different from new cluster
- session: fix tables_priv table schema (#33599)
- session, table: fix listColumnPartition data race
- domain, sessionctx/variable: make code DRY
- table/tables: remove int handle id from row to fix binlog issue (#30489)
- server: fix data race in TestIssue33699
- docs: add a proposal for multi-schema change
- action: fix breaking br compatible test
- executor: make test TestSlowQueryWithoutSlowLog stable
- doc, ddl: concurrent ddl framework design doc
- executor: replace should not change other rows when auto ID is out of range (#30301)
- server: use max_allowed_packet to limit the packet size.
- infoschema: make TestSlowQueryOOM stable
- server: openSession instead set nil when changeUser
- util/sem: add tidb_audit_redact_log to invisible sysvars
- docs: add design doc for GET_LOCK
- statistics: change default value of tidb_analyze_version to 1 (#31826)
- ddl: fix duplicate elementID allocation to make sure gc work for partition table