Details
-
Bug
-
Status: Confirmed (View Workflow)
-
Minor
-
Resolution: Unresolved
-
10.6.13, 11.2.0, 10.6, 10.11, 10.5(EOL), 10.9(EOL), 10.10(EOL), 11.0(EOL), 11.1(EOL)
Description
XA COMMIT 'unknown' ONE PHASE; |
returns XAER_INVAL: Invalid arguments (or unsupported command) but I think that it should return XAER_NOTA
I tested MariaDB 10.6 and 11.2.0 and both behave the same, but older 10.3 works as I expect, it returns XAER_NOTA
XA COMMIT 'unknown'; |
returns expected XAER_NOTA: Unknown XID
from specification
[XAER_NOTA]
The specified XID is not known by the resource manager.
[XAER_INVAL]
Invalid arguments were specified