Skip to content
Snippets Groups Projects
Commit 3de37476 authored by Olga Arkhangelskaia's avatar Olga Arkhangelskaia Committed by Vladimir Davydov
Browse files

box: fix comparison of config tables

box.cfg() updates only those options that have actually changed.
However, for replication it is not always true: box.cfg{replication = x}
and box.cfg{replication = {x}} are treated differently, and as
the result - replication is restarted. The patch fixes such behaviour.

Closes #3711
parent 64e3830c
No related branches found
No related tags found
No related merge requests found
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