Merge lp:~hrvojem/percona-server/bug955266-5.1 into lp:percona-server/5.1

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Stewart Smith
Approved revision: no longer in the source branch.
Merged at revision: 436
Proposed branch: lp:~hrvojem/percona-server/bug955266-5.1
Merge into: lp:percona-server/5.1
Diff against target: 88 lines (+16/-30)
2 files modified
doc/source/installation/apt_repo.rst (+6/-6)
doc/source/management/innodb_lru_dump_restore.rst (+10/-24)
To merge this branch: bzr merge lp:~hrvojem/percona-server/bug955266-5.1
Reviewer Review Type Date Requested Status
Stewart Smith (community) Approve
Review via email: mp+100419@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Stewart Smith (stewart) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/source/installation/apt_repo.rst'
2--- doc/source/installation/apt_repo.rst 2012-01-09 04:33:49 +0000
3+++ doc/source/installation/apt_repo.rst 2012-04-21 07:23:19 +0000
4@@ -12,10 +12,10 @@
5
6 $ gpg -a --export CD2EFD2A | sudo apt-key add -
7
8-Add this to :file:`/etc/apt/sources.list`, replacing ``lenny`` with the name of your distribution: ::
9+Add this to :file:`/etc/apt/sources.list`, replacing ``VERSION`` with the name of your distribution: ::
10
11- deb http://repo.percona.com/apt lenny main
12- deb-src http://repo.percona.com/apt lenny main
13+ deb http://repo.percona.com/apt VERSION main
14+ deb-src http://repo.percona.com/apt VERSION main
15
16 Remember to update the local cache: ::
17
18@@ -47,7 +47,7 @@
19 Release Candidate Repository
20 ============================
21
22-To subscribe to the release candidate repository, add two lines to the :file:`/etc/apt/sources.list` file, again replacing ``lenny`` with your server's release version: ::
23+To subscribe to the release candidate repository, add two lines to the :file:`/etc/apt/sources.list` file, again replacing ``VERSION`` with your server's release version: ::
24
25- deb http://repo.percona.com/apt-rc lenny main
26- deb-src http://repo.percona.com/apt-rc lenny main
27+ deb http://repo.percona.com/apt-rc VERSION main
28+ deb-src http://repo.percona.com/apt-rc VERSION main
29
30=== modified file 'doc/source/management/innodb_lru_dump_restore.rst'
31--- doc/source/management/innodb_lru_dump_restore.rst 2011-10-07 00:55:06 +0000
32+++ doc/source/management/innodb_lru_dump_restore.rst 2012-04-21 07:23:19 +0000
33@@ -102,20 +102,12 @@
34 The dump file is not deleted after loading, so you should delete it if you wish to disable the feature. For example, suppose you dump the LRU, and then some time later you decide to enable automatic dumping and reloading. You set the configuration variable and restart |MySQL|. Upon restart, the server will load the LRU to its state in the previously saved file, which might be very stale and not what you want to happen.
35
36
37-Version Specific Information
38-============================
39-
40- * 5.1.50-12.1:
41- Automatic dump/restore implemented.
42- * 5.5.10-20.1:
43- Renamed variable :variable:`innodb_auto_lru_dump` to :variable:`innodb_buffer_pool_restore_at_startup`.
44-
45 System Variables
46 ================
47
48 .. variable:: innodb_auto_lru_dump
49
50- :version 5.5.10-20.1: Renamed.
51+ :version 1.0.6-9: Added.
52 :cli: Yes
53 :conf: Yes
54 :scope: Global
55@@ -127,24 +119,18 @@
56
57 This variable specifies the time in seconds between automatic buffer pool dumps. When set to zero, automatic dumps are disabled and must be done manually. When set to a non-zero value, an automatic restore of the buffer pool is also performed at startup, as described above.
58
59- This variable was renamed to :variable:`innodb_buffer_pool_restore_at_startup`, beginning in release 5.5.10-20.1. It still exists as :variable:`innodb_auto_lru_dump` in versions prior to that.
60-
61-.. variable:: innodb_buffer_pool_restore_at_startup
62-
63- :version 5.5.10-20.1: Added.
64+.. variable:: innodb-blocking-lru-restore
65+
66+ :version 5.1.59-13.0: Added.
67 :cli: Yes
68 :conf: Yes
69 :scope: Global
70- :dyn: Yes
71- :vartype: Numeric
72- :default: 0
73- :range: 0-UINT_MAX32
74- :unit: Seconds
75-
76-This variable specifies the time in seconds between automatic buffer pool dumps. When set to zero, automatic dumps are disabled and must be done manually. When set to a non-zero value, an automatic restore of the buffer pool is also performed at startup, as described above.
77-
78- This variable was added in release 5.5.10-20.1. Prior to that, it was named :variable:`innodb_auto_lru_dump`, which still exists in earlier versions.
79-
80+ :dyn: No
81+ :vartype: Boolean
82+ :default: OFF
83+ :range: ON/OFF
84+
85+When this variable is set to ON XtraDB waits until the restore of the dump is completed before reporting successful startup to the server.
86
87 Other reading
88 =============

Subscribers

People subscribed via source and target branches