gh-ost/go/binlog
Shlomi Noach 75f68c0752 - row copy and row events are now handled by a single routine which prioritizes events over rowcopy
- Supporting `--throttle-file-flag`
- Printing status
- Supporting transactional table syntax
- code cleanup; refactoring
- proper use of atomic where required
- iterations are in changelog (erm... maybe too much)
- `LOCK TABLES`, `UNLOCK TABLES` working
2016-04-08 10:34:44 +02:00
..
testdata still experimenting, yes? go-mysql binlog parser looks good 2016-03-30 15:43:40 +02:00
binlog_dml_event.go - More work on go-mysql reader: now properly notes binlog coordinates as it makes progress 2016-04-06 18:44:54 +02:00
binlog_entry.go - Creating an populating Changelog table 2016-04-07 15:57:12 +02:00
binlog_reader.go - Creating an populating Changelog table 2016-04-07 15:57:12 +02:00
binlog_test.go minor refactoring; fixed license comments 2016-03-24 15:11:56 +01:00
binlog.go minor refactoring; fixed license comments 2016-03-24 15:11:56 +01:00
gomysql_reader.go - 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
mysqlbinlog_reader_test.go preparing for db access 2016-04-01 16:05:54 +02:00
mysqlbinlog_reader.go - Creating an populating Changelog table 2016-04-07 15:57:12 +02:00