Skip to content
Snippets Groups Projects
Commit a1155c8b authored by Chris Sosnin's avatar Chris Sosnin Committed by Nikita Pettik
Browse files

sql: drop only generated sequence in DROP TABLE

It is possible to create a sequence manually, and give it to a newly
created index as a source of unique identifiers. Such sequences are not
owned by a space, and therefore shouldn't be deleted when the space is
dropped. They are not dropped when space:drop() in Lua is called, but
were dropped in SQL 'DROP TABLE' before this patch. Now Lua and SQL are
consistent in that case.
parent 1d95fc04
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment