Support protocol packages larger than 16 MiB #47#197
Support protocol packages larger than 16 MiB #47#197dmarkic wants to merge 2 commits intofriends-of-reactphp:0.7.xfrom
Conversation
|
@dmarkic Thanks for reopening and taking another shot at this 👍
Well, we have to test this on the unit side (
I think we have to increase |
…ht at, and above 16MiB
|
This is now a complete test. |
|
Hello, are there any problems with this or why is there no progres? Kind regards, |
Reopened PR (#166)
There are currently no tests performed for this.
@SimonFrings
Should the functionality be tested in
tests/MysqlClientTest.phpor only intests/Io/ParserTest.phpor in both?We had some issues before with testing on real Mysql server as
max_allowed_packethas to be set above 16M limit in order to test packet splitting. When default is used (16M), you cannot really send a packet of sufficient size to start packet splitting.