Does anyone know of a programming library/module (C or PERL or ?) to interface
with the MySQL binary logs?

Preferably a PERL module which wraps some C library to gain a PERL OO api
interface to manipulating MySQL Binary Logs.

If this does not exist, can someone point me at the API documentation for the C
library used by the mysqlbinlog tool?
Is it:
 <src>/sql/log.cc
 <src>/sql/log_event.cc
 <src>/sql/log_event.h

I also see in <src>/client/mysqlbinlog.cc #included sql_common.h and
mysql_priv.h and client_priv.h

Has anyone wrapped these into a general mysqlbinlog library api?


I am interested in writing/finding a tool or library to read and parse the mysql
binary log file.

-RG

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to