Closed kobi97 closed 6 years ago
Hi @kobi97 tx for patch, I was thinking if is possible for you to write integration test for that case to be sure that is working ?
It is OK with me but I have enough time only in weekend - if it would not be so late for you, I will try to write this weekend.
same here I got little time in weekend
I have changed ".travis.yml", you may have to change config in Scrutinizer.
Cool its working tx!
Hello Krowinski I am sorry for my previous patch. Because I found my misunderstanding about divided packets. There is only one binlog event header for divided packets. Please check my CODE or my explain below and then you may get it.
This is MySQL Internals Manual:
Sending More Than 16Mbytes
https://dev.mysql.com/doc/internals/en/mysql-packet.htmlThese are 3 divided packets for Insert Statement with 40Mb field in my test.
This is my test environment:
Thank for reading :)