• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / tarantool / 19961041108

05 Dec 2025 11:07AM UTC coverage: 87.654% (-0.02%) from 87.669%
19961041108

push

github

sergepetrenko
box: fix _func id overflow

Each time one used the `box.schema.func.create`, the primary key of
the resulted function increased because of the
`_func:auto_increment`. Now the new key is chosen by the
`generate_func_id` in Lua and `OP_GenFuncid` SQL opcode, both implemented
using the new `box_generate_func_id` function that shares logic with
`box_generate_space_id`. Hence we are scanning the entire range of
possible ids `[0, BOX_FUNCTION_MAX)` before we are returning an
error.

Fixes #11849
Fixes #11851
NO_DOC=bugfix

70309 of 118240 branches covered (59.46%)

33 of 34 new or added lines in 5 files covered. (97.06%)

181 existing lines in 22 files now uncovered.

105611 of 120486 relevant lines covered (87.65%)

1397183.57 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

92.7
/src/box/lua/misc.cc


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc