• marko's avatar
    Output to the error log information about the limitations of · 09fbd1e0
    marko authored
    UNIV_IBUF_DEBUG.
    
    innobase_start_or_create_for_mysql(): Note that crash recovery is broken
    when UNIV_IBUF_DEBUG is defined.
    
    ibuf_counts[]: Make this a two-dimensional array.  No need to allocate
    anything from the heap.  Eliminate ibuf_counts_inited, as the array
    will be zero-filled by the runtime environment.
    
    ibuf_count_check(): New function, to print out an explanation before
    assertion failure.
    09fbd1e0
ibuf0ibuf.c 89.3 KB