Quantcast
Viewing all articles
Browse latest Browse all 35

Does MySQL support querying for the current running transaction id

PostgreSQL supports retrieving the current running transaction id using a query like this:

select txid_current();

Does MySQL have any such equivalent?


Viewing all articles
Browse latest Browse all 35

Trending Articles