mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-29 14:04:22 +01:00
WHERE clause subqueries use the BeginSubrtn instruction. The corresponding closing instruction for BeginSubrtn is Return, but Return is also used for other purposes, so we need to track pairs of BeginSubrtn and Return that share the same 1st parameter (the subroutine register), so that the EXPLAIN output for those subroutine contents is indented properly.