Merge 10.2 into 10.3

This commit is contained in:
Marko Mäkelä 2021-04-21 07:25:48 +03:00
commit 75c01f39b1
30 changed files with 622 additions and 124 deletions

View file

@ -94,7 +94,6 @@ void
trx_write_trx_id(byte* db_trx_id, trx_id_t id)
{
compile_time_assert(DATA_TRX_ID_LEN == 6);
ut_ad(id);
mach_write_to_6(db_trx_id, id);
}