MDEV-4742 - provide function to sort string in "natural" order
The numbers should be compared as numbers, while the rest should be compared as string. Introduce natural_sort_key() function that transforms original string so that the lexicographic order of such keys is suitable for natural sort.
Showing
Please register or sign in to comment