1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

cleanup: pass trxid by value

This commit is contained in:
Sergei Golubchik
2020-02-27 16:00:43 +01:00
parent 211421d5cc
commit cbede21d0d
16 changed files with 31 additions and 33 deletions

View File

@@ -35,7 +35,7 @@ C_MODE_START
PSI_transaction_locker*
pfs_get_thread_transaction_locker_v1(PSI_transaction_locker_state *state,
const void *xid,
const ulonglong *trxid,
ulonglong trxid,
int isolation_level,
my_bool read_only,
my_bool autocommit);