1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00

feat(joblist): better dot graphs that represents joblist steps execution tree.

This commit is contained in:
drrtuy
2024-09-16 20:38:48 +00:00
committed by Leonid Fedorov
parent 9ef5d7f3ac
commit ce86d1025a
5 changed files with 477 additions and 828 deletions

View File

@@ -19,7 +19,7 @@
// $Id: subquerystep.cpp 6370 2010-03-18 02:58:09Z xlou $
#include <iostream>
//#define NDEBUG
// #define NDEBUG
#include <cassert>
using namespace std;
@@ -147,6 +147,7 @@ SubAdapterStep::SubAdapterStep(SJSTEP& s, const JobInfo& jobInfo)
, fOutputIterator(0)
, fRunner(0)
{
fExtendedInfo = "SAS: ";
fAlias = s->alias();
fView = s->view();
fInputJobStepAssociation = s->outputAssociation();