Author: paul
Date: 2006-01-08 02:30:40 +0100 (Sun, 08 Jan 2006)
New Revision: 719
Log:
r5951@frost: paul | 2006-01-07 19:27:23 -0600
Don't use deprecated syntax.
Modified:
trunk/
trunk/refman-5.0/innodb.xml
trunk/refman-5.1/innodb.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:5950
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1994
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:5951
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1994
Modified: trunk/refman-5.0/innodb.xml
===================================================================
--- trunk/refman-5.0/innodb.xml 2006-01-08 01:30:12 UTC (rev 718)
+++ trunk/refman-5.0/innodb.xml 2006-01-08 01:30:40 UTC (rev 719)
@@ -386,12 +386,12 @@
innodb_data_file_path = ibdata1:10M:autoextend
#
# 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
+innodb_buffer_pool_size=70M
+innodb_additional_mem_pool_size=10M
#
# 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
+innodb_log_file_size=20M
+innodb_log_buffer_size=8M
#
innodb_flush_log_at_trx_commit=1
</programlisting>
Modified: trunk/refman-5.1/innodb.xml
===================================================================
--- trunk/refman-5.1/innodb.xml 2006-01-08 01:30:12 UTC (rev 718)
+++ trunk/refman-5.1/innodb.xml 2006-01-08 01:30:40 UTC (rev 719)
@@ -386,12 +386,12 @@
innodb_data_file_path = ibdata1:10M:autoextend
#
# 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
+innodb_buffer_pool_size=70M
+innodb_additional_mem_pool_size=10M
#
# 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
+innodb_log_file_size=20M
+innodb_log_buffer_size=8M
#
innodb_flush_log_at_trx_commit=1
</programlisting>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r719 - in trunk: . refman-5.0 refman-5.1 | paul | 8 Jan |