diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2018-11-30 09:23:23 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2018-11-30 09:38:56 +0200 |
commit | 0abd2766b1b82b03a259bae4df0d1c2dc5a5a69d (patch) | |
tree | 392d3fdcfe227d603fdcc96793506d4fee1867ca /storage/innobase/include/trx0rec.h | |
parent | 35184902db9291ff784742a33cb9019993dfa61c (diff) | |
parent | 33fdb443ea79207113cf43dbd9469f7ae698b084 (diff) | |
download | mariadb-git-0abd2766b1b82b03a259bae4df0d1c2dc5a5a69d.tar.gz |
Merge 10.2 into 10.3
Also, related to MDEV-15522, MDEV-17304, MDEV-17835,
remove the Galera xtrabackup tests, because xtrabackup never worked
with MariaDB Server 10.3 due to InnoDB redo log format changes.
Diffstat (limited to 'storage/innobase/include/trx0rec.h')
-rw-r--r-- | storage/innobase/include/trx0rec.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/storage/innobase/include/trx0rec.h b/storage/innobase/include/trx0rec.h index 776757b32ec..bf8835f189f 100644 --- a/storage/innobase/include/trx0rec.h +++ b/storage/innobase/include/trx0rec.h @@ -27,12 +27,9 @@ Created 3/26/1996 Heikki Tuuri #ifndef trx0rec_h #define trx0rec_h -#include "univ.i" #include "trx0types.h" #include "row0types.h" #include "mtr0mtr.h" -#include "dict0types.h" -#include "data0data.h" #include "rem0types.h" #include "page0types.h" #include "row0log.h" |