blob: c3f75b0cd7c99fabb6d4b190f7b4b1472260147d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
This is a library that allows any arbitrary C++ application to connect
to a Mysql replication master and read/parse the replication binary
logs.
In effect, any application can now act like a Mysql replication slave,
without having to compile or link with any Mysql server code.
One important use-case for this library is for receiving changes in
the master database in real-time, without having the store the
master's data on the client server.
WWW: https://github.com/Begun/libslave
|