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

sink: support maxwell data format #869

Merged
merged 23 commits into from
Sep 3, 2020
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
70be8dd
add maxwell protocl
shldreams Aug 17, 2020
db0b6f6
add maxwell protocol
shldreams Aug 21, 2020
ba3b752
fix
shldreams Aug 21, 2020
088a481
Merge branch 'master' into feture_maxwell
shldreams Aug 21, 2020
6210a23
fix dml insert type
shldreams Aug 21, 2020
ce43308
Merge branch 'feture_maxwell' of https://github.com/shldreams/ticdc i…
shldreams Aug 21, 2020
e2b867f
Merge branch 'master' into feture_maxwell
shldreams Aug 26, 2020
4145c3f
Merge branch 'feture_maxwell' of https://github.com/shldreams/ticdc i…
shldreams Aug 26, 2020
8663682
fix column type
shldreams Aug 26, 2020
d503a8e
Merge branch 'master' into feture_maxwell
shldreams Aug 26, 2020
9ca33d1
add ddl type to maxwell type
shldreams Aug 26, 2020
efadd63
fix ci
Aug 27, 2020
c79dad6
Merge branch 'master' into feture_maxwell
Aug 27, 2020
96349fe
fix test case
shldreams Aug 28, 2020
a11a7ef
Merge branch 'master' into feture_maxwell
shldreams Aug 28, 2020
c1cb4cb
Merge branch 'feture_maxwell' of https://github.com/shldreams/ticdc i…
shldreams Aug 28, 2020
9d8a4f6
Merge branch 'feture_maxwell' of https://github.com/shldreams/ticdc i…
shldreams Aug 28, 2020
d74c415
fix test case
shldreams Aug 31, 2020
b79b50f
Merge branch 'master' into feture_maxwell
Sep 2, 2020
124d3cf
fix ddl typecode,column typecode
shldreams Sep 2, 2020
2441915
Merge branch 'feture_maxwell' of https://github.com/shldreams/ticdc i…
shldreams Sep 2, 2020
7c1043c
fix
shldreams Sep 2, 2020
b900bc9
Merge branch 'master' into feture_maxwell
ti-srebot Sep 3, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
shldreams committed Sep 2, 2020
commit 7c1043c5d012ec6781bd9962ff1ea0e3b983eaab
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,7 @@ github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR
github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/sasha-s/go-deadlock v0.2.0/go.mod h1:StQn567HiB1fF2yJ44N9au7wOhrPS3iZqiDbRupzT10=
github.com/satori/go.uuid v1.2.0/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0=
github.com/sergi/go-diff v1.0.1-0.20180205163309-da645544ed44 h1:tB9NOR21++IjLyVx3/PCPhWMwqGNCMQEH96A6dMZ/gc=
github.com/sergi/go-diff v1.0.1-0.20180205163309-da645544ed44/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
github.com/shirou/gopsutil v2.19.10+incompatible h1:lA4Pi29JEVIQIgATSeftHSY0rMGI9CLrl2ZvDLiahto=
github.com/shirou/gopsutil v2.19.10+incompatible/go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA=
Expand Down