File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -383,9 +383,6 @@ struct que_thr_t{
383383UT_LIST_NODE_T (que_thr_t )
384384thrs ;/*!< list of thread nodes of the fork
385385node */
386- UT_LIST_NODE_T (que_thr_t )
387- trx_thrs ;/*!< lists of threads in wait list of
388- the trx */
389386UT_LIST_NODE_T (que_thr_t )
390387queue ;/*!< list of runnable thread nodes in
391388the server task queue */
Original file line number Diff line number Diff line change @@ -384,9 +384,6 @@ struct que_thr_t{
384384UT_LIST_NODE_T (que_thr_t )
385385thrs ;/*!< list of thread nodes of the fork
386386node */
387- UT_LIST_NODE_T (que_thr_t )
388- trx_thrs ;/*!< lists of threads in wait list of
389- the trx */
390387UT_LIST_NODE_T (que_thr_t )
391388queue ;/*!< list of runnable thread nodes in
392389the server task queue */
You can’t perform that action at this time.
0 commit comments