8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:43:03 +01:00

Fix #8235 - Indentation must be seen between Refetch and subsequent Sort.

This commit is contained in:
Adriano dos Santos Fernandes 2024-09-01 17:22:25 -03:00
parent 056ecd1271
commit 901b4ced9a

View File

@ -143,6 +143,7 @@ void SortedStream::internalGetPlan(thread_db* tdbb, PlanEntry& planEntry, unsign
{
planDescription->text = "Refetch";
planDescription = &planEntry.lines.add();
++planDescription->level;
++level;
}