Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
ea1739f9
Commit
ea1739f9
authored
Nov 14, 2017
by
Eugene Kosov
Committed by
Sergey Vojtovich
Nov 15, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed garbase struct member
parent
2913f615
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
storage/innobase/include/que0que.h
storage/innobase/include/que0que.h
+0
-3
storage/xtradb/include/que0que.h
storage/xtradb/include/que0que.h
+0
-3
No files found.
storage/innobase/include/que0que.h
View file @
ea1739f9
...
@@ -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 */
...
...
storage/xtradb/include/que0que.h
View file @
ea1739f9
...
@@ -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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment