gh-ost/go
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
..
base - Building and applying queries from binlog event data! 2016-04-14 13:37:56 +02: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 - Building and applying queries from binlog event data! 2016-04-14 13:37:56 +02:00
logic - Building and applying queries from binlog event data! 2016-04-14 13:37:56 +02: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 - Building and applying queries from binlog event data! 2016-04-14 13:37:56 +02:00