1
0
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:
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

@ -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