MDEV-5181 incorrect binary search in remove_status_vars()
The loop in the binary search in remove_status_vars() was incorrectly implemented and could continue infinitely in some cases. Rewrote the binary search code.
Showing
Please register or sign in to comment