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 }}
chrisxrepo
/
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 Apr 27, 2020
new table struct and old binlog maybey panic
“xinchuantao”
committed
1a81da1
Copy full SHA for 1a81da1
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
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
Commits on Feb 1, 2020
Minor fix: do not allocate collation map if not neccessary
huangjunwen
committed
fcf8f97
Copy full SHA for fcf8f97
Extract charset/collation info from TableMapEvent
huangjunwen
committed
27d6b7e
Copy full SHA for 27d6b7e
Commits on Jan 31, 2020
Fix compile error before go 1.13: shift count type int, must be unsigned integer
huangjunwen
committed
a624aa6
Copy full SHA for a624aa6
Remove unneccesary code
huangjunwen
committed
d3fef7b
Copy full SHA for d3fef7b
Make TableMapEvent's Dump prettier
huangjunwen
committed
c66d0a6
Copy full SHA for c66d0a6
Commits on Jan 30, 2020
Add some helper methods to TableMapEvent
huangjunwen
committed
c61b8a9
Copy full SHA for c61b8a9
Rename and move a function BytesToUint64 to mysql package
huangjunwen
committed
5dd4c32
Copy full SHA for 5dd4c32
Move some code
huangjunwen
committed
3e9f1d7
Copy full SHA for 3e9f1d7
Add some timestamp helper methods for GTIDEvent
huangjunwen
committed
782e710
Copy full SHA for 782e710
Add mysql 8.0 new fields to GTIDEvent
huangjunwen
committed
1e585a9
Copy full SHA for 1e585a9
Commits on Jan 29, 2020
Add some optional meta fields for TABLE_MAP_EVENT: signedness/column
Show description for 514d075
huangjunwen
committed
514d075
Copy full SHA for 514d075
Commits on Jan 20, 2020
Extending binlog events list (#461)
Show description for a9add8d
subvillion
authored and
siddontang
committed
a9add8d
Copy full SHA for a9add8d
Commits on Dec 7, 2019
parse gtid for parseHandler if MySQL works in GTID_MODE, and begin to startWithGTID after mysqldump is done (#444)
Show description for 08dd4b5
jianhaiqing
authored and
siddontang
committed
08dd4b5
Copy full SHA for 08dd4b5
Commits on Nov 14, 2019
fix mysqldump option (#449)
Show description for 07ca784
WiFeng
authored and
siddontang
committed
07ca784
Copy full SHA for 07ca784
Commits on Nov 11, 2019
Fix dump parser to recognize unsigned values, fixes #389 (#447)
dobegor
authored and
siddontang
committed
7a7f047
Copy full SHA for 7a7f047
Commits on Oct 19, 2019
handle edge condition on recoonect - repeated network errors while parsing same long transaction (#438)
gleonid
authored and
siddontang
committed
fba9c96
Copy full SHA for fba9c96
Commits on Oct 14, 2019
display friendly error message on handshake error (#435)
dhlin
authored and
siddontang
committed
e4fc336
Copy full SHA for e4fc336
Commits on Oct 9, 2019
replication: support parsing event with header only and no checksum (#431)
Show description for f66c8b3
amyangfei
authored and
siddontang
committed
f66c8b3
Copy full SHA for f66c8b3
Pagination
Previous
Next
You can’t perform that action at this time.