mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 11:57:38 +02:00
Make innodb_flush_log_at_trx_commit a settable global variable.
This commit is contained in:
parent
7d3a584c03
commit
0bd3c297a4
6 changed files with 12 additions and 9 deletions
|
|
@ -116,7 +116,7 @@ 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_buffer_size = ULINT_MAX; /* size in database pages */
|
||||
ulint srv_flush_log_at_trx_commit = 1;
|
||||
ulong 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…
Add table
Add a link
Reference in a new issue