Skip to content
Snippets Groups Projects
Commit 11daa099 authored by Serge Petrenko's avatar Serge Petrenko Committed by Alexander Turenko
Browse files

mkversion: introduce get_latest method

mkversion.get_latest() returns the latest schema version known to this
tarantool build. It is going to be used in config module to determine
when dd operations are allowed.

It will be used in places where `schema_needs_upgrade()` can't be used,
because it compares only the current schema version, not any version you
pass to it.

In-scope-of #9502

NO_DOC=internal
NO_TEST=covered by the next commit
NO_CHANGELOG=internal
parent 6206f744
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