diff options
Diffstat (limited to 'storage/innobase/include/usr0sess.h')
-rw-r--r-- | storage/innobase/include/usr0sess.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/include/usr0sess.h b/storage/innobase/include/usr0sess.h index 4a0710c5060..b5c80b97b43 100644 --- a/storage/innobase/include/usr0sess.h +++ b/storage/innobase/include/usr0sess.h @@ -53,7 +53,7 @@ sess_close( /* The session handle. This data structure is only used by purge and is not really necessary. We should get rid of it. */ -struct sess_struct{ +struct sess_t{ ulint state; /*!< state of the session */ trx_t* trx; /*!< transaction object permanently assigned for the session: the |