• unknown's avatar
    InnoDB: Remove unreferenced debug functions from non-debug builds. · 59332c86
    unknown authored
    
    innobase/buf/buf0buf.c:
      Remove buf_print() and buf_validate() unless #ifdef UNIV_DEBUG
    innobase/buf/buf0lru.c:
      Remove buf_LRU_print() and buf_LRU_validate() unless #ifdef UNIV_DEBUG
    innobase/include/buf0buf.h:
      Remove buf_print() and buf_validate() unless #ifdef UNIV_DEBUG
    innobase/include/buf0lru.h:
      Remove buf_LRU_print() and buf_LRU_validate() unless #ifdef UNIV_DEBUG
    innobase/include/rem0rec.h:
      rec_offs_comp(): Correct the comment about return value.
    59332c86
rem0rec.h 19.3 KB