mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 18:25:30 +02:00
Update for Innobase
This commit is contained in:
parent
6839b1728d
commit
30566fc0a7
4 changed files with 72 additions and 8 deletions
|
|
@ -42,6 +42,22 @@ server-id = 1
|
|||
#set-variable = bdb_cache_size=64M
|
||||
#set-variable = bdb_max_lock=100000
|
||||
|
||||
# Uncomment the following if you are using Innobase tables
|
||||
#innobase_data_home_dir = @datadir@
|
||||
#innobase_log_group_home_dir = @datadir@
|
||||
#innobase_log_arch_dir = @datadir@
|
||||
#innobase_data_file_path = ibdata1:25M;ibdata2:37M;ibdata3:100M;ibdata4:300M
|
||||
#set-variable = innobase_mirrored_log_groups=1
|
||||
#set-variable = innobase_log_files_in_group=3
|
||||
#set-variable = innobase_log_file_size=5M
|
||||
#set-variable = innobase_log_buffer_size=8M
|
||||
#innobase_flush_log_at_trx_commit=1
|
||||
#innobase_log_archive=0
|
||||
#set-variable = innobase_buffer_pool_size=16M
|
||||
#set-variable = innobase_additional_mem_pool_size=2M
|
||||
#set-variable = innobase_file_io_threads=4
|
||||
#set-variable = innobase_lock_wait_timeout=50
|
||||
|
||||
# Point the following paths to different dedicated disks
|
||||
#tmpdir = /tmp/
|
||||
#log-update = /path-to-dedicated-directory/hostname
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue