mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
Docs/manual.texi: Auto merged sql/ha_innodb.cc: Auto merged sql/ha_innodb.h: Auto merged
This commit is contained in:
@ -101,11 +101,18 @@ char* innobase_unix_file_flush_method = NULL;
|
||||
/* Below we have boolean-valued start-up parameters, and their default
|
||||
values */
|
||||
|
||||
uint innobase_flush_log_at_trx_commit = 0;
|
||||
my_bool innobase_log_archive = FALSE;
|
||||
my_bool innobase_use_native_aio = FALSE;
|
||||
my_bool innobase_fast_shutdown = TRUE;
|
||||
|
||||
/* innodb_flush_log_at_trx_commit can now have 3 values:
|
||||
0 : write to the log file once per second and flush it to disk;
|
||||
1 : write to the log file at each commit and flush it to disk;
|
||||
2 : write to the log file at each commit, but flush to disk only once per
|
||||
second */
|
||||
|
||||
uint innobase_flush_log_at_trx_commit = 0;
|
||||
|
||||
/*
|
||||
Set default InnoDB data file size to 10 MB and let it be
|
||||
auto-extending. Thus users can use InnoDB without having to
|
||||
|
Reference in New Issue
Block a user