|
Lines 2045-2050
static int _cluster_get_assocs(mysql_conn_t *mysql_conn,
Link Here
|
| 2045 |
|
2045 |
|
| 2046 |
parent_id = slurm_atoul(row2[ASSOC2_REQ_PARENT_ID]); |
2046 |
parent_id = slurm_atoul(row2[ASSOC2_REQ_PARENT_ID]); |
| 2047 |
if (!without_parent_limits) { |
2047 |
if (!without_parent_limits) { |
|
|
2048 |
if (!row2[ASSOC2_REQ_MTPJ]) |
| 2049 |
goto no_parent_limits; |
| 2050 |
|
| 2048 |
if (row2[ASSOC2_REQ_DEF_QOS]) |
2051 |
if (row2[ASSOC2_REQ_DEF_QOS]) |
| 2049 |
parent_def_qos_id = slurm_atoul( |
2052 |
parent_def_qos_id = slurm_atoul( |
| 2050 |
row2[ASSOC2_REQ_DEF_QOS]); |
2053 |
row2[ASSOC2_REQ_DEF_QOS]); |
| 2051 |
- |
|
|