summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <arjen@fred.bitbike.com>2002-07-18 16:43:00 +1000
committerunknown <arjen@fred.bitbike.com>2002-07-18 16:43:00 +1000
commit641d725dcb7cfe3cc881c921ff94c382f18774b2 (patch)
tree55f1f44067efa035666d759d2182154d4a015c5f /Docs
parent33d25428042d30a8559b3a5a558e41501bfc4b84 (diff)
downloadmariadb-git-641d725dcb7cfe3cc881c921ff94c382f18774b2.tar.gz
Reset previous width to maintain proper DocBook output.
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi52
1 files changed, 26 insertions, 26 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index c03f45d0a80..62218b469bf 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -38242,23 +38242,23 @@ Also the small archived InnoDB log file
[mysqld]
# You can write your other MySQL server options here
# ...
-# Data file(s) must be able to
-# hold your data and indexes.
-# Make sure you have enough
-# free disk space.
+# Data file(s) must be able to
+# hold your data and indexes.
+# Make sure you have enough
+# free disk space.
innodb_data_file_path = ibdata1:10M:autoextend
-# Set buffer pool size to
-# 50 - 80 % of your computer's
-# memory
+# Set buffer pool size to
+# 50 - 80 % of your computer's
+# memory
set-variable = innodb_buffer_pool_size=70M
set-variable = innodb_additional_mem_pool_size=10M
-# Set the log file size to about
-# 25 % of the buffer pool size
+# Set the log file size to about
+# 25 % of the buffer pool size
set-variable = innodb_log_file_size=20M
set-variable = innodb_log_buffer_size=8M
-# Set ..flush_log_at_trx_commit
-# to 0 if you can afford losing
-# some last transactions
+# Set ..flush_log_at_trx_commit
+# to 0 if you can afford losing
+# some last transactions
innodb_flush_log_at_trx_commit=1
@end example
@@ -38336,28 +38336,28 @@ have to create them yourself.} Use the Unix or MS-DOS
# You can write your other MySQL server options here
# ...
innodb_data_home_dir =
-# Data files must be able to
-# hold your data and indexes
+# Data files must be able to
+# hold your data and indexes
innodb_data_file_path = /ibdata/ibdata1:2000M;/dr2/ibdata/ibdata2:2000M:autoextend
-# Set buffer pool size to
-# 50 - 80 % of your computer's
-# memory, but make sure on Linux
-# x86 total memory usage is
-# < 2 GB
+# Set buffer pool size to
+# 50 - 80 % of your computer's
+# memory, but make sure on Linux
+# x86 total memory usage is
+# < 2 GB
set-variable = innodb_buffer_pool_size=1G
set-variable = innodb_additional_mem_pool_size=20M
innodb_log_group_home_dir = /dr3/iblogs
-# .._log_arch_dir must be the same
-# as .._log_group_home_dir
+# .._log_arch_dir must be the same
+# as .._log_group_home_dir
innodb_log_arch_dir = /dr3/iblogs
set-variable = innodb_log_files_in_group=3
-# Set the log file size to about
-# 15 % of the buffer pool size
+# Set the log file size to about
+# 15 % of the buffer pool size
set-variable = innodb_log_file_size=150M
set-variable = innodb_log_buffer_size=8M
-# Set ..flush_log_at_trx_commit to
-# 0 if you can afford losing
-# some last transactions
+# Set ..flush_log_at_trx_commit to
+# 0 if you can afford losing
+# some last transactions
innodb_flush_log_at_trx_commit=1
set-variable = innodb_lock_wait_timeout=50
#innodb_flush_method=fdatasync