mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
cleanup: pass trxid by value
This commit is contained in:
@ -5062,7 +5062,7 @@ int ha_abort_transaction(THD *bf_thd, THD *victim_thd, my_bool signal);
|
||||
|
||||
/* these are called by storage engines */
|
||||
void trans_register_ha(THD *thd, bool all, handlerton *ht,
|
||||
const ulonglong *trxid);
|
||||
ulonglong trxid);
|
||||
|
||||
/*
|
||||
Storage engine has to assume the transaction will end up with 2pc if
|
||||
|
Reference in New Issue
Block a user