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/srv0start.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/srv0start.h')
-rw-r--r-- | storage/innobase/include/srv0start.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/innobase/include/srv0start.h b/storage/innobase/include/srv0start.h index ee263f6c1f6..c2665a360cc 100644 --- a/storage/innobase/include/srv0start.h +++ b/storage/innobase/include/srv0start.h @@ -27,7 +27,6 @@ Created 10/10/1995 Heikki Tuuri #ifndef srv0start_h #define srv0start_h -#include "univ.i" #include "log0log.h" #include "ut0byte.h" |