Commit 65e900ff authored by kevg's avatar kevg Committed by Aleksey Midenkov

IB: remove unused function

parent 695c5aab
......@@ -23286,19 +23286,6 @@ vtq_query_trx_id(THD* thd, void *out, ulonglong _in_trx_id, vtq_field_t field)
DBUG_RETURN(found);
}
static
inline
trx_id_t rec_get_trx_id(const rec_t* rec, ulint nfield)
{
ulint len;
const byte* field;
field = rec_get_nth_field_old(
rec, nfield, &len);
ut_ad(len == sizeof(trx_id_t));
return mach_read_from_8(field);
}
static
inline
void rec_get_timeval(const rec_t* rec, ulint nfield, timeval& out)
......
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