-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add make command shell #130
Conversation
make command
make command
@qiuyesuifeng Please take a look. @insionng Thank you, Could you sign the CLA. CI failed |
okay~ |
@c4pt0r |
@insionng Thanks for your PR. There are some additional things need to do: 1.2 parser 1.3 build 1.4 test 2 For making interpreter, u need do things as follows:
2.2 build So u can see above, maybe some more work need to do in make.cmd. |
It has been updated. |
Well done. Looks like we don't need make.sh. |
LGTM |
LGTM. Thank you @insionng |
* add badge * replace build to test
* close connection after export
…ase 6.4` rate limit (pingcap#155) * merge pr#130,pingcap#133 into 6.4 Signed-off-by: zeminzhou <[email protected]> * fix start limit rate Signed-off-by: zeminzhou <[email protected]> * default config Signed-off-by: zeminzhou <[email protected]> * keyspace: use `user_storage_size` instead of `storage_size` for ratelimit (pingcap#145) * use user_storage_size instead of storage_size for ratelimit Signed-off-by: zeminzhou <[email protected]> * update golang.org/x/text to 0.3.8 Signed-off-by: zeminzhou <[email protected]> * Fix error handle when loadKeyspace failed at startup (pingcap#143) Signed-off-by: yongman <[email protected]> Signed-off-by: yongman <[email protected]> * add keyspace-activate mode (pingcap#142) * fix loadkeyspace nil (pingcap#144) * fix loadkeyspace nil Signed-off-by: ystaticy <[email protected]> * retry load keyspace Signed-off-by: David <[email protected]> * address comments Signed-off-by: David <[email protected]> Signed-off-by: ystaticy <[email protected]> Signed-off-by: David <[email protected]> Co-authored-by: David <[email protected]> * Compatible with old pd Signed-off-by: zeminzhou <[email protected]> Signed-off-by: zeminzhou <[email protected]> Signed-off-by: yongman <[email protected]> Signed-off-by: ystaticy <[email protected]> Signed-off-by: David <[email protected]> Co-authored-by: yongman <[email protected]> Co-authored-by: better0332 <[email protected]> Co-authored-by: ystaticy <[email protected]> Co-authored-by: David <[email protected]> * make check Signed-off-by: zeminzhou <[email protected]> * fix confict Signed-off-by: zeminzhou <[email protected]> * make check Signed-off-by: zeminzhou <[email protected]> Signed-off-by: zeminzhou <[email protected]> Signed-off-by: yongman <[email protected]> Signed-off-by: ystaticy <[email protected]> Signed-off-by: David <[email protected]> Co-authored-by: yongman <[email protected]> Co-authored-by: better0332 <[email protected]> Co-authored-by: ystaticy <[email protected]> Co-authored-by: David <[email protected]>
No description provided.