Skip to content

refactor: we no longer use _schema.max_id

Georgy Moshkin requested to merge gmoshkin/dont-use-schema-max-id into master

Summary

  • refactor: we no longer use _schema.max_id

Our tarantool version no longer reads/writes _schema.max_id, so we don't need to also.

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • (if Lua API changed) Lua API version is bumped in luamod.rs
  • (if necessary) A follow-up doc issue is created in picodata/docs and linked here
Edited by Georgy Moshkin

Merge request reports