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 }}
xiaolingis
/
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
0
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 23, 2019
Update API calling for example (#408)
DennisMao
authored and
siddontang
committed
d34ccf1
Copy full SHA for d34ccf1
fix(canal): fix "Index of range error" for unsigned columns (#405)
Show description for 3380367
mefcorvi
authored and
siddontang
committed
3380367
Copy full SHA for 3380367
replication: support datetime less than unix timestamp zero (#409)
Show description for 8aa9a01
amyangfei
authored and
siddontang
committed
8aa9a01
Copy full SHA for 8aa9a01
Commits on Aug 19, 2019
fix mysql connect error in travis ci (#410)
Show description for c884616
amyangfei
authored and
siddontang
committed
c884616
Copy full SHA for c884616
Commits on Jul 20, 2019
do not sync persistent store when get a fake position (#397)
Show description for 046188b
lintanghui
authored and
siddontang
committed
046188b
Copy full SHA for 046188b
Commits on Jul 11, 2019
fix(canal): fix mysql unsigned medium int (#399)
Show description for 8b9c05e
Ryan-Git
authored and
siddontang
committed
8b9c05e
Copy full SHA for 8b9c05e
Commits on Jun 18, 2019
skip event if parse failed (#394)
WangXiangUSTC
authored and
siddontang
committed
dbe0224
Copy full SHA for dbe0224
Commits on Jun 15, 2019
Replication delay should be updated with atomic.StoreUint32 (#392)
narkq
authored and
siddontang
committed
9b07603
Copy full SHA for 9b07603
Commits on May 24, 2019
bug fix. fix empty schema (#390)
lintanghui
authored and
siddontang
committed
de6c3a8
Copy full SHA for de6c3a8
Commits on May 15, 2019
使用sqlparser替换正则进行queryevent的解析 (#382)
Show description for 35983ce
lintanghui
authored and
siddontang
committed
35983ce
Copy full SHA for 35983ce
Commits on May 13, 2019
Allow to synchronise GTIDs 'OnPosSynced' (#378)
bejelith
authored and
siddontang
committed
8804d83
Copy full SHA for 8804d83
Track canal replication delay with a gauge metric (#380)
bejelith
authored and
siddontang
committed
621cc12
Copy full SHA for 621cc12
Add cid to MariaDB gtid (#387)
huzilin
authored and
siddontang
committed
7ed1210
Copy full SHA for 7ed1210
Commits on May 7, 2019
move gtid update after all event handlers are executed (#379)
Show description for b3fc2b7
taylorchu
authored and
siddontang
committed
b3fc2b7
Copy full SHA for b3fc2b7
Commits on May 6, 2019
Allow canal to set parse timezone (#384)
bejelith
authored and
siddontang
committed
8b8699f
Copy full SHA for 8b8699f
Commits on Mar 12, 2019
supporting dump command flag for MariaDB (#371)
imjustfly
authored and
siddontang
committed
c6ab05a
Copy full SHA for c6ab05a
Commits on Mar 11, 2019
add compatibility to json decode for generated column (#372)
amyangfei
authored and
siddontang
committed
7fc3b28
Copy full SHA for 7fc3b28
Commits on Mar 9, 2019
fix typo (#369)
yinheli
authored and
siddontang
committed
7263f56
Copy full SHA for 7263f56
Commits on Mar 3, 2019
fix parsing int24 in binary result (#368)
Show description for 670f74e
siddontang
authored
670f74e
Copy full SHA for 670f74e
Commits on Feb 28, 2019
Fix function comments based on best practices from Effective Go (#366)
Show description for 3242b1d
AngusReid
authored and
siddontang
committed
3242b1d
Copy full SHA for 3242b1d
replication: fix MariadbGTIDListEvent Decode with multi GTIDs (#365)
csuzhangxc
authored and
siddontang
committed
08cec2c
Copy full SHA for 08cec2c
Commits on Feb 24, 2019
mysqldump cause timezone problem#issue363 (#364)
usernameisnull
authored and
siddontang
committed
58596aa
Copy full SHA for 58596aa
Commits on Jan 23, 2019
Add MaxReconnectAttempts to canal config (#360)
luk3thomas
authored and
siddontang
committed
88e9cd7
Copy full SHA for 88e9cd7
Commits on Jan 22, 2019
use go mod (#359)
Show description for 759c507
siddontang
authored
759c507
Copy full SHA for 759c507
Commits on Jan 18, 2019
replace juju/errors with pingcap/errors (#356)
Show description for 00086da
amyangfei
authored and
siddontang
committed
00086da
Copy full SHA for 00086da
Commits on Jan 11, 2019
Add support for the protocol argument in canal (#355)
Michael Highstead
authored and
siddontang
committed
5b0548c
Copy full SHA for 5b0548c
Commits on Jan 10, 2019
Add support for TCP protocol (#352)
Michael Highstead
authored and
siddontang
committed
86783dc
Copy full SHA for 86783dc
Commits on Jan 9, 2019
readme: add missing "go" markers (#351)
Show description for 584e5cc
quasilyte
authored and
siddontang
committed
584e5cc
Copy full SHA for 584e5cc
Commits on Jan 3, 2019
fix: remove unused cgo (#349)
Ryan-Git
authored and
siddontang
committed
f6331bc
Copy full SHA for f6331bc
Commits on Dec 21, 2018
Add support for MySQL 8.0 and support for TLS/SSL for both Server and Client (#312)
michael2008
authored and
siddontang
committed
8b47113
Copy full SHA for 8b47113
Commits on Dec 13, 2018
Fixes and improvements for replication (#342)
Show description for 319e088
destel
authored and
siddontang
committed
319e088
Copy full SHA for 319e088
Commits on Dec 11, 2018
fix Canal.startSyncer and position comparison (#341)
bytewatch
authored and
siddontang
committed
adcdf75
Copy full SHA for adcdf75
Commits on Dec 8, 2018
ignore handling optional field meta (#344)
siddontang
authored
a193cab
Copy full SHA for a193cab
Commits on Dec 7, 2018
Don't seed global RNG (#343)
austintaylor
authored and
siddontang
committed
099239c
Copy full SHA for 099239c
Commits on Oct 28, 2018
support Decimal type (#332)
siddontang
authored
76c059e
Copy full SHA for 76c059e
Pagination
Previous
Next
You can’t perform that action at this time.