mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
branches/zip: i_s.cc: Add missing #include "buf0buf.h" that should have
been added in r1943. This is needed for building a noninlined version.
This commit is contained in:
parent
c3f4b2a547
commit
ac57f9244e
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ extern "C" {
|
|||
#include "trx0i_s.h"
|
||||
#include "trx0trx.h" /* for TRX_QUE_STATE_STR_MAX_LEN */
|
||||
#include "buf0buddy.h" /* for i_s_zip */
|
||||
#include "buf0buf.h" /* for buf_pool and PAGE_ZIP_MIN_SIZE */
|
||||
}
|
||||
|
||||
static const char plugin_author[] = "Innobase Oy";
|
||||
|
|
Loading…
Reference in a new issue