View | Details | Raw Unified | Return to ticket 1461
Collapse All | Expand All

(-)a/src/plugins/accounting_storage/mysql/as_mysql_cluster.c (+1 lines)
Lines 1082-1087 extern int as_mysql_node_down(mysql_conn_t *mysql_conn, Link Here
1082
1082
1083
	row = mysql_fetch_row(result);
1083
	row = mysql_fetch_row(result);
1084
	if (row && (node_ptr->node_state == slurm_atoul(row[0])) &&
1084
	if (row && (node_ptr->node_state == slurm_atoul(row[0])) &&
1085
	    my_reason && row[1] &&
1085
	    !strcasecmp(my_reason, row[1])) {
1086
	    !strcasecmp(my_reason, row[1])) {
1086
		debug("as_mysql_node_down: no change needed %u == %s "
1087
		debug("as_mysql_node_down: no change needed %u == %s "
1087
		      "and %s == %s",
1088
		      "and %s == %s",

Return to ticket 1461