MDEV-17841 fixup: GCC -Wmaybe-uninitialized
In commit ab38b751 an added "goto err" would seemingly cause a read of an uninitialized variable old_info if errpos>=5. However, because we would have errpos=0 at that point, there was no real error.
Showing
Please register or sign in to comment