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
94e00da9
Commit
94e00da9
authored
6 years ago
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Plain Diff
Merge 10.1 into 10.2
parents
71f9cc12
90051082
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 @
94e00da9
...
@@ -417,16 +417,6 @@ ulint srv_truncated_status_writes;
...
@@ -417,16 +417,6 @@ ulint srv_truncated_status_writes;
/** Number of initialized rollback segments for persistent undo log */
/** Number of initialized rollback segments for persistent undo log */
ulong
srv_available_undo_logs
;
ulong
srv_available_undo_logs
;
UNIV_INTERN
ib_uint64_t
srv_page_compression_saved
;
UNIV_INTERN
ib_uint64_t
srv_page_compression_trim_sect512
;
UNIV_INTERN
ib_uint64_t
srv_page_compression_trim_sect4096
;
UNIV_INTERN
ib_uint64_t
srv_index_pages_written
;
UNIV_INTERN
ib_uint64_t
srv_non_index_pages_written
;
UNIV_INTERN
ib_uint64_t
srv_pages_page_compressed
;
UNIV_INTERN
ib_uint64_t
srv_page_compressed_trim_op
;
UNIV_INTERN
ib_uint64_t
srv_page_compressed_trim_op_saved
;
UNIV_INTERN
ib_uint64_t
srv_index_page_decompressed
;
/* Defragmentation */
/* Defragmentation */
UNIV_INTERN
my_bool
srv_defragment
;
UNIV_INTERN
my_bool
srv_defragment
;
/** innodb_defragment_n_pages */
/** innodb_defragment_n_pages */
...
...
This diff is collapsed.
Click to expand it.
storage/xtradb/srv/srv0srv.cc
View file @
94e00da9
...
@@ -565,16 +565,6 @@ static ulint srv_n_system_rows_read_old = 0;
...
@@ -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_truncated_status_writes
=
0
;
UNIV_INTERN
ulint
srv_available_undo_logs
=
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 */
/* Ensure status variables are on separate cache lines */
#define CACHE_ALIGNED MY_ATTRIBUTE((aligned (CACHE_LINE_SIZE)))
#define CACHE_ALIGNED MY_ATTRIBUTE((aligned (CACHE_LINE_SIZE)))
...
...
This diff is collapsed.
Click to expand it.
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