Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
sylzd
/
go-mysql
Public
forked from
go-mysql-org/go-mysql
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 24, 2020
output sorted mysql gtid (#500)
zr-hebo
authored
0c5789d
Copy full SHA for 0c5789d
Add skipped columns information (#505)
laskoviymishka
authored
725599e
Copy full SHA for 725599e
Commits on Aug 22, 2020
feat: support disable retry sync for canal (#507)
everpcpc
authored
550d774
Copy full SHA for 550d774
Update README.md (#511)
Show description for 443bd09
TennyZhuang
authored
443bd09
Copy full SHA for 443bd09
Commits on Jul 20, 2020
Add function to extend replication options (#508)
Show description for f5700cc
fengve
and
fengwei
authored
f5700cc
Copy full SHA for f5700cc
Commits on Jul 17, 2020
update .travis.yml (go 1.14 and tip) (#510)
atercattus
authored
3529af7
Copy full SHA for 3529af7
update README.md (#509)
atercattus
authored
6ceb133
Copy full SHA for 6ceb133
A lot of memory allocation optimizations (#466)
Show description for 699f269
atercattus
authored
699f269
Copy full SHA for 699f269
Commits on Jun 22, 2020
Merge pull request #482 from huangjunwen/master
IANTHEREAL
authored
a8c16ae
Copy full SHA for a8c16ae
Commits on Jun 21, 2020
Add doc for TableMapEvent.IsCharacterColumn
Show description for 6b953b6
huangjunwen
committed
6b953b6
Copy full SHA for 6b953b6
Commits on Jun 19, 2020
Merge branch 'master' into master
IANTHEREAL
authored
acade6e
Copy full SHA for acade6e
Commits on May 29, 2020
Update README.md
siddontang
authored
8250ec4
Copy full SHA for 8250ec4
FIX-245: Add TLS config for canal (#496)
Show description for 2d0ffd1
laskoviymishka
authored
2d0ffd1
Copy full SHA for 2d0ffd1
fix bug: year==0 will be resolved to the wrong value: 1900 (#497)
linzhoukai
authored
7107693
Copy full SHA for 7107693
add support VIRTUAL GENERATED fileds and POINT fields (#493)
Show description for 4e4aae4
andreyc21
and
Andrey Chernij
authored
4e4aae4
Copy full SHA for 4e4aae4
go-canal: fix len(*ignoreTables) > 0 (#494)
Show description for 0027453
robbinhan
and
robbin
authored
0027453
Copy full SHA for 0027453
Commits on Apr 24, 2020
Extract BINARY column size schema details #480 (#481)
Show description for 803944a
ckolbitsch-work
and
siddontang
authored
803944a
Copy full SHA for 803944a
Commits on Apr 23, 2020
fix ParseText f[i].Type has no MYSQL_TYPE_LONG (#485)
domyway
authored
3731d51
Copy full SHA for 3731d51
Commits on Mar 11, 2020
Add a test case for TableMapEvent's XXXMap methods
huangjunwen
committed
7d032f3
Copy full SHA for 7d032f3
Alter some TableMapEvent.Dump output
huangjunwen
committed
18fdc29
Copy full SHA for 18fdc29
Add helper methods for TableMapEvent again. Base on Table_map_log_event::print_columns
huangjunwen
committed
35c2106
Copy full SHA for 35c2106
Merge pull request #468 from huangjunwen/master
Show description for 7a62847
IANTHEREAL
authored
7a62847
Copy full SHA for 7a62847
Commits on Mar 10, 2020
Add more test for GTIDEvent and TableMapEvent
huangjunwen
committed
d9d4b74
Copy full SHA for d9d4b74
Add some comments about new fields in GTIDEvent..
huangjunwen
committed
b758aa5
Copy full SHA for b758aa5
Merge branch 'master' of github.com:huangjunwen/go-mysql
huangjunwen
committed
569203c
Copy full SHA for 569203c
Remove type.go
huangjunwen
committed
7626785
Copy full SHA for 7626785
Add some test cases for TabeMapEvent optional meta decode
huangjunwen
committed
02e8369
Copy full SHA for 02e8369
Remove helper functions in TableMapEvent now. Need more investigation on types to implement them correctly.
huangjunwen
committed
2a96a8c
Copy full SHA for 2a96a8c
Commits on Mar 9, 2020
Add support for other table map optional meta as well
huangjunwen
committed
6881af6
Copy full SHA for 6881af6
Commits on Mar 8, 2020
Refactor decodeOptionalMeta
huangjunwen
committed
3e4d0b3
Copy full SHA for 3e4d0b3
Fix CollationMap error when the table contains enum or set fields
huangjunwen
committed
41ecfa6
Copy full SHA for 41ecfa6
Add note for field type
huangjunwen
committed
52c09af
Copy full SHA for 52c09af
Remove BytesToUint64 since FixedLengthInt already serve the same purpose
huangjunwen
committed
efddbd1
Copy full SHA for efddbd1
Commits on Feb 22, 2020
Merge branch 'master' into master
siddontang
authored
9ddfbf2
Copy full SHA for 9ddfbf2
add previousgtidsevent (#469)
Show description for 12e8984
cenkore
and
pomelo2016
authored
12e8984
Copy full SHA for 12e8984
Pagination
Previous
Next
You can’t perform that action at this time.