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
10740acf
Commit
10740acf
authored
May 06, 2008
by
sunny
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
branches/zip: Non functional change to error message.
parent
61a33895
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
handler/ha_innodb.cc
handler/ha_innodb.cc
+2
-2
No files found.
handler/ha_innodb.cc
View file @
10740acf
...
@@ -1882,7 +1882,7 @@ innobase_init(
...
@@ -1882,7 +1882,7 @@ innobase_init(
sql_print_error
(
"InnoDB: invalid "
sql_print_error
(
"InnoDB: invalid "
"innodb_file_format_check value: "
"innodb_file_format_check value: "
"should be either 'on' or 'off' or "
"should be either 'on' or 'off' or "
"any value up to %s or it
'
s "
"any value up to %s or its "
"equivalent numeric id"
,
"equivalent numeric id"
,
trx_sys_file_format_id_to_name
(
trx_sys_file_format_id_to_name
(
DICT_TF_FORMAT_MAX
));
DICT_TF_FORMAT_MAX
));
...
@@ -9045,7 +9045,7 @@ innodb_file_format_check_validate(
...
@@ -9045,7 +9045,7 @@ innodb_file_format_check_validate(
sql_print_warning
(
sql_print_warning
(
"InnoDB: invalid innodb_file_format_check "
"InnoDB: invalid innodb_file_format_check "
"value; can be any format up to %s "
"value; can be any format up to %s "
"or it
'
s equivalent numeric id"
,
"or its equivalent numeric id"
,
trx_sys_file_format_id_to_name
(
trx_sys_file_format_id_to_name
(
DICT_TF_FORMAT_MAX
));
DICT_TF_FORMAT_MAX
));
}
}
...
...
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