• marko's avatar
    branches/innodb+: ibuf_insert_low(): When buffering an insert or a · 72e3f38f
    marko authored
    delete-mark operation, do not count the buffered records.  The count
    is only relevant for buffering IBUF_OP_DELETE operations.
    
    ibuf_get_volume_buffered(): Do not count the records if n_recs is NULL.
    Do not zero out *n_recs, but let the caller do that.
    
    ibuf_get_volume_buffered_count(): Do nothing if n_recs == NULL.
    72e3f38f
ibuf0ibuf.c 111 KB