Skip to content

Commit ea1739f

Browse files
kevgssvoj
authored andcommitted
removed garbase struct member
1 parent 2913f61 commit ea1739f

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

storage/innobase/include/que0que.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -383,9 +383,6 @@ struct que_thr_t{
383383
UT_LIST_NODE_T(que_thr_t)
384384
thrs;/*!< list of thread nodes of the fork
385385
node */
386-
UT_LIST_NODE_T(que_thr_t)
387-
trx_thrs;/*!< lists of threads in wait list of
388-
the trx */
389386
UT_LIST_NODE_T(que_thr_t)
390387
queue;/*!< list of runnable thread nodes in
391388
the server task queue */

storage/xtradb/include/que0que.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -384,9 +384,6 @@ struct que_thr_t{
384384
UT_LIST_NODE_T(que_thr_t)
385385
thrs;/*!< list of thread nodes of the fork
386386
node */
387-
UT_LIST_NODE_T(que_thr_t)
388-
trx_thrs;/*!< lists of threads in wait list of
389-
the trx */
390387
UT_LIST_NODE_T(que_thr_t)
391388
queue;/*!< list of runnable thread nodes in
392389
the server task queue */

0 commit comments

Comments
 (0)