Skip to content
Snippets Groups Projects
Verified Commit 6c212eb5 authored by Denis Smirnov's avatar Denis Smirnov
Browse files

refactoring: clarify that vinyl doesn't support tmp spaces

parent 6ee2e40f
No related branches found
No related tags found
1 merge request!1414sbroad import
......@@ -48,6 +48,7 @@ impl TmpSpace {
let pk_name = TmpSpace::generate_pk_name(base, motion_id);
fields.push(Field::unsigned(pk_name.clone()));
let fields_len = fields.len() as u32;
// Vinyl engine does not support temporary spaces.
let is_temporary = match engine {
SpaceEngine::Memtx => true,
SpaceEngine::Vinyl => false,
......
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