Skip to content
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

parser: add gitignore #2

Merged
merged 2 commits into from
Sep 6, 2015
Merged

parser: add gitignore #2

merged 2 commits into from
Sep 6, 2015

Conversation

coocood
Copy link
Member

@coocood coocood commented Sep 6, 2015

parser.go and scanner.go are generated code.

parser.go and scanner.go are generated code.
@xiang90
Copy link

xiang90 commented Sep 6, 2015

Why not have a per repo one?

@c4pt0r
Copy link
Member

c4pt0r commented Sep 6, 2015

@xiang90 I agree.

@c4pt0r
Copy link
Member

c4pt0r commented Sep 6, 2015

LGTM

1 similar comment
@ngaut
Copy link
Member

ngaut commented Sep 6, 2015

LGTM

ngaut added a commit that referenced this pull request Sep 6, 2015
@ngaut ngaut merged commit c1104ff into pingcap:master Sep 6, 2015
@coocood coocood deleted the parser-gitignor branch October 18, 2017 13:58
bb7133 referenced this pull request in bb7133/tidb Aug 29, 2018
This was referenced Sep 14, 2018
bb7133 referenced this pull request in bb7133/tidb Dec 2, 2018
bb7133 referenced this pull request in bb7133/tidb Dec 6, 2018
bb7133 referenced this pull request in bb7133/tidb Dec 24, 2018
bb7133 referenced this pull request in bb7133/tidb Jan 17, 2019
coocood added a commit to coocood/tidb that referenced this pull request Apr 14, 2019
zouhuan1215 referenced this pull request in IggieWang/tidb Aug 10, 2019
Reminiscent pushed a commit to Reminiscent/tidb that referenced this pull request Aug 11, 2019
add functions to solve the decimal expression
wph95 referenced this pull request in wph95/tidb Oct 6, 2019
gtygo added a commit to gtygo/tidb that referenced this pull request Oct 8, 2019
gtygo added a commit to gtygo/tidb that referenced this pull request Nov 3, 2019
gtygo added a commit to gtygo/tidb that referenced this pull request Nov 4, 2019
This reverts commit 8223811.
hicqu added a commit to hicqu/tidb that referenced this pull request Nov 8, 2019
windtalker pushed a commit to windtalker/tidb that referenced this pull request Apr 2, 2020
wangggong pushed a commit to wangggong/tidb that referenced this pull request Jul 29, 2020
Yisaer referenced this pull request in Yisaer/tidb Aug 10, 2020
YuJuncen pushed a commit to YuJuncen/tidb that referenced this pull request Apr 23, 2021
* init application mainloop

* restore mainloop

* address PR comment

* configure pprof via profile server port

* address comment
YuJuncen pushed a commit to YuJuncen/tidb that referenced this pull request Apr 23, 2021
…ap#2)

* remove unused scripts

Signed-off-by: 5kbpers <[email protected]>

* refactor code base & support restore specified db/table

Signed-off-by: 5kbpers <[email protected]>

* add logs

Signed-off-by: 5kbpers <[email protected]>

* do not share connection between requests to importer

Signed-off-by: 5kbpers <[email protected]>

* add comments

Signed-off-by: 5kbpers <[email protected]>

* remove unnecessary steps

Signed-off-by: 5kbpers <[email protected]>

* open multiple engine file when the number ofsst of table is too large

Signed-off-by: 5kbpers <[email protected]>

* fix typo

Co-Authored-By: kennytm <[email protected]>

* address comments

Signed-off-by: 5kbpers <[email protected]>

* support multiple importer with round-robin

Signed-off-by: 5kbpers <[email protected]>

* address comments

Signed-off-by: 5kbpers <[email protected]>

* address comments

Signed-off-by: 5kbpers <[email protected]>

* add max import jobs limit

Signed-off-by: 5kbpers <[email protected]>

* parallel request to multiple importer

