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:
@@ -2205,7 +2205,7 @@ typedef void (*end_statement_v1_t)
|
||||
*/
|
||||
typedef struct PSI_transaction_locker* (*get_thread_transaction_locker_v1_t)
|
||||
(struct PSI_transaction_locker_state_v1 *state, const void *xid,
|
||||
const ulonglong *trxid, int isolation_level, my_bool read_only,
|
||||
ulonglong trxid, int isolation_level, my_bool read_only,
|
||||
my_bool autocommit);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user