Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix handling zero byte string for session state changed (vitessio#11071…
…) (vitessio#996) On MySQL 8.0 it's possible we get back a zero length state for session state changed information. In this case, we treat this as no data being present and continue. This was exposed in vitessio#11026 but I'm extracted this as a separate fix until that lands since this can trigger spurious errors when it shouldn't. Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com> Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com> Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
- Loading branch information