Santo Leto Guest
|
Posted: Mon Mar 03, 2008 8:15 pm Post subject: [Maria 5.1 Ref. Man.] Typesetting errors |
|
|
Hi,
In section "13.5.1. Maria Configuration", please change
1) "maria-block-size" in "maria_block_size"
2) "maria-check-interval" in "maria_checkpoint_interval".
Regards,
Santo.
To repeat:
mysql> select version();
+-----------------------------------------+
| version() |
+-----------------------------------------+
| 5.1.23a-maria-alpha-community-maria-log |
+-----------------------------------------+
1 row in set (0.00 sec)
mysql> show variables like 'maria-block-size';
Empty set (0.00 sec)
mysql> show variables like 'maria-check-interval';
Empty set (0.01 sec)
mysql> show variables like 'maria_check%';
+---------------------------+-------+
| Variable_name | Value |
+---------------------------+-------+
| maria_checkpoint_interval | 30 |
+---------------------------+-------+
1 row in set (0.02 sec)
mysql> show variables like 'maria_block_size';
+------------------+-------+
| Variable_name | Value |
+------------------+-------+
| maria_block_size | 8192 |
+------------------+-------+
1 row in set (0.00 sec) |
|