Merge lp:~akopytov/percona-server/bug885633 into lp:percona-server/5.5

Proposed by Alexey Kopytov
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 198
Proposed branch: lp:~akopytov/percona-server/bug885633
Merge into: lp:percona-server/5.5
Diff against target: 20 lines (+5/-5)
1 file modified
doc/source/upgrading_guide_51_55.rst (+5/-5)
To merge this branch: bzr merge lp:~akopytov/percona-server/bug885633
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+83422@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

LGTM, thank you.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/source/upgrading_guide_51_55.rst'
2--- doc/source/upgrading_guide_51_55.rst 2011-10-07 23:38:41 +0000
3+++ doc/source/upgrading_guide_51_55.rst 2011-11-25 17:20:36 +0000
4@@ -68,11 +68,11 @@
5 Shared Memory Buffer Pool
6 ~~~~~~~~~~~~~~~~~~~~~~~~~
7
8-The ''SHM'' Buffer Pool has been replaced with the safer LRU Dump/Restore patch, which provides similar improvements in restart performance and has the advantage of persisting across machine restarts.
9-
10-The configuration variables for my.cnf have been kept for compatibility and warnings will be printed for the deprecated options (innodb_buffer_pool_shm_key and innodb_buffer_pool_shm_checksum) if used.
11-
12-Instructions for disabling the SHM buffer pool can be found here and for setting up LRU dump/restore here.
13+The :ref:`SHM buffer pool <innodb_buffer_pool_shm>` patch has been replaced with the safer :ref:`LRU Dump/Restore <innodb_lru_dump_restore>` patch, which provides similar improvements in restart performance and has the advantage of persisting across machine restarts.
14+
15+The configuration variables for my.cnf have been kept for compatibility and warnings will be printed for the deprecated options (:variable:`innodb_buffer_pool_shm_key` and :variable:`innodb_buffer_pool_shm_checksum`) if used.
16+
17+Instructions for disabling the SHM buffer pool can be found :ref:`here <innodb_buffer_pool_shm>` and for setting up LRU dump/restore :ref:`here <innodb_lru_dump_restore>`.
18
19 Multiple Rollback Segments
20 ~~~~~~~~~~~~~~~~~~~~~~~~~~

Subscribers

People subscribed via source and target branches