tarantool / vshard

The new generation of sharding based on virtual buckets
Other
98 stars 29 forks source link

storage: fix usage of Tarantool internal API for getting schema version #382

Closed CuriousGeorgiy closed 1 year ago

CuriousGeorgiy commented 1 year ago

tarantool/tarantool#7904 exports schema version to public API and Lua: start using it, when available, instead of unreliable internal API.

Closes #381

CuriousGeorgiy commented 1 year ago

@Gerold103 I'm sorry, overlooked that one: fixed.