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

@@ -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);
/**