Makes innodb/xtradb compilable in 5.5

This commit is contained in:
unknown 2014-07-15 12:37:34 +03:00
parent 970163d0be
commit 71a596b90c
2 changed files with 2 additions and 0 deletions

View File

@ -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 */

View File

@ -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 */