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

Correction in the plan output.

This commit is contained in:
dimitr 2011-02-06 19:52:18 +00:00
parent c7224b44ef
commit f8f2b4d942

View File

@ -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);