tarantool / tarantool/tarantool
Add field `options` to `_priv` format
Open
@ImeevMA is already working on this.
Since Mar 20, 2024.
- Dominant language
- Lua
- Stars
- 3.7k
- Forks
- 419
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 88
Description
This patch adds a map with the _origins field as the sixth _priv field. However, the space format contains only 5 fields. It would be correct to add the name of the sixth field via upgrade. But this is quite problematic because it means that simply to add a system space field name we will have to force the users to update the schema or their DDL operation will fail. Still, we need to decide how to resolve the issue in the current master and release/3.0 branches.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.