Commit 137ba7d6 authored by Jan Lindström's avatar Jan Lindström

Fix compiler error.

parent 925b6412
...@@ -1288,7 +1288,7 @@ ulint ...@@ -1288,7 +1288,7 @@ ulint
fil_get_next_space_safe( fil_get_next_space_safe(
/*====================*/ /*====================*/
ulint id); /*!< in: previous space id */ ulint id); /*!< in: previous space id */
#endif /* UNIV_INNOCHECKSUM */
/*******************************************************************//** /*******************************************************************//**
Returns the block size of the file space Returns the block size of the file space
...@@ -1301,7 +1301,7 @@ fil_space_get_block_size( ...@@ -1301,7 +1301,7 @@ fil_space_get_block_size(
ulint offset, /*!< in: page offset */ ulint offset, /*!< in: page offset */
ulint len); /*!< in: page len */ ulint len); /*!< in: page len */
#endif #endif /* UNIV_INNOCHECKSUM */
#ifndef UNIV_INNOCHECKSUM #ifndef UNIV_INNOCHECKSUM
#ifndef UNIV_NONINL #ifndef UNIV_NONINL
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment