GitHub's Online Schema-migration Tool for MySQL
Go to file
Shlomi Noach 5375aa4f69 - Removed use of master_pos_wait(). It was unneccessary in the first place and introduced new problems.
- Supporting `--allow-nullable-unique-key`
  - Tool will bail out if chosen key has nullable columns and the above is not provided
- Fixed `OriginalBinlogRowImage` comaprison (lower/upper case issue)
- Introduced reasonable streamer reconnect sleep time
2016-05-20 12:52:14 +02:00
go - Removed use of master_pos_wait(). It was unneccessary in the first place and introduced new problems. 2016-05-20 12:52:14 +02:00
vendor added vendor packages 2016-04-01 16:04:27 +02:00
build.sh - Removed use of master_pos_wait(). It was unneccessary in the first place and introduced new problems. 2016-05-20 12:52:14 +02:00
LICENSE Initial commit 2016-03-21 11:08:52 +01:00
README.md renaming to gh-ost 2016-05-16 11:09:17 +02:00

gh-ost

GitHub's Online Schema Change for MySQL