Skip to content
Snippets Groups Projects
Commit 49a8f216 authored by Konstantin Nazarov's avatar Konstantin Nazarov Committed by Roman Tsisyk
Browse files

Compare UUIDs consistently

The C code uses memcmp() to compare UUIDs for server selection
in replication bootstrap, but in lua there is no way to do it,
because UUIDs there are represented as strings.

This patch fixes the C implementation so that it will behave
as if UUIDs are compared as strings.

Fixes #1598
parent 3dff7589
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment