Bug 174335 - [new port]: devel/libslave Mysql replication client library, embeddable into your C++ application
Summary: [new port]: devel/libslave Mysql replication client library, embeddable into ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-10 16:30 UTC by Veniamin
Modified: 2012-12-15 08:11 UTC (History)
0 users

See Also:


Attachments
file.shar (2.90 KB, text/plain)
2012-12-10 16:30 UTC, Veniamin
no flags Details
libslave.shar (2.92 KB, application/x-shar)
2012-12-11 08:08 UTC, Veniamin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Veniamin 2012-12-10 16:30:01 UTC
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.
Comment 1 Jason Helfman freebsd_committer freebsd_triage 2012-12-10 19:31:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 2 Jason Helfman freebsd_committer freebsd_triage 2012-12-15 08:11:21 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!