Commit c087bec8 authored by inaam's avatar inaam

branches/zip:

srv_log_file_size is misspelled as srv_log_filen_size in r2276

reviewed by: non-functional change.
parent daf21c2c
...@@ -115,7 +115,7 @@ UNIV_INTERN char** srv_log_group_home_dirs = NULL; ...@@ -115,7 +115,7 @@ UNIV_INTERN char** srv_log_group_home_dirs = NULL;
UNIV_INTERN ulint srv_n_log_groups = ULINT_MAX; UNIV_INTERN ulint srv_n_log_groups = ULINT_MAX;
UNIV_INTERN ulint srv_n_log_files = ULINT_MAX; UNIV_INTERN ulint srv_n_log_files = ULINT_MAX;
/* size in database pages */ /* size in database pages */
UNIV_INTERN ulint srv_log_filen_size = ULINT_MAX; UNIV_INTERN ulint srv_log_file_size = ULINT_MAX;
/* size in database pages */ /* size in database pages */
UNIV_INTERN ulint srv_log_buffer_size = ULINT_MAX; UNIV_INTERN ulint srv_log_buffer_size = ULINT_MAX;
UNIV_INTERN ulong srv_flush_log_at_trx_commit = 1; UNIV_INTERN ulong srv_flush_log_at_trx_commit = 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment