PostgreSQL supports retrieving the current running transaction id using a query like this:
select txid_current();
Does MySQL have any such equivalent?
PostgreSQL supports retrieving the current running transaction id using a query like this:
select txid_current();
Does MySQL have any such equivalent?