gh-ost/go/sql
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
..
builder_test.go - Building and applying queries from binlog event data! 2016-04-14 13:37:56 +02:00
builder.go - Building and applying queries from binlog event data! 2016-04-14 13:37:56 +02:00
types_test.go added types_test 2016-04-11 19:06:47 +02:00
types.go - Added ok-to-drop-table flag 2016-04-18 10:57:18 -07:00