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
75fbaa78
Commit
75fbaa78
authored
Sep 21, 2009
by
calvin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
branches/zip: fix a type in r5935
Should be innodb_open_files, spotted by Michael.
parent
2f41cc64
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
fil/fil0fil.c
fil/fil0fil.c
+2
-2
No files found.
fil/fil0fil.c
View file @
75fbaa78
...
@@ -955,7 +955,7 @@ fil_mutex_enter_and_prepare_for_io(
...
@@ -955,7 +955,7 @@ fil_mutex_enter_and_prepare_for_io(
" while the maximum
\n
"
" while the maximum
\n
"
"InnoDB: allowed value would be %lu.
\n
"
"InnoDB: allowed value would be %lu.
\n
"
"InnoDB: You may need to raise the value of"
"InnoDB: You may need to raise the value of"
" inno
base
_open_files in
\n
"
" inno
db
_open_files in
\n
"
"InnoDB: my.cnf.
\n
"
,
"InnoDB: my.cnf.
\n
"
,
(
ulong
)
fil_system
->
n_open
,
(
ulong
)
fil_system
->
n_open
,
(
ulong
)
fil_system
->
max_n_open
);
(
ulong
)
fil_system
->
max_n_open
);
...
@@ -1535,7 +1535,7 @@ fil_open_log_and_system_tablespace_files(void)
...
@@ -1535,7 +1535,7 @@ fil_open_log_and_system_tablespace_files(void)
fprintf
(
stderr
,
fprintf
(
stderr
,
"InnoDB: Warning: you must"
"InnoDB: Warning: you must"
" raise the value of"
" raise the value of"
" inno
base
_open_files in
\n
"
" inno
db
_open_files in
\n
"
"InnoDB: my.cnf! Remember that"
"InnoDB: my.cnf! Remember that"
" InnoDB keeps all log files"
" InnoDB keeps all log files"
" and all system
\n
"
" and all system
\n
"
...
...
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