MDEV-26519 fixup: GCC 11 -Og -Wmaybe-uninitialized
GCC does not understand that the variable have_ndv determines whether the variable ndv_ll is initialized. Let us add a redundant initialization to pacify GCC.
Showing
Please register or sign in to comment