#endif
objstrReset();
t_chashreset();
+#ifdef DELAYCOMP
+ dc_t_chashreset();
+#endif
return TRANS_ABORT;
}
if(finalResponse == TRANS_COMMIT) {
#endif
objstrReset();
t_chashreset();
+#ifdef DELAYCOMP
+ dc_t_chashreset();
+#endif
return 0;
}
/* wait a random amount of time before retrying to commit transaction*/
#endif
objstrReset();
t_chashreset();
+#ifdef DELAYCOMP
+ dc_t_chashreset();
+#endif
return TRANS_ABORT;
}
//randomdelay(softaborted);
elif [[ $1 = '-dcopts' ]]
then
JAVAOPTS="$JAVAOPTS -dcopts"
+elif [[ $1 = '-delaycomp' ]]
+then
+JAVAOPTS="$JAVAOPTS -delaycomp"
+EXTRAOPTIONS="$EXTRAOPTIONS -DDELAYCOMP"
elif [[ $1 = '-mlp' ]]
then
JAVAOPTS="$JAVAOPTS -mlp"