10.0-base merge

This commit is contained in:
Sergei Golubchik 2014-02-03 15:22:39 +01:00
commit 72c20282db
280 changed files with 13376 additions and 761 deletions

View file

@ -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);
}