mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
removed garbase struct member
This commit is contained in:
parent
2913f615f0
commit
ea1739f90d
2 changed files with 0 additions and 6 deletions
|
@ -383,9 +383,6 @@ struct que_thr_t{
|
|||
UT_LIST_NODE_T(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 */
|
||||
|
|
|
@ -384,9 +384,6 @@ struct que_thr_t{
|
|||
UT_LIST_NODE_T(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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue