Skip to content
Snippets Groups Projects
Commit ac87c66b authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

txn: remove recovery vclock promotion from recovery_fill_lsn()

* promote recovery vclock in recover_xlog(), after we apply
  the recovered row
* remove unnecessary promotions from WAL and relays: they
  should not use recovery vclock going forward.
* update format specifier for error code ER_UNKNOWN_REPLICA
  to expect a string, rather than integer, since it's passed
  a string for replica id, not integer
* remove unused code in relay.cc
parent 7bdaff31
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