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
8fdb6956
Commit
8fdb6956
authored
Mar 20, 2020
by
Eugene Kosov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix formatting and remove outdated comment
parent
faab0d31
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
storage/innobase/handler/ha_innodb.cc
storage/innobase/handler/ha_innodb.cc
+8
-6
No files found.
storage/innobase/handler/ha_innodb.cc
View file @
8fdb6956
...
...
@@ -3432,22 +3432,26 @@ ulong srv_n_log_files;
static
my_bool
innodb_background_scrub_data_uncompressed
;
static
const
char
*
innodb_background_scrub_data_uncompressed_msg
=
"The parameter innodb_background_scrub_data_uncompressed is deprecated and has no effect."
;
=
"The parameter innodb_background_scrub_data_uncompressed is deprecated and"
" has no effect."
;
static
my_bool
innodb_background_scrub_data_compressed
;
static
const
char
*
innodb_background_scrub_data_compressed_msg
=
"The parameter innodb_background_scrub_data_compressed is deprecated and has no effect."
;
=
"The parameter innodb_background_scrub_data_compressed is deprecated and"
" has no effect."
;
static
uint
innodb_background_scrub_data_check_interval
;
static
const
char
*
innodb_background_scrub_data_check_interval_msg
=
"The parameter innodb_background_scrub_data_check_interval is deprecated and has no effect."
;
=
"The parameter innodb_background_scrub_data_check_interval is deprecated and"
" has no effect."
;
static
uint
innodb_background_scrub_data_interval
;
static
const
char
*
innodb_background_scrub_data_interval_msg
=
"The parameter innodb_background_scrub_data_interval is deprecated and has no effect."
;
=
"The parameter innodb_background_scrub_data_interval is deprecated and"
" has no effect."
;
}
// namespace deprecated
/** Initialize, validate and normalize the InnoDB startup parameters.
...
...
@@ -19714,8 +19718,6 @@ static MYSQL_SYSVAR_ULONGLONG(log_file_size, srv_log_file_size,
"Size of each log file in a log group."
,
NULL
,
NULL
,
96
<<
20
,
1
<<
20
,
std
::
numeric_limits
<
ulonglong
>::
max
(),
UNIV_PAGE_SIZE_MAX
);
/* OS_FILE_LOG_BLOCK_SIZE would be more appropriate than UNIV_PAGE_SIZE_MAX,
but fil_space_t is being used for the redo log, and it uses data pages. */
static
MYSQL_SYSVAR_ULONG
(
log_files_in_group
,
deprecated
::
srv_n_log_files
,
PLUGIN_VAR_RQCMDARG
|
PLUGIN_VAR_READONLY
,
...
...
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