mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
cleanup: pass trxid by value
This commit is contained in:
@ -1236,8 +1236,7 @@ void ha_pre_shutdown()
|
||||
times per transaction.
|
||||
|
||||
*/
|
||||
void trans_register_ha(THD *thd, bool all, handlerton *ht_arg,
|
||||
const ulonglong *trxid)
|
||||
void trans_register_ha(THD *thd, bool all, handlerton *ht_arg, ulonglong trxid)
|
||||
{
|
||||
THD_TRANS *trans;
|
||||
Ha_trx_info *ha_info;
|
||||
|
Reference in New Issue
Block a user