Christian Ferrari
Christian Ferrari
https://github.com/libfuse/libfuse/blob/1f3a338801b20d557607970b41cfbdef0bc70302/example/hello_ll.c#L160 The callback function seems to be called even for ino != 2 and the program crashes as below: hello_ll: hello_ll.c:82: hello_ll_getxattr: Assertion `ino == 2' failed. Aborted (core dumped)...
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...
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...