This website requires JavaScript.
Explore
Help
Register
Sign In
octoleo
/
gh-ost
Watch
1
Star
0
Fork
0
You've already forked gh-ost
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
GitHub's Online Schema-migration Tool for MySQL
mysql
schema-migrations
5
Commits
51
Branches
51
Tags
24
MiB
Go
93.4%
Shell
6.6%
e36bb51b69
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Shlomi Noach
e36bb51b69
initial seems-to-be-working parser for binary logs, which reads log pos, end log pos, statement type, schema and table. Performs some validations along the way. Reads in chunks of up to 32M per chunk
2016-03-23 12:40:17 +01:00
go
initial seems-to-be-working parser for binary logs, which reads log pos, end log pos, statement type, schema and table. Performs some validations along the way. Reads in chunks of up to 32M per chunk
2016-03-23 12:40:17 +01:00
build.sh
adding build file
2016-03-23 12:39:24 +01:00
LICENSE
Initial commit
2016-03-21 11:08:52 +01:00
README.md
Initial commit
2016-03-21 11:08:52 +01:00
README.md
gh-osc
GitHub's Online Schema Change for MySQL