- Notifications
You must be signed in to change notification settings - Fork 1k
add gtid set information in query event #150
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
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits Select commit Hold shift + click to select a range
cbade51
add function of get term field's value by field name
1a3b997
change field to column
WangXiangUSTC 06a1322
Update rows.go
WangXiangUSTC bbed0d6
Merge remote-tracking branch 'remotesrc/master'
525eb21
add function to set dump charset
fddc322
add set of charcter
10f2f26
add config of mysql charset
8f5f42f
Update canal.go
WangXiangUSTC 568899f
Update config.go
WangXiangUSTC 1c2b0a6
Update config.go
WangXiangUSTC d41eb60
remove comment
WangXiangUSTC c342f9c
Update dump_test.go
WangXiangUSTC acf0521
Update config.go
WangXiangUSTC 1652936
remove unused code
WangXiangUSTC c7792f5
update go-mysql version
WangXiangUSTC f444682
merge from remote master
09168b9
fix a bug
WangXiangUSTC d90ee86
if use gtid sync, use gtid when retry
6582b7c
modify code
1e4c520
fix bug
011e9d0
fix bug
7a894fe
Update binlogsyncer.go
WangXiangUSTC 489a5e9
Update config.go
WangXiangUSTC b646916
Update config.go
WangXiangUSTC ab8fee0
Update dump.go
WangXiangUSTC e5b7164
Update glide.lock
WangXiangUSTC 89d8714
Update mariadb_gtid.go
WangXiangUSTC 9d183be
change if else to switch
55f10a0
change updategtidset to update
eb4c160
add gtid set information in xid event
bddcc7f
merge remote src
ddd4ee6
Update binlogsyncer.go
WangXiangUSTC b3f2817
Update event.go
WangXiangUSTC b72a2bc
Merge remote-tracking branch 'remote_src/master'
c5d3464
add gtid set information in query event
5c0846d
add gtid set information in query event
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is the benefit?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As
Gset
inXID Event
,Query Event
( DDL) don't haveXID Event
, so we needGset
to manage save point by ourselfThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
when do you set GTIDSet to the Query event?