diff options
Diffstat (limited to 'storage/innobase/include/pars0opt.h')
-rw-r--r-- | storage/innobase/include/pars0opt.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/storage/innobase/include/pars0opt.h b/storage/innobase/include/pars0opt.h index cb1ce60ac22..13ea38cc385 100644 --- a/storage/innobase/include/pars0opt.h +++ b/storage/innobase/include/pars0opt.h @@ -1,6 +1,7 @@ /***************************************************************************** -Copyright (c) 1997, 2014, Oracle and/or its affiliates. All Rights Reserved. +Copyright (c) 1997, 2016, Oracle and/or its affiliates. All Rights Reserved. +Copyright (c) 2017, MariaDB Corporation. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -67,8 +68,4 @@ opt_print_query_plan( sel_node_t* sel_node); /*!< in: select node */ #endif /* UNIV_SQL_DEBUG */ -#ifndef UNIV_NONINL -#include "pars0opt.ic" -#endif - #endif |