lixa icon indicating copy to clipboard operation
lixa copied to clipboard

(lixa 1.9.5) incorrect function name in LIXA_TRACE for xta_transaction_rollback

Open imavo opened this issue 9 months ago • 1 comments

in file src/xta/xta_transaction.c, the function xta_transaction_rollback() has incorrect function-name in LIXA_TRACE statement (line number 1137) which may confuse the reader of the trace-output because it mentions commit instead of rollback.

imavo avatar Mar 24 '25 17:03 imavo