Commit ea1739f9 authored by Eugene Kosov's avatar Eugene Kosov Committed by Sergey Vojtovich

removed garbase struct member

parent 2913f615
...@@ -383,9 +383,6 @@ struct que_thr_t{ ...@@ -383,9 +383,6 @@ struct que_thr_t{
UT_LIST_NODE_T(que_thr_t) UT_LIST_NODE_T(que_thr_t)
thrs; /*!< list of thread nodes of the fork thrs; /*!< list of thread nodes of the fork
node */ 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) UT_LIST_NODE_T(que_thr_t)
queue; /*!< list of runnable thread nodes in queue; /*!< list of runnable thread nodes in
the server task queue */ the server task queue */
......
...@@ -384,9 +384,6 @@ struct que_thr_t{ ...@@ -384,9 +384,6 @@ struct que_thr_t{
UT_LIST_NODE_T(que_thr_t) UT_LIST_NODE_T(que_thr_t)
thrs; /*!< list of thread nodes of the fork thrs; /*!< list of thread nodes of the fork
node */ 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) UT_LIST_NODE_T(que_thr_t)
queue; /*!< list of runnable thread nodes in queue; /*!< list of runnable thread nodes in
the server task queue */ the server task queue */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment