gh-ost/go/binlog
2016-03-24 14:52:49 +01:00
..
testdata adjusted automaton to accept multi-statement entries; added tests 2016-03-24 14:25:52 +01:00
binlog_reader.go initial seems-to-be-working parser for binary logs, which reads log pos, end log pos, statement type, schema and table. Performs some validations along the way. Reads in chunks of up to 32M per chunk 2016-03-23 12:40:17 +01:00
binlog_test.go adjusted automaton to accept multi-statement entries; added tests 2016-03-24 14:25:52 +01:00
binlog.go initial binlog package 2016-03-22 15:12:51 +01:00
mysqlbinlog_reader_test.go adjusted automaton to accept multi-statement entries; added tests 2016-03-24 14:25:52 +01:00
mysqlbinlog_reader.go simplified appendBinlogEntry() 2016-03-24 14:52:49 +01:00