diff options
Diffstat (limited to 'storage/innobase/include/usr0sess.h')
-rw-r--r-- | storage/innobase/include/usr0sess.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/storage/innobase/include/usr0sess.h b/storage/innobase/include/usr0sess.h index 21c32986259..8e9497a85c5 100644 --- a/storage/innobase/include/usr0sess.h +++ b/storage/innobase/include/usr0sess.h @@ -1,6 +1,7 @@ /***************************************************************************** -Copyright (c) 1996, 2014, Oracle and/or its affiliates. All Rights Reserved. +Copyright (c) 1996, 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 @@ -65,8 +66,4 @@ struct sess_t{ #define SESS_ERROR 2 /* session contains an error message which has not yet been communicated to the client */ -#ifndef UNIV_NONINL -#include "usr0sess.ic" -#endif - #endif |