1
0
Fork 0
MySQL binary log parser
Go to file
Gregory Eremin 8c8705581e Don't forget to decode all rows in the test command 2018-11-11 15:04:07 +01:00
binlog Remove more debug 2018-11-11 15:03:47 +01:00
cmd Don't forget to decode all rows in the test command 2018-11-11 15:04:07 +01:00
mysql Everything seem to work now 2018-11-11 14:24:45 +01:00
reader For sets and enums length is already precalculated 2018-11-11 14:47:33 +01:00
tests Simplify rows event decoding 2018-11-11 14:33:26 +01:00
tools Everything seem to work now 2018-11-11 14:24:45 +01:00
.gitignore Use dep to maintain dependencies 2018-11-09 01:09:25 +01:00
Gopkg.lock Use dep to maintain dependencies 2018-11-09 01:09:25 +01:00
Gopkg.toml Use dep to maintain dependencies 2018-11-09 01:09:25 +01:00
LICENCE Initial commit 2018-07-29 19:20:30 +02:00
Makefile Use realative path to test package 2018-11-09 01:17:59 +01:00
README.md Adjust makefile 2018-11-09 01:16:38 +01:00

README.md

BLT

MySQL binary log parser.

WIP

Work in progress, some events are not fully supported.

A fork of go-sql-driver/mysql is used to provide underlying connection and basic packet exchange.

TODO:

  • FormatDescriptionEvent
  • TableMapEvent
  • RotateEvent
  • RowsEvent
  • XIDEvent
  • GTIDEvent
  • QueryEvent

Licence

MIT