Block or Report
Block or report bb7133
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
wechat_say Public
A simple demo of the following librarys/features: Telegram Bots / python-telegram-bot / Python Pillow
-
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
-
515 contributions in the last year
Contribution activity
October 2022
Created 2 commits in 2 repositories
Reviewed 32 pull requests in 3 repositories
pingcap/tidb
23 pull requests
- Fix security vulnerability
- *: add a meta column in value indicate whether it should be ignore by ticdc
- extension: support extension to listen connection events
- *: support 2-phases flashback cluster
- variables, config: change tidb_auth_signing_cert from variables to config
- extension: allow extension to custom functions
-
parser: supports
flashback tableandflashback database - server, executor: allow showing session_states without TLS
-
*: support
ATTRIBUTEandCOMMENTinCREATE USERandALTER USERstatements - ddl: LINEAR HASH as HASH partitioned table
- extension: init tidb new extension framework
- ddl: Support flashback schema
- *: add context for hook of getting/setting variables
- *: add context for preprocess
- *: cherry pick #37252 #37179
- ddl: set tiflash placement group index to 120 (#37179)
- *: allow setting placement policy and tiflash replica at the same time in one table (#37252)
- ddl: support modify column on partitioned table
- docs/design: REORGANIZE PARTITION design
- executor: cleanup entries from mysql.db on revoke (#38370)
- config: fix data race raised by EnableCollectExecutionInfo
- executor: cleanup entries from mysql.db on revoke
- *: remove non dry sysvar code
pingcap/docs-cn
6 pull requests
pingcap/docs
3 pull requests
Created an issue in pingcap/tidb that received 7 comments
ddl: wrong warning messages when running some DDL jobs.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
set sql_mode='';
drop table if …


