summaryrefslogtreecommitdiff
path: root/innobase/include/dyn0dyn.h
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2002-08-01 00:37:27 +0300
committerunknown <monty@hundin.mysql.fi>2002-08-01 00:37:27 +0300
commitdd764d999ee270d3e3ad5e14881b7b16c247d762 (patch)
treed3cae6fb9d21760c7c3ac7f5c98c5c3b5c605b76 /innobase/include/dyn0dyn.h
parente2cf3f8e4501befbae0f785a422cb832fb3466c2 (diff)
downloadmariadb-git-dd764d999ee270d3e3ad5e14881b7b16c247d762.tar.gz
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
Diffstat (limited to 'innobase/include/dyn0dyn.h')
-rw-r--r--innobase/include/dyn0dyn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/include/dyn0dyn.h b/innobase/include/dyn0dyn.h
index 504aade29d2..49a1a4c6129 100644
--- a/innobase/include/dyn0dyn.h
+++ b/innobase/include/dyn0dyn.h
@@ -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(
/*===============*/