This is a discussion on library with api for MySQL binlog parsing within the MySQL General forum forums, part of the MySQL category; --> Does anyone know of a programming library/module (C or PERL or ?) to interface with the MySQL binary logs? ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 |
| Thread Tools | |
| Display Modes | |
|
|