If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Reading Row based binary logs

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-23-06, 05:17
sridharks sridharks is offline
Registered User
 
Join Date: Jul 2004
Posts: 2
Reading Row based binary logs

Hi all,

I have a set of tables in MySQL 5.1.5. I pre join those tables and have another set of prejoined tables (bascially different views based on the source tables). I want to update the prejoined tables when ever the source table(s) gets changed.
Iam trying to use the binary log (server started with --binlog-format=row , row based replication) file generated by mysql 5.1.5. The binary log files captures the row level changes in some custom format. Is there any way to read this log file , decode it and know the changes that had been made to the table?

Is there any open API available in MySQL which does this binary log parsing? If yes can any one point me to the same.

Your help is much appreciated,


Thanks and Regards,
Sri
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On