mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
srv0srv.c:
Fix typo innobase/srv/srv0srv.c: Fix typo
This commit is contained in:
parent
010a8b922e
commit
a8b221addb
1 changed files with 2 additions and 2 deletions
|
@ -94,9 +94,9 @@ char** srv_log_group_home_dirs = NULL;
|
|||
ulint srv_n_log_groups = ULINT_MAX;
|
||||
ulint srv_n_log_files = ULINT_MAX;
|
||||
ulint srv_log_file_size = ULINT_MAX; /* size in database pages */
|
||||
ulint srv_log_archive_on = 1;
|
||||
ibool srv_log_archive_on = TRUE;
|
||||
ulint srv_log_buffer_size = ULINT_MAX; /* size in database pages */
|
||||
ibool srv_flush_log_at_trx_commit = TRUE;
|
||||
ulint srv_flush_log_at_trx_commit = 1;
|
||||
|
||||
byte srv_latin1_ordering[256] /* The sort order table of the latin1
|
||||
character set. The following table is
|
||||
|
|
Loading…
Reference in a new issue