diff options
author | unknown <sanja@askmonty.org> | 2014-07-15 12:37:34 +0300 |
---|---|---|
committer | unknown <sanja@askmonty.org> | 2014-07-15 12:37:34 +0300 |
commit | 71a596b90cc673f9c750d61fd70a4dc5d39d3244 (patch) | |
tree | 82a35cf630f4c2d849712663a881f7a0545e4e57 /storage/xtradb/page | |
parent | 970163d0be0d0c2fdb3fb29badba3fde6c40858d (diff) | |
download | mariadb-git-71a596b90cc673f9c750d61fd70a4dc5d39d3244.tar.gz |
Makes innodb/xtradb compilable in 5.5
Diffstat (limited to 'storage/xtradb/page')
-rw-r--r-- | storage/xtradb/page/page0zip.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/xtradb/page/page0zip.c b/storage/xtradb/page/page0zip.c index de9a6fd920a..a4ebb250d95 100644 --- a/storage/xtradb/page/page0zip.c +++ b/storage/xtradb/page/page0zip.c @@ -47,6 +47,7 @@ Created June 2005 by Marko Makela # define lock_move_reorganize_page(block, temp_block) ((void) 0) # define buf_LRU_stat_inc_unzip() ((void) 0) #endif /* !UNIV_HOTBACKUP */ +#include "srv0srv.h" #ifndef UNIV_HOTBACKUP /** Statistics on compression, indexed by page_zip_des_t::ssize - 1 */ |