mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 04:03:03 +01:00
Correction in the plan output.
This commit is contained in:
parent
c7224b44ef
commit
f8f2b4d942
@ -317,6 +317,7 @@ void HashJoin::print(thread_db* tdbb, string& plan, bool detailed, unsigned leve
|
||||
if (detailed)
|
||||
{
|
||||
plan += printIndent(++level) + "Hash Join (inner)";
|
||||
m_leader->print(tdbb, plan, true, level);
|
||||
for (int i = 0; i < m_args.getCount(); i++)
|
||||
{
|
||||
m_args[i]->print(tdbb, plan, true, level);
|
||||
|
Loading…
Reference in New Issue
Block a user