diff options
Diffstat (limited to 'support-files/my-small.cnf.sh')
-rw-r--r-- | support-files/my-small.cnf.sh | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/support-files/my-small.cnf.sh b/support-files/my-small.cnf.sh index 9a854b99b88..72684190652 100644 --- a/support-files/my-small.cnf.sh +++ b/support-files/my-small.cnf.sh @@ -35,11 +35,27 @@ set-variable = sort_buffer=64K set-variable = net_buffer_length=2K server-id = 1 +# Uncomment the following if you want to log updates +#log-bin + # Uncomment the following if you are NOT using BDB tables #skip-bdb -# Uncomment the following if you want to log updates -#log-bin +# 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 [mysqldump] quick |