gh-ost/go/logic
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
..
applier.go Throttling & critical load 2016-06-18 21:12:07 +02:00
inspect.go Supporting column rename 2016-06-17 08:03:18 +02:00
migrator.go Throttling & critical load 2016-06-18 21:12:07 +02:00
server.go fixed nil TCP listener when TCP undfined 2016-06-07 14:24:30 +02:00
streamer.go accepting SIGHUP. Reloads configuration and marks as point of interest 2016-05-25 12:27:58 +02:00