summaryrefslogtreecommitdiff
path: root/storage/innobase/include/fil0fil.h
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2015-05-21 08:14:35 +0300
committerJan Lindström <jan.lindstrom@mariadb.com>2015-05-21 08:14:35 +0300
commit137ba7d6f9c661f544ba1c71adcbfdd60a3dee75 (patch)
tree8ad2e4b379bfa2c578832e62ad041b11d5b395cd /storage/innobase/include/fil0fil.h
parent925b64124acb50e144af5001cc97724d12ce5d40 (diff)
downloadmariadb-git-137ba7d6f9c661f544ba1c71adcbfdd60a3dee75.tar.gz
Fix compiler error.
Diffstat (limited to 'storage/innobase/include/fil0fil.h')
-rw-r--r--storage/innobase/include/fil0fil.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/innobase/include/fil0fil.h b/storage/innobase/include/fil0fil.h
index d186d379d98..02b362dac62 100644
--- a/storage/innobase/include/fil0fil.h
+++ b/storage/innobase/include/fil0fil.h
@@ -1288,7 +1288,7 @@ ulint
fil_get_next_space_safe(
/*====================*/
ulint id); /*!< in: previous space id */
-#endif /* UNIV_INNOCHECKSUM */
+
/*******************************************************************//**
Returns the block size of the file space
@@ -1301,7 +1301,7 @@ fil_space_get_block_size(
ulint offset, /*!< in: page offset */
ulint len); /*!< in: page len */
-#endif
+#endif /* UNIV_INNOCHECKSUM */
#ifndef UNIV_INNOCHECKSUM
#ifndef UNIV_NONINL