mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 09:04:29 +02:00
Merge 10.2 into 10.3
This commit is contained in:
commit
75c01f39b1
30 changed files with 622 additions and 124 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue