mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Innodb fixes:
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
This commit is contained in:
@ -127,7 +127,7 @@ dyn_block_get_data(
|
||||
dyn_block_t* block); /* in: dyn array block */
|
||||
/************************************************************************
|
||||
Gets the next block in a dyn array. */
|
||||
UNIV_INLINE
|
||||
|
||||
dyn_block_t*
|
||||
dyn_block_get_next(
|
||||
/*===============*/
|
||||
|
Reference in New Issue
Block a user