Signed-off-by: 5kbpers <[email protected]>
AilinKid added a commit to AilinKid/tidb that referenced this pull request Dec 22, 2021
crazycs520 referenced this pull request in crazycs520/tidb Jan 6, 2022
* topsql: make topsql enable only be controlled by pub/sub sink (pingcap#31209)

* ddl: support batch create table  (pingcap#28763)

* executor: fix data race in IndexMergeReaderExec (pingcap#31230)

close pingcap#31229

* server: filter the EOF error for normal closed at handshake  (pingcap#31081)

close pingcap#31063

* expression: change date add function return type (pingcap#28133)

close pingcap#27573

* support create interval partition

Signed-off-by: crazycs520 <[email protected]>

* support create interval partition (support int/timestamp partition key)

Signed-off-by: crazycs520 <[email protected]>

* parser: support alter table partitions move engine statement

Signed-off-by: crazycs520 <[email protected]>

* support ddl operation

Signed-off-by: crazycs520 <[email protected]>

* support interval partition manager

Signed-off-by: crazycs520 <[email protected]>

* support interval partition manager handle job framwork

Signed-off-by: crazycs520 <[email protected]>

* support auto create interval partition when insert meet no partition suitable error

Signed-off-by: crazycs520 <[email protected]>

* fix bug

Signed-off-by: crazycs520 <[email protected]>

* fix cancel job and load old job then continue to do

Signed-off-by: crazycs520 <[email protected]>

* make partition readonly work(not allow to insert/update/delete)

Signed-off-by: crazycs520 <[email protected]>

* add begin,end time in tables

Signed-off-by: crazycs520 <[email protected]>

* tiny fix for auto create interval partition in concurrent case

Signed-off-by: crazycs520 <[email protected]>

* init

Signed-off-by: crazycs520 <[email protected]>

* init

Signed-off-by: crazycs520 <[email protected]>

* todo: remove flag

Signed-off-by: crazycs520 <[email protected]>

* fix dumpling

Signed-off-by: crazycs520 <[email protected]>

* remove data in aws s3 when drop/truncate table/partition

Signed-off-by: crazycs520 <[email protected]>

* make hello world work

Signed-off-by: crazycs520 <[email protected]>

* remove debug info

Signed-off-by: crazycs520 <[email protected]>

Co-authored-by: xhe <[email protected]>
Co-authored-by: guo-shaoge <[email protected]>
Co-authored-by: knull-cn <[email protected]>
Co-authored-by: Meng Xin <[email protected]>
JmPotato added a commit to JmPotato/tidb that referenced this pull request Jan 7, 2022
zhongzc pushed a commit to zhongzc/tidb that referenced this pull request Mar 11, 2022
cartersz pushed a commit to cartersz/tidb that referenced this pull request Sep 21, 2022
cartersz pushed a commit to cartersz/tidb that referenced this pull request Sep 21, 2022
rebelice pushed a commit to rebelice/tidb that referenced this pull request Nov 21, 2022
YangKeao pushed a commit to YangKeao/tidb that referenced this pull request Dec 27, 2022
ljun0712 pushed a commit to ljun0712/tidb that referenced this pull request Mar 1, 2023
rleungx pushed a commit to rleungx/tidb that referenced this pull request Feb 26, 2024
* init

* audit: init first version of audit log

* audit: support log global rotate

* audit: update log keys

* audit: more common notify implement

* audit: add record id

* audit: rename some names

* audit: default use normal log path

* audit: add server ip info

* audit: do some refine

* audit: Add some log keys

* audit: update some item format

* audit: add stmt demo

* audit: support redact

* audit: fix bug

* audit: update filter

* audit: update filter

* audit: check user

* audit: update

* update

* audit: update

* audit: fix bug

* aduit: update

* audit: update

* update

* update

* audit: add filter unit test

* fmt

* Add tests for `tidb_audit_enabled` and `tidb_audit_log`

* Add tests for `tidb_audit_log_max_size` and `tidb_audit_log_max_lifetime`

* Add tests for `tidb_audit_log_reserved_*`

* TODO: TestAuditLogRedact

* Fininsh `TestAuditLogRedact`

* Update (pingcap#1)

* fix typo (pingcap#2)

* Add `TRANSACTION`

* rename sysvar

* audit_log_create_filter, audit_log_remove_filter

* finish function call and table test

* test privilege

* finish test for sysvar

* TODO: TestConnectionEvenClass

* update

* audit: fix lint for audit log (pingcap#1)

* audit: fix UT failure caused by the change of redact log (pingcap#3)

* audit: use `t.TempDir()` to make test stable (pingcap#4)

* audit: fix test failed for 7.1

* Add `OWNERS` file (pingcap#35)

Co-authored-by: Chao Wang <[email protected]>

* audit: fix panic when logging sometime (pingcap#26) (pingcap#31)

* test: fix unstable test TestAuditLogReservedDays (pingcap#8)

* Format sysvar_test.go

* audit: use `StatementContext` to generate redacted SQL (pingcap#9)

* audit: fix panic when logging sometime (pingcap#26)

* update

* add owner

* Update OWNERS

---------

Co-authored-by: CbcWestwolf <[email protected]>
Co-authored-by: wuhuizuo <[email protected]>

* audit: fix panic sometimes when `create user` without password (pingcap#37) (pingcap#39)

* This is an automated cherry-pick of pingcap#37

Signed-off-by: ti-chi-bot <[email protected]>

* fix conflict

---------

Signed-off-by: ti-chi-bot <[email protected]>
Co-authored-by: 王超 <[email protected]>

* extension/audit: introduce serverless audit log

Signed-off-by: Wen Jiazhi <[email protected]>

* update bazel config

Signed-off-by: Wen Jiazhi <[email protected]>

* support enable audit log when activate

Signed-off-by: Wen Jiazhi <[email protected]>

* add gwconnid to audit log

Signed-off-by: Wen Jiazhi <[email protected]>

* comment unstable test

* update bazel

* add log about activate request

* diff audit log enabled

* audit: fix memory leak for executeSQL (pingcap#44) (pingcap#45)

* This is an automated cherry-pick of pingcap#44

Signed-off-by: ti-chi-bot <[email protected]>

* Update util.go

---------

Signed-off-by: ti-chi-bot <[email protected]>
Co-authored-by: 王超 <[email protected]>

* Update extension/serverless/OWNERS

---------

Signed-off-by: ti-chi-bot <[email protected]>
Signed-off-by: Wen Jiazhi <[email protected]>
Co-authored-by: Chao Wang <[email protected]>
Co-authored-by: cbcwestwolf <[email protected]>
Co-authored-by: Ti Chi Robot <[email protected]>
Co-authored-by: wuhuizuo <[email protected]>
Co-authored-by: zzm <[email protected]>
Co-authored-by: Yuqing Bai <[email protected]>
guoshouyan pushed a commit to guoshouyan/tidb that referenced this pull request Mar 5, 2024
Cherry-picking lightning 6.5.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants