diff options
Diffstat (limited to 'storage/xtradb/include/usr0sess.h')
-rw-r--r-- | storage/xtradb/include/usr0sess.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/storage/xtradb/include/usr0sess.h b/storage/xtradb/include/usr0sess.h index bcc2f0d1d99..b5c80b97b43 100644 --- a/storage/xtradb/include/usr0sess.h +++ b/storage/xtradb/include/usr0sess.h @@ -1,6 +1,6 @@ /***************************************************************************** -Copyright (c) 1996, 2009, Innobase Oy. All Rights Reserved. +Copyright (c) 1996, 2009, 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 @@ -11,8 +11,8 @@ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -this program; if not, write to the Free Software Foundation, Inc., -51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA *****************************************************************************/ @@ -51,8 +51,9 @@ sess_close( /*=======*/ sess_t* sess); /* in, own: session object */ -/* The session handle. All fields are protected by the kernel mutex */ -struct sess_struct{ +/* The session handle. This data structure is only used by purge and is +not really necessary. We should get rid of it. */ +struct sess_t{ ulint state; /*!< state of the session */ trx_t* trx; /*!< transaction object permanently assigned for the session: the |