Searched refs:sa_runid (Results 1 – 1 of 1) sorted by relevance
4067 char *sa_runid, *sb_runid; in compareSlavesForPromotion() local4084 sa_runid = (*sa)->runid; in compareSlavesForPromotion()4086 if (sa_runid == NULL && sb_runid == NULL) return 0; in compareSlavesForPromotion()4087 else if (sa_runid == NULL) return 1; /* a > b */ in compareSlavesForPromotion()4089 return strcasecmp(sa_runid, sb_runid); in compareSlavesForPromotion()