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

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Laurynas Biveinis
Approved revision: no longer in the source branch.
Merged at revision: 607
Proposed branch: lp:~hrvojem/percona-server/bug1202719-5.1
Merge into: lp:percona-server/5.1
Diff against target: 187 lines (+31/-24)
3 files modified
doc/source/index.rst (+1/-1)
doc/source/installation/yum_repo.rst (+12/-11)
doc/source/upstream-bug-fixes.rst (+18/-12)
To merge this branch: bzr merge lp:~hrvojem/percona-server/bug1202719-5.1
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+204837@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

line 88: typo "Dulpicate"
bug 68116: it is Verified now

review: Needs Fixing
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/source/index.rst'
2--- doc/source/index.rst 2013-06-11 06:44:26 +0000
3+++ doc/source/index.rst 2014-02-05 11:01:14 +0000
4@@ -76,6 +76,7 @@
5 performance/innodb_opt_lru_count
6 performance/innodb_thread_concurrency_timer_based
7 performance/handlersocket
8+ performance/buff_read_ahead_area
9
10 Flexibility Improvements
11 ========================
12@@ -89,7 +90,6 @@
13 flexibility/mysql_remove_eol_carret
14 flexibility/mysqlbinlog_change_db
15 flexibility/replication_skip_single_statement
16- flexibility/buff_read_ahead_area
17 flexibility/innodb_fast_shutdown
18 flexibility/mysqldump_ignore_create_error
19
20
21=== modified file 'doc/source/installation/yum_repo.rst'
22--- doc/source/installation/yum_repo.rst 2012-09-17 07:36:57 +0000
23+++ doc/source/installation/yum_repo.rst 2014-02-05 11:01:14 +0000
24@@ -13,7 +13,7 @@
25
26 Execute the following command as a ``root`` user, replacing ``x86_64`` with ``i386`` if you are not running a 64-bit operating system: ::
27
28- $ rpm -Uhv http://www.percona.com/downloads/percona-release/percona-release-0.0-1.x86_64.rpm
29+ $ yum install http://www.percona.com/downloads/percona-release/percona-release-0.0-1.x86_64.rpm
30
31 You should see some output such as the following: ::
32
33@@ -46,15 +46,16 @@
34
35 You should see output similar to the following: ::
36
37- percona-release.x86_64 0.0-1 installed
38- ...
39- Percona-Server-client-51.x86_64 5.1.47-rel11.1.51.rhel5 percona
40- Percona-Server-devel-51.x86_64 5.1.47-rel11.1.51.rhel5 percona
41- Percona-Server-server-51.x86_64 5.1.47-rel11.1.51.rhel5 percona
42- Percona-Server-shared-51.x86_64 5.1.47-rel11.1.51.rhel5 percona
43- Percona-Server-test-51.x86_64 5.1.47-rel11.1.51.rhel5 percona
44- ...
45- xtrabackup.x86_64 1.2-22.rhel5 percona
46+ percona-release.x86_64 0.0-1 @/percona-release-0.0-1.x86_64
47+ ...
48+ Percona-Server-client-51.x86_64 5.1.73-rel14.11.603.rhel6 percona
49+ Percona-Server-devel-51.x86_64 5.1.73-rel14.11.603.rhel6 percona
50+ Percona-Server-server-51.x86_64 5.1.73-rel14.11.603.rhel6 percona
51+ Percona-Server-shared-51.x86_64 5.1.73-rel14.11.603.rhel6 percona
52+ Percona-Server-test-51.x86_64 5.1.73-rel14.11.603.rhel6 percona
53+ ...
54+ percona-xtrabackup.x86_64 2.1.7-721.rhel6 percona
55+
56
57 Supported Platforms
58 ===================
59@@ -78,7 +79,7 @@
60
61 Percona offers fresh beta builds from the experimental repository. To subscribe to the experimental repository, install the experimental *RPM*: ::
62
63- rpm -Uhv http://repo.percona.com/testing/centos/6/os/noarch/percona-testing-0.0-1.noarch.rpm
64+ yum install http://repo.percona.com/testing/centos/6/os/noarch/percona-testing-0.0-1.noarch.rpm
65
66 .. note::
67 This repository works for both RHEL/CentOS 5 and RHEL/CentOS 6
68
69=== renamed file 'doc/source/flexibility/buff_read_ahead_area.rst' => 'doc/source/performance/buff_read_ahead_area.rst'
70=== modified file 'doc/source/upstream-bug-fixes.rst'
71--- doc/source/upstream-bug-fixes.rst 2013-12-17 15:41:41 +0000
72+++ doc/source/upstream-bug-fixes.rst 2014-02-05 11:01:14 +0000
73@@ -7,7 +7,7 @@
74 +-------------------------------------------------------------------------------------------------------------+
75 |:Upstream bug: :mysqlbug:`69407` - Build warnings with mysql |
76 |:Launchpad bug: :bug:`1244154` |
77-|:Upstream state: Verified (checked on 2013-12-17) |
78+|:Upstream state: Duplicate (checked on 2014-02-05) |
79 |:Fix Released: :rn:`5.1.73-14.11` |
80 |:Upstream fix: N/A |
81 +-------------------------------------------------------------------------------------------------------------+
82@@ -25,13 +25,13 @@
83 +-------------------------------------------------------------------------------------------------------------+
84 |:Upstream bug: :mysqlbug:`69379` - MySQL clients return bogus errno for host-not-found errors on Ubuntu 13.04|
85 |:Launchpad bug: :bug:`1186690` |
86-|:Upstream state: Verified (checked on 2013-12-17) |
87+|:Upstream state: Verified (checked on 2014-02-05) |
88 |:Fix Released: :rn:`5.1.69-14.7` |
89 |:Upstream fix: N/A |
90 +-------------------------------------------------------------------------------------------------------------+
91 |:Upstream bug: :mysqlbug:`68116` - InnoDB monitor may hit an assertion error in buf_page_get_gen in debug ...|
92 |:Launchpad bug: :bug:`1100178` |
93-|:Upstream state: Analyzing (checked on 2013-12-17) |
94+|:Upstream state: Verified (checked on 2014-02-05) |
95 |:Fix Released: :rn:`5.1.67-14.4` |
96 |:Upstream fix: N/A |
97 +-------------------------------------------------------------------------------------------------------------+
98@@ -79,13 +79,13 @@
99 +-------------------------------------------------------------------------------------------------------------+
100 |:Upstream bug: :mysqlbug:`61180` - korr/store macros in my_global.h assume the argument to be a char ... |
101 |:Launchpad bug: :bug:`1042517` |
102-|:Upstream state: Verified (checked on 2013-12-17) |
103+|:Upstream state: Verified (checked on 2014-02-05) |
104 |:Fix Released: :rn:`5.1.66-14.1` |
105 |:Upstream fix: N/A |
106 +-------------------------------------------------------------------------------------------------------------+
107 |:Upstream bug: :mysqlbug:`61178` - Incorrect implementation of intersect(ulonglong) in non-optimized Bitmap..|
108 |:Launchpad bug: :bug:`1042517` |
109-|:Upstream state: Verified (checked on 2013-12-17) |
110+|:Upstream state: Verified (checked on 2014-02-05) |
111 |:Fix Released: :rn:`5.1.66-14.1` |
112 |:Upstream fix: N/A |
113 +-------------------------------------------------------------------------------------------------------------+
114@@ -109,7 +109,7 @@
115 +-------------------------------------------------------------------------------------------------------------+
116 |:Upstream bug: :mysqlbug:`61509` - mysqld (5.1.57) segfaults with gcc 4.6 |
117 |:Launchpad bug: :bug:`902471` |
118-|:Upstream state: Verified (checked on 2013-12-17) |
119+|:Upstream state: Closed |
120 |:Fix Released: :rn:`5.1.66-14.1` |
121 |:Upstream fix: N/A |
122 +-------------------------------------------------------------------------------------------------------------+
123@@ -139,7 +139,7 @@
124 +-------------------------------------------------------------------------------------------------------------+
125 |:Upstream bug: :mysqlbug:`64127` - MTR --warnings option misses some of InnoDB errors and warnings |
126 |:Launchpad bug: :bug:`937859` |
127-|:Upstream state: Verified (checked on 2013-12-17) |
128+|:Upstream state: Verified (checked on 2014-02-05) |
129 |:Fix Released: :rn:`5.1.62-13.3` |
130 |:Upstream fix: N/A |
131 +-------------------------------------------------------------------------------------------------------------+
132@@ -163,7 +163,7 @@
133 +-------------------------------------------------------------------------------------------------------------+
134 |:Upstream bug: :mysqlbug:`62516` - Fast index creation does not update index statistics |
135 |:Launchpad bug: :bug:`857590` |
136-|:Upstream state: Verified (checked on 2013-12-17) |
137+|:Upstream state: Verified (checked on 2014-02-05) |
138 |:Fix Released: :rn:`5.1.59-13.0` |
139 |:Upstream fix: N/A |
140 +-------------------------------------------------------------------------------------------------------------+
141@@ -185,6 +185,12 @@
142 |:Fix Released: :rn:`5.1.58-12.9` |
143 |:Upstream fix: 5.1.62 |
144 +-------------------------------------------------------------------------------------------------------------+
145+|:Upstream bug: :mysqlbug:`71183` - os_file_fsync() should handle fsync() returning EINTR |
146+|:Launchpad bug: :bug:`1262651` |
147+|:Upstream state: Verified (checked on 2014-02-05) |
148+|:Fix Released: :rn:`5.1.56-12.7` |
149+|:Upstream fix: N/A |
150++-------------------------------------------------------------------------------------------------------------+
151 |:Upstream bug: :mysqlbug:`56433` - Auto-extension of InnoDB files |
152 |:Launchpad bug: none |
153 |:Upstream state: Closed |
154@@ -217,13 +223,13 @@
155 +-------------------------------------------------------------------------------------------------------------+
156 |:Upstream bug: :mysqlbug:`54814` - make BUF_READ_AHEAD_AREA a constant |
157 |:Launchpad bug: :bug:`609027` |
158-|:Upstream state: Verified (checked on 2013-12-17) |
159+|:Upstream state: Closed |
160 |:Fix Released: :rn:`5.1.49-rel12.0` |
161 |:Upstream fix: N/A |
162 +-------------------------------------------------------------------------------------------------------------+
163 |:Upstream bug: :mysqlbug:`55032` - Query cache sometime insert queries to cache, but doesn't find ... |
164 |:Launchpad bug: none |
165-|:Upstream state: Verified (checked on 2013-12-17) |
166+|:Upstream state: Verified (checked on 2014-02-05) |
167 |:Fix Released: :rn:`5.1.47-rel11.2` |
168 |:Upstream fix: N/A |
169 +-------------------------------------------------------------------------------------------------------------+
170@@ -271,7 +277,7 @@
171 +-------------------------------------------------------------------------------------------------------------+
172 |:Upstream bug: :mysqlbug:`44140` - Insert buffer operation may destroy the page during its recovery process |
173 |:Launchpad bug: none |
174-|:Upstream state: Open (checked on 2013-12-17) |
175+|:Upstream state: Open (checked on 2014-02-05) |
176 |:Fix Released: :rn:`1.0.3-7` |
177 |:Upstream fix: N/A |
178 +-------------------------------------------------------------------------------------------------------------+
179@@ -283,7 +289,7 @@
180 +-------------------------------------------------------------------------------------------------------------+
181 |:Upstream bug: :mysqlbug:`20001` - Support for temp-tables in INFORMATION_SCHEMA |
182 |:Launchpad bug: none |
183-|:Upstream state: Verified (checked on 2013-12-17) |
184+|:Upstream state: Verified (checked on 2014-02-05) |
185 |:Fix Released: :rn:`1.0.3-7` |
186 |:Upstream fix: N/A |
187 +-------------------------------------------------------------------------------------------------------------+

Subscribers

People subscribed via source and target branches