Skip to content
  • jgh's avatar
    - add new port: devel/libslave · 70a22535
    jgh authored
    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
    
    PR:		174335
    Submitted by:	g.veniamin@googlemail.com
    70a22535