gh-ost/go
Shlomi Noach eeffa701d6 - Added ok-to-drop-table flag
- Added `switch-to-rbr` flag; applying binlog format change if needed
- Using dedicated db instance for locking & renaming on applier (must be used from within same connection)
- Heartbeat now uses `time.RFC3339Nano`
- Swap tables works! Caveat: short table outage
- `--test-on-replica` works!
- retries: using `panicAbort`: from any goroutine, regardless of context, it is possible to terminate the operation
- Reintroduced changelog events listener on streamer. This is the correct implementation.
2016-04-18 10:57:18 -07:00
..
base - Added ok-to-drop-table flag 2016-04-18 10:57:18 -07:00
binlog - row copy and row events are now handled by a single routine which prioritizes events over rowcopy 2016-04-08 10:34:44 +02:00
cmd/gh-osc - Added ok-to-drop-table flag 2016-04-18 10:57:18 -07:00
logic - Added ok-to-drop-table flag 2016-04-18 10:57:18 -07:00
mysql - More work on go-mysql reader: now properly notes binlog coordinates as it makes progress 2016-04-06 18:44:54 +02:00
os minor refactoring; fixed license comments 2016-03-24 15:11:56 +01:00
sql - Added ok-to-drop-table flag 2016-04-18 10:57:18 -07:00