• Marko Mäkelä's avatar
    Cleanup: Define less of bulk insert inline · 7889aae8
    Marko Mäkelä authored
    trx_mod_table_time_t::write_bulk(): Define non-inline.
    There are 2 callers, so this will avoid some code duplication.
    
    trx_t::bulk_insert_apply(): In the inline function, only check for
    the condition, and invoke the actual operation in the non-inline
    function trx_t::bulk_insert_apply_low().
    7889aae8
trx0trx.h 42 KB