summaryrefslogtreecommitdiff
path: root/support-files/my-small.cnf.sh
diff options
context:
space:
mode:
authormonty@donna.mysql.fi <>2001-02-21 14:33:52 +0200
committermonty@donna.mysql.fi <>2001-02-21 14:33:52 +0200
commitb0c4b4f2528606b3ea7fc112b73e3003347c028e (patch)
tree2fc25f09822310dec20a2bf64a98c6f7723f97e6 /support-files/my-small.cnf.sh
parent1c298277f9ff4aa38b847c3de083e0d54e27a247 (diff)
downloadmariadb-git-b0c4b4f2528606b3ea7fc112b73e3003347c028e.tar.gz
Update for Innobase
Diffstat (limited to 'support-files/my-small.cnf.sh')
-rw-r--r--support-files/my-small.cnf.sh20
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