gh-ost/go/sql
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
..
builder_test.go Supporting column rename 2016-06-17 08:03:18 +02:00
builder.go Supporting column rename 2016-06-17 08:03:18 +02:00
parser_test.go Throttling & critical load 2016-06-18 21:12:07 +02:00
parser.go Throttling & critical load 2016-06-18 21:12:07 +02:00
types_test.go renaming to gh-ost 2016-05-16 11:09:17 +02:00
types.go renaming to gh-ost 2016-05-16 11:09:17 +02:00