gh-ost/go/mysql
Shlomi Noach 23cb8ea7e9 Throttling & critical load
- Added `--throttle-query` param (when returns > 0, throttling applies)
- Added `--critical-load`, similar to `--max-load` but implies panic and quit
- Recoded *-load as `LoadMap`
- More info on *-load throttle/panic
- `printStatus()` now gets printing heuristic. Always shows up on interactive `"status"`
- Fixed `change column` (aka rename) handling with quotes
- Removed legacy `mysqlbinlog` parser code
- Added tests
2016-06-18 21:12:07 +02:00
..
binlog_test.go Throttling & critical load 2016-06-18 21:12:07 +02:00
binlog.go renaming to gh-ost 2016-05-16 11:09:17 +02:00
connection.go renaming to gh-ost 2016-05-16 11:09:17 +02:00
instance_key_map.go renaming to gh-ost 2016-05-16 11:09:17 +02:00
instance_key.go renaming to gh-ost 2016-05-16 11:09:17 +02:00
utils.go - Handling gomysql.replication connection timeouts: reconnecting on last known position 2016-05-19 15:11:36 +02:00