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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
8b1b62dd
Commit
8b1b62dd
authored
Nov 04, 2014
by
Jan Lindström
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compiler failure on Windows.
parent
8e27845b
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
storage/innobase/include/srv0srv.h
storage/innobase/include/srv0srv.h
+1
-1
storage/innobase/srv/srv0srv.cc
storage/innobase/srv/srv0srv.cc
+1
-1
storage/xtradb/include/srv0srv.h
storage/xtradb/include/srv0srv.h
+1
-1
storage/xtradb/srv/srv0srv.cc
storage/xtradb/srv/srv0srv.cc
+1
-1
No files found.
storage/innobase/include/srv0srv.h
View file @
8b1b62dd
...
@@ -369,7 +369,7 @@ extern double srv_defragment_fill_factor;
...
@@ -369,7 +369,7 @@ extern double srv_defragment_fill_factor;
extern
uint
srv_defragment_frequency
;
extern
uint
srv_defragment_frequency
;
extern
ulonglong
srv_defragment_interval
;
extern
ulonglong
srv_defragment_interval
;
extern
ul
int
srv_idle_flush_pct
;
extern
ul
ong
srv_idle_flush_pct
;
/* Number of IO operations per second the server can do */
/* Number of IO operations per second the server can do */
extern
ulong
srv_io_capacity
;
extern
ulong
srv_io_capacity
;
...
...
storage/innobase/srv/srv0srv.cc
View file @
8b1b62dd
...
@@ -257,7 +257,7 @@ UNIV_INTERN ulint srv_buf_pool_curr_size = 0;
...
@@ -257,7 +257,7 @@ UNIV_INTERN ulint srv_buf_pool_curr_size = 0;
UNIV_INTERN
ulint
srv_mem_pool_size
=
ULINT_MAX
;
UNIV_INTERN
ulint
srv_mem_pool_size
=
ULINT_MAX
;
UNIV_INTERN
ulint
srv_lock_table_size
=
ULINT_MAX
;
UNIV_INTERN
ulint
srv_lock_table_size
=
ULINT_MAX
;
UNIV_INTERN
ul
int
srv_idle_flush_pct
=
100
;
UNIV_INTERN
ul
ong
srv_idle_flush_pct
=
100
;
/* This parameter is deprecated. Use srv_n_io_[read|write]_threads
/* This parameter is deprecated. Use srv_n_io_[read|write]_threads
instead. */
instead. */
...
...
storage/xtradb/include/srv0srv.h
View file @
8b1b62dd
...
@@ -434,7 +434,7 @@ extern double srv_defragment_fill_factor;
...
@@ -434,7 +434,7 @@ extern double srv_defragment_fill_factor;
extern
uint
srv_defragment_frequency
;
extern
uint
srv_defragment_frequency
;
extern
ulonglong
srv_defragment_interval
;
extern
ulonglong
srv_defragment_interval
;
extern
ul
int
srv_idle_flush_pct
;
extern
ul
ong
srv_idle_flush_pct
;
/* Number of IO operations per second the server can do */
/* Number of IO operations per second the server can do */
extern
ulong
srv_io_capacity
;
extern
ulong
srv_io_capacity
;
...
...
storage/xtradb/srv/srv0srv.cc
View file @
8b1b62dd
...
@@ -341,7 +341,7 @@ UNIV_INTERN ulong srv_cleaner_lsn_age_factor
...
@@ -341,7 +341,7 @@ UNIV_INTERN ulong srv_cleaner_lsn_age_factor
UNIV_INTERN
ulong
srv_empty_free_list_algorithm
UNIV_INTERN
ulong
srv_empty_free_list_algorithm
=
SRV_EMPTY_FREE_LIST_BACKOFF
;
=
SRV_EMPTY_FREE_LIST_BACKOFF
;
UNIV_INTERN
ul
int
srv_idle_flush_pct
=
100
;
UNIV_INTERN
ul
ong
srv_idle_flush_pct
=
100
;
/* This parameter is deprecated. Use srv_n_io_[read|write]_threads
/* This parameter is deprecated. Use srv_n_io_[read|write]_threads
instead. */
instead. */
...
...
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