diff options
Diffstat (limited to 'storage/innobase/include/dyn0dyn.ic')
-rw-r--r-- | storage/innobase/include/dyn0dyn.ic | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/innobase/include/dyn0dyn.ic b/storage/innobase/include/dyn0dyn.ic index b86697d6865..39254e632a8 100644 --- a/storage/innobase/include/dyn0dyn.ic +++ b/storage/innobase/include/dyn0dyn.ic @@ -23,9 +23,9 @@ The dynamically allocated array Created 2/5/1996 Heikki Tuuri *******************************************************/ -/** Value of dyn_block_struct::magic_n */ +/** Value of dyn_block_t::magic_n */ #define DYN_BLOCK_MAGIC_N 375767 -/** Flag for dyn_block_struct::used that indicates a full block */ +/** Flag for dyn_block_t::used that indicates a full block */ #define DYN_BLOCK_FULL_FLAG 0x1000000UL /************************************************************//** |