SELECT
    j.name AS job_name,
    j.language,
    j.id_validation,
    e.branch,
    e.revision,
    CONCAT(
      e.log_files,
      '/',
      j.language,
      '/',
      j.name
    ) AS result_destination_dir,
    r.origin,
    r.moment,
    r.description,
    r.id_status
  FROM results_def AS r
    INNER JOIN executions AS e ON e.id = r.id_exec
    INNER JOIN jobs AS j ON j.id = r.id_job
  WHERE id_job = 1449
    AND id_exec = 29796
;
[mysql error 1146] Table 'colibri.executions' doesn't exist

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/www/talendforge.org/colibri/job_details.php on line 70
[function get_computed_status] at least one input status required