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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user