sql: reset autoincrement IDs before execution
After this patch, the list of auto-increment IDs will be reset before executing the prepared statement. Closes #6422 NO_DOC=bugfix
Showing
- changelogs/unreleased/gh-6422-autoinc-ids-reset.md 4 additions, 0 deletionschangelogs/unreleased/gh-6422-autoinc-ids-reset.md
- src/box/execute.c 3 additions, 2 deletionssrc/box/execute.c
- src/box/sql/sqlInt.h 7 additions, 0 deletionssrc/box/sql/sqlInt.h
- src/box/sql/vdbeapi.c 7 additions, 0 deletionssrc/box/sql/vdbeapi.c
- test/sql-luatest/gh_6422_autoinc_ids_reset_test.lua 23 additions, 0 deletionstest/sql-luatest/gh_6422_autoinc_ids_reset_test.lua
Loading