mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 14:03:03 +01:00
Fix #8235 - Indentation must be seen between Refetch and subsequent Sort.
This commit is contained in:
parent
056ecd1271
commit
901b4ced9a
@ -143,6 +143,7 @@ void SortedStream::internalGetPlan(thread_db* tdbb, PlanEntry& planEntry, unsign
|
||||
{
|
||||
planDescription->text = "Refetch";
|
||||
planDescription = &planEntry.lines.add();
|
||||
++planDescription->level;
|
||||
++level;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user