• unknown's avatar
    Innodb fixes: · dd764d99
    unknown authored
    Added back 'static inline', as not having this caused more problems than having it
    Fixed wrong arguments to printf()
    
    
    innobase/buf/buf0buf.c:
      Fixed wrong argument to printf()
    innobase/fsp/fsp0fsp.c:
      Fixed wrong argument to printf()
    innobase/include/btr0btr.h:
      Removed UNIV_INLINE for functions that should not be inlined
    innobase/include/dyn0dyn.h:
      Removed UNIV_INLINE for functions that should not be inlined
    innobase/include/univ.i:
      Added back 'static inline', as not having this caused more problems than having it
    dd764d99
dyn0dyn.h 5.28 KB