mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
10.0-base merge
This commit is contained in:
commit
72c20282db
280 changed files with 13376 additions and 761 deletions
|
|
@ -386,8 +386,8 @@ TRN *trnman_new_trn(WT_THD *wt)
|
|||
return 0;
|
||||
}
|
||||
|
||||
DBUG_PRINT("exit", ("trn: 0x%lx trid: 0x%lu",
|
||||
(ulong) trn, (ulong) trn->trid));
|
||||
DBUG_PRINT("exit", ("trn: %p trid: 0x%lu min_read_from: 0x%lu",
|
||||
trn, (ulong) trn->trid, (ulong) trn->min_read_from));
|
||||
|
||||
DBUG_RETURN(trn);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue