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 }}
Somesh
/
go-mysql
Public
forked from
jonahgeorge/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 Apr 25, 2018
Add Clone() method to GTIDSet
jonahgeorge
committed
b6bc15b
Copy full SHA for b6bc15b
Commits on Apr 7, 2018
dump all data without sync binlog (#248)
yaoguais
authored and
siddontang
committed
d6fc3d1
Copy full SHA for d6fc3d1
Commits on Apr 6, 2018
nil value is encoded as 0xfb, without additional info about length (#250)
baranovoleg
authored and
siddontang
committed
405698b
Copy full SHA for 405698b
use dep to manage vendor (#249)
siddontang
authored
3f973a6
Copy full SHA for 3f973a6
add mysqldump param --where (#251)
yaoguais
authored and
siddontang
committed
0df3256
Copy full SHA for 0df3256
Commits on Mar 29, 2018
change OnDDL to OnTableChanged (#244)
siddontang
authored
919af6c
Copy full SHA for 919af6c
Extend Handler interface with generic handler method (#241)
fln
authored and
siddontang
committed
251f569
Copy full SHA for 251f569
Commits on Mar 27, 2018
Fix transforming nil values into empty string in server mode (#240)
baranovoleg
authored and
siddontang
committed
5b24def
Copy full SHA for 5b24def
Commits on Mar 24, 2018
Added MaxReconnectAttempts configuration flag for BinlogSyncer (#235)
Jawshua
authored and
siddontang
committed
eecba18
Copy full SHA for eecba18
Commits on Mar 23, 2018
fix parse table name error (#238) (#239)
yaoguais
authored and
siddontang
committed
3a4e778
Copy full SHA for 3a4e778
Commits on Feb 9, 2018
Support mysql decimal type really (#222)
arduanov
authored and
siddontang
committed
f77cd2a
Copy full SHA for f77cd2a
Commits on Jan 30, 2018
Add tests for normalize method (#226)
lnx
authored and
siddontang
committed
d117085
Copy full SHA for d117085
should be possible to exit from processing file when conditions met (#229)
svart-ravn
authored and
siddontang
committed
3833c32
Copy full SHA for 3833c32
Commits on Jan 24, 2018
fix parse bug (#231)
decker502
authored and
siddontang
committed
5799692
Copy full SHA for 5799692
Capture create table DDL on `QueryEvent` (#232)
NearTan
authored and
siddontang
committed
99e8a61
Copy full SHA for 99e8a61
Commits on Jan 21, 2018
replication: expose last connectionID (#230)
holys
authored and
siddontang
committed
012d8ca
Copy full SHA for 012d8ca
Commits on Jan 17, 2018
Updated ServerVersion for compatibility with Oracle's .NET connector. (#225)
Calvin Che
authored and
siddontang
committed
cfff4f3
Copy full SHA for cfff4f3
Commits on Jan 16, 2018
FormatDescriptionEvent should be readed by binlog file always (#224)
svart-ravn
authored and
siddontang
committed
155e335
Copy full SHA for 155e335
Commits on Dec 30, 2017
mysqldump param should be --max-allowed-packet=%dM not be --max_allowed_packet=%dM (#221)
Jasonzz-he
authored and
siddontang
committed
249187d
Copy full SHA for 249187d
Commits on Dec 29, 2017
trim '\r\n' or '\n' (#218)
Jasonzz-he
authored and
siddontang
committed
7eb7143
Copy full SHA for 7eb7143
Commits on Dec 20, 2017
drop table clear cache add if exists support, like "drop table if exists test1" (#212)
jilieryuyi
authored and
siddontang
committed
c39d001
Copy full SHA for c39d001
Commits on Dec 14, 2017
add database parameters to driver_test (#210)
letusfly85
authored and
siddontang
committed
f11b9d1
Copy full SHA for f11b9d1
Commits on Dec 13, 2017
update cache for drop table
jilieryuyi
authored and
siddontang
committed
aed976c
Copy full SHA for aed976c
Commits on Dec 9, 2017
typo (#202)
suho-hahn
authored and
siddontang
committed
e900198
Copy full SHA for e900198
Commits on Dec 5, 2017
Fix fetching table schema error when column type is enum and contains 'int' in enum elements (#197)
shabicheng
authored and
siddontang
committed
224279b
Copy full SHA for 224279b
Commits on Dec 1, 2017
typo: Annotae --> Annotate (#194)
suho-hahn
authored and
siddontang
committed
f302435
Copy full SHA for f302435
Commits on Nov 16, 2017
fix typo of README (#193)
letusfly85
authored and
siddontang
committed
92db398
Copy full SHA for 92db398
Commits on Nov 14, 2017
typo: tweak go-mysql driver example (#190)
detailyang
authored and
siddontang
committed
75a6598
Copy full SHA for 75a6598
Commits on Nov 7, 2017
add table regex filter for canal (#188)
shabicheng
authored and
siddontang
committed
778d630
Copy full SHA for 778d630
Commits on Nov 5, 2017
fault tolerance for fetching table meta error in canal (#186)
shabicheng
authored and
siddontang
committed
dd4020f
Copy full SHA for dd4020f
Commits on Nov 3, 2017
canel: remove Start and use Run (#185)
siddontang
authored
7e2e589
Copy full SHA for 7e2e589
Commits on Oct 28, 2017
after slave send ack to master, master will not reply (#180)
WangXiangUSTC
authored and
siddontang
committed
6e694f1
Copy full SHA for 6e694f1
Commits on Oct 27, 2017
Fix update MariaDB GTID (#179)
NearTan
authored and
siddontang
committed
c6f8498
Copy full SHA for c6f8498
Commits on Oct 25, 2017
Add two member to GTID event (#178)
ruiaylin
authored and
siddontang
committed
c951d16
Copy full SHA for c951d16
Add some member to GTID event (last_commited , sequence_number) (#177)
ruiaylin
authored and
siddontang
committed
690506f
Copy full SHA for 690506f
Pagination
Previous
Next
You can’t perform that action at this time.