From 330c6218dd1cf9da5c1f00fb03756eb68e602c92 Mon Sep 17 00:00:00 2001 From: Aleksey Midenkov Date: Tue, 27 Nov 2018 22:25:11 +0300 Subject: Replace dict_instant_t::non_pk_col_map with field_map --- storage/innobase/include/mach0data.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'storage/innobase/include/mach0data.h') diff --git a/storage/innobase/include/mach0data.h b/storage/innobase/include/mach0data.h index bcf71ea6b17..96e8d629021 100644 --- a/storage/innobase/include/mach0data.h +++ b/storage/innobase/include/mach0data.h @@ -29,11 +29,10 @@ Created 11/28/1995 Heikki Tuuri #define mach0data_h #include "univ.i" +#include "mtr0types.h" #ifndef UNIV_INNOCHECKSUM -#include "mtr0types.h" - /* The data and all fields are always stored in a database file in the same format: ascii, big-endian, ... . All data in the files MUST be accessed using the functions in this -- cgit v1.2.1