mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-18 00:54:19 +01:00
Remove InsnFunctionStepResult::Busy
we don't need all these busy variants, let's just handle LimboError::Busy
This commit is contained in:
@@ -435,11 +435,6 @@ impl CompiledExpression {
|
||||
"Expression evaluation was interrupted".to_string(),
|
||||
));
|
||||
}
|
||||
crate::vdbe::execute::InsnFunctionStepResult::Busy => {
|
||||
return Err(crate::LimboError::InternalError(
|
||||
"Expression evaluation encountered busy state".to_string(),
|
||||
));
|
||||
}
|
||||
crate::vdbe::execute::InsnFunctionStepResult::Step => {
|
||||
pc = state.pc as usize;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user