mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
branches/zip: fix a type in r5935
Should be innodb_open_files, spotted by Michael.
This commit is contained in:
parent
2f41cc6472
commit
75fbaa78d5
1 changed files with 2 additions and 2 deletions
|
@ -955,7 +955,7 @@ close_more:
|
||||||
" 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"
|
||||||
" innobase_open_files in\n"
|
" innodb_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)
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"InnoDB: Warning: you must"
|
"InnoDB: Warning: you must"
|
||||||
" raise the value of"
|
" raise the value of"
|
||||||
" innobase_open_files in\n"
|
" innodb_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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue