MySQL Forums
Forum List  »  Replication

Load Data .csv and corresponding lines to be ignored / skipped.
Posted by: Prachin Soparkar
Date: December 23, 2019 09:26AM

Hi,

I have replication setup on MYSQL server. The generated binlog has entries for .csv for each table having data. When I do a full load from source it adds a line with .csv file detials and few rows with event_type="Write_rows" and only table_id.

What I would like to know is, if I can remove / skip the these corresponding lines from generating / reading from / to binary log.

I am using BinLogStreamReader in python to read the binary log.

Thanks
Prachin Soparkar

Options: ReplyQuote


Subject
Views
Written By
Posted
Load Data .csv and corresponding lines to be ignored / skipped.
472
December 23, 2019 09:26AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.