mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +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->text = "Refetch";
|
||||||
planDescription = &planEntry.lines.add();
|
planDescription = &planEntry.lines.add();
|
||||||
|
++planDescription->level;
|
||||||
++level;
|
++level;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user