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
4db18849
Commit
4db18849
authored
Jul 13, 2010
by
Jimmy Yang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Bug #55095 innodb_file_format_check: no warning for illegal value
rb://397
approved by Sunny Bains
parent
2caf5a03
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/suite/rpl/t/rpl_sync-slave.opt
mysql-test/suite/rpl/t/rpl_sync-slave.opt
+1
-1
storage/innobase/handler/ha_innodb.cc
storage/innobase/handler/ha_innodb.cc
+1
-1
No files found.
mysql-test/suite/rpl/t/rpl_sync-slave.opt
View file @
4db18849
--sync-relay-log-info=1 --relay-log-recovery=1 --innodb_file_format_check=
'ON'
--sync-relay-log-info=1 --relay-log-recovery=1 --innodb_file_format_check=
1
storage/innobase/handler/ha_innodb.cc
View file @
4db18849
...
...
@@ -10833,7 +10833,7 @@ by the server. Can be set during server startup at command
line or configure file, and a read only variable after
server startup */
static
MYSQL_SYSVAR_BOOL
(
file_format_check
,
innobase_file_format_check
,
PLUGIN_VAR_
OP
CMDARG
|
PLUGIN_VAR_READONLY
,
PLUGIN_VAR_
NO
CMDARG
|
PLUGIN_VAR_READONLY
,
"Whether to perform system file format check."
,
NULL
,
NULL
,
TRUE
);
...
...
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