diff options
author | Eugene Kosov <claprix@yandex.ru> | 2017-11-14 11:29:52 +0300 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2017-11-15 09:28:28 +0800 |
commit | ea1739f90d07c9f252b63a19cd9425b05abaf33a (patch) | |
tree | b8955b7630236f284ee6e982867d73b0ee484418 /storage/xtradb | |
parent | 2913f615f050f356f7be178e5d91650b86b33e4e (diff) | |
download | mariadb-git-ea1739f90d07c9f252b63a19cd9425b05abaf33a.tar.gz |
removed garbase struct member
Diffstat (limited to 'storage/xtradb')
-rw-r--r-- | storage/xtradb/include/que0que.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/storage/xtradb/include/que0que.h b/storage/xtradb/include/que0que.h index e5b2a1ba3fc..005f28d2af1 100644 --- a/storage/xtradb/include/que0que.h +++ b/storage/xtradb/include/que0que.h @@ -385,9 +385,6 @@ struct que_thr_t{ thrs; /*!< list of thread nodes of the fork node */ UT_LIST_NODE_T(que_thr_t) - trx_thrs; /*!< lists of threads in wait list of - the trx */ - UT_LIST_NODE_T(que_thr_t) queue; /*!< list of runnable thread nodes in the server task queue */ ulint fk_cascade_depth; /*!< maximum cascading call depth |