diff options
Diffstat (limited to 'storage/innobase/include/usr0sess.h')
-rw-r--r-- | storage/innobase/include/usr0sess.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/storage/innobase/include/usr0sess.h b/storage/innobase/include/usr0sess.h index b5c80b97b43..21c32986259 100644 --- a/storage/innobase/include/usr0sess.h +++ b/storage/innobase/include/usr0sess.h @@ -1,6 +1,6 @@ /***************************************************************************** -Copyright (c) 1996, 2009, Oracle and/or its affiliates. All Rights Reserved. +Copyright (c) 1996, 2014, Oracle and/or its affiliates. All Rights Reserved. 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 @@ -38,14 +38,12 @@ Created 6/25/1996 Heikki Tuuri /*********************************************************************//** Opens a session. -@return own: session object */ -UNIV_INTERN +@return own: session object */ sess_t* sess_open(void); /*============*/ /*********************************************************************//** Closes a session, freeing the memory occupied by it. */ -UNIV_INTERN void sess_close( /*=======*/ @@ -60,9 +58,6 @@ struct sess_t{ transaction instance designated by the trx id changes, but the memory structure is preserved */ - UT_LIST_BASE_NODE_T(que_t) - graphs; /*!< query graphs belonging to this - session */ }; /* Session states */ |