diff options
author | Aleksey Midenkov <midenok@gmail.com> | 2018-11-27 22:25:11 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2018-12-13 22:23:49 +0200 |
commit | 330c6218dd1cf9da5c1f00fb03756eb68e602c92 (patch) | |
tree | 0f09e468de892567197b5955dd96bff5de721c97 /storage/innobase/include/mach0data.h | |
parent | a044e326a833297c97d688673b00f71a10182f25 (diff) | |
download | mariadb-git-330c6218dd1cf9da5c1f00fb03756eb68e602c92.tar.gz |
Replace dict_instant_t::non_pk_col_map with field_map
Diffstat (limited to 'storage/innobase/include/mach0data.h')
-rw-r--r-- | storage/innobase/include/mach0data.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 |