if(t_suspend())
{
$dlg_var(start_time) = $timef(%Y/%m/%d %H:%M:%S);
xlog("L_NOTICE", "==> processing suspended in transaction
[$T(id_index):$T(id_label)] ");
} else {
xlog("L_ERR", "t_suspend err");
exit;
}
Sometimes, I get this log==> processing suspended in transaction [0:13614] ",as
far as I know, 0 means that the value cannot be obtained. Executing t_continue(tindex,
tlabel, rtname) with parameter 0 will fail.by the way, It's a question of
probability.
Show replies by date