From: Jesus G. <je...@gm...> - 2011-12-29 19:44:14
|
> This change was done in trunk. The reason for signed type here was (at > least visible reason) very simple - into some functions using same > parameter might be passed transaction number (positive value) and > something else (negative value). I.e. negative sign meant 'this is not > transaction' and function behaved according to it. > Would not be better, instead of that, If transaction id is equal To 0, no transaction, else transaction. As now there is a problem with transactionid and heavy loaded systems, that could solve in a little the problem. Jesus |