Commit ac5cbaff authored by Daniel Black's avatar Daniel Black

Aria - correct type

Aria transaction ids are uint16 rather than uint.

Change the type to be more accurate.
parent 35d477dd
......@@ -6392,7 +6392,7 @@ my_bool translog_write_record(LSN *lsn,
struct st_translog_parts parts;
LEX_CUSTRING *part;
int rc;
uint short_trid= trn->short_id;
SHORT_TRANSACTION_ID short_trid= trn->short_id;
DBUG_ENTER("translog_write_record");
DBUG_PRINT("enter", ("type: %u (%s) ShortTrID: %u rec_len: %lu",
(uint) type, log_record_type_descriptor[type].name,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment