mirror of
https://github.com/MariaDB/server.git
synced 2025-07-23 00:55:06 +00:00

UUID::cmp() correctly compared: - two swapped v1 UUIDs - two non-swapped v6 UIDs but v1 vs v6 were not compared correctly. Adding a new method cmp_swap_noswap() and using it in UUID::cmp() to compare two value of different swapness.