Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

0.36_MySQL8

Pre-release
Pre-release

Choose a tag to compare

@boardy boardy released this 23 Feb 20:53
· 19 commits to MySQL8Compat since this release

There has been multiple fixes and enhances for stability where certain timing issues within the library could cause a crash - but could sometimes work depending on what else the library was being instructed to do - e.g. if you connected and then instantly did a select the select could fail.

Improvements for larger data sets where it could get an unexpected packet in the response which would then cause the packet data processing to go wrong and then would cause an index out of bound exception.

Improvements for larger data sets where depending on how the TCP packets are split would mean that sometimes the library would inadvertently think that all data was retrieved when it actually hadn't and would therefore cause parse error as the data said there was more data, but the data buffer didn't collect everything from the socket.