lixa icon indicating copy to clipboard operation
lixa copied to clipboard

LIXA is a free Scalable Distributed Transaction Manager for Microservices and Modern Applications based on XA

Results 4 lixa issues
Sort by recently updated
recently updated
newest added

Here is our first addition to the lixa_tx API, to allow the application to specify the profile prior to tx_open with a lixa_tx_set_profile(const char *profile). This setting will override the...

enhancement

The build procedure does not work properly with Ubuntu 22.04. Two shared library are built are statically linked instead of dynamically linked: tiian@ubuntu2204:/opt/lixa/lib$ cd /opt/lixa/lib/ tiian@ubuntu2204:/opt/lixa/lib$ ls *.so liblixab.so liblixta_java.so...

bug

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.

The current code in liblixamy.c is just using XA RECOVER statement as below, but I discovered is probably not running as expected for MySQL 8.0.x, at least 8.0.41. Executing the...

bug