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
12f9cf07
Commit
12f9cf07
authored
Mar 12, 2018
by
Sergey Vojtovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unused variables.
Based on contribution by Daniel Black.
parent
0be18c40
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
20 deletions
+0
-20
storage/innobase/srv/srv0srv.cc
storage/innobase/srv/srv0srv.cc
+0
-10
storage/xtradb/srv/srv0srv.cc
storage/xtradb/srv/srv0srv.cc
+0
-10
No files found.
storage/innobase/srv/srv0srv.cc
View file @
12f9cf07
...
...
@@ -421,16 +421,6 @@ static ulint srv_n_system_rows_read_old = 0;
UNIV_INTERN
ulint
srv_truncated_status_writes
=
0
;
UNIV_INTERN
ulint
srv_available_undo_logs
=
0
;
UNIV_INTERN
ib_uint64_t
srv_page_compression_saved
=
0
;
UNIV_INTERN
ib_uint64_t
srv_page_compression_trim_sect512
=
0
;
UNIV_INTERN
ib_uint64_t
srv_page_compression_trim_sect4096
=
0
;
UNIV_INTERN
ib_uint64_t
srv_index_pages_written
=
0
;
UNIV_INTERN
ib_uint64_t
srv_non_index_pages_written
=
0
;
UNIV_INTERN
ib_uint64_t
srv_pages_page_compressed
=
0
;
UNIV_INTERN
ib_uint64_t
srv_page_compressed_trim_op
=
0
;
UNIV_INTERN
ib_uint64_t
srv_page_compressed_trim_op_saved
=
0
;
UNIV_INTERN
ib_uint64_t
srv_index_page_decompressed
=
0
;
/* Defragmentation */
UNIV_INTERN
my_bool
srv_defragment
=
FALSE
;
UNIV_INTERN
uint
srv_defragment_n_pages
=
7
;
...
...
storage/xtradb/srv/srv0srv.cc
View file @
12f9cf07
...
...
@@ -565,16 +565,6 @@ static ulint srv_n_system_rows_read_old = 0;
UNIV_INTERN
ulint
srv_truncated_status_writes
=
0
;
UNIV_INTERN
ulint
srv_available_undo_logs
=
0
;
UNIV_INTERN
ib_uint64_t
srv_page_compression_saved
=
0
;
UNIV_INTERN
ib_uint64_t
srv_page_compression_trim_sect512
=
0
;
UNIV_INTERN
ib_uint64_t
srv_page_compression_trim_sect4096
=
0
;
UNIV_INTERN
ib_uint64_t
srv_index_pages_written
=
0
;
UNIV_INTERN
ib_uint64_t
srv_non_index_pages_written
=
0
;
UNIV_INTERN
ib_uint64_t
srv_pages_page_compressed
=
0
;
UNIV_INTERN
ib_uint64_t
srv_page_compressed_trim_op
=
0
;
UNIV_INTERN
ib_uint64_t
srv_page_compressed_trim_op_saved
=
0
;
UNIV_INTERN
ib_uint64_t
srv_index_page_decompressed
=
0
;
/* Ensure status variables are on separate cache lines */
#ifdef __powerpc__
...
...
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