Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDEV-4742 fixup: g++-14 -Wmaybe-uninitialized
to_natsort_key(): Zero-initialize also num_start. This silences a compiler warning. There is no impact on correctness, because before the first read of num_start, !n_digits would always hold and hence num_start would have been initialized.
- Loading branch information