Skip to content

fix: do not update schema's max_id on space creation

Denis Smirnov requested to merge fix_schema_max_id into master

Summary

  • fix: do not update schema's max_id on space creation

The system space _schema contains works a a waterwark that separates system spaces from the user ones. So, there is no reason to increment this value on the user space insertion as we did it before.

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • Version is bumped in the appropriate Cargo.toml files

Produced by sbroad#537 (closed)

Merge request reports