gh-ost/go/sql
Shlomi Noach a4ee80df13 - Building and applying queries from binlog event data!
- `INSERT`, `DELETE`, `UPDATE` statements
- support for `--noop`
- initial support for `--test-on-replica`. Verifying against `--allow-on-master`
- Changelog events no longer read from binlog stream, because reading it may be throttled, and we have to be able to keep reading the heartbeat and state events.
  They are now being read directly from table, mapping already-seen-events to avoid confusion
  Changlelog listener pools table in 2*frequency of heartbeat injection
2016-04-14 13:37:56 +02: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 - Throttling-check is now an async routine running once per second 2016-04-11 17:27:16 +02:00