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
=== modified file 'doc/source/index.rst'
--- doc/source/index.rst 2013-06-11 06:44:26 +0000
+++ doc/source/index.rst 2014-02-05 11:01:14 +0000
@@ -76,6 +76,7 @@
76 performance/innodb_opt_lru_count76 performance/innodb_opt_lru_count
77 performance/innodb_thread_concurrency_timer_based77 performance/innodb_thread_concurrency_timer_based
78 performance/handlersocket78 performance/handlersocket
79 performance/buff_read_ahead_area
7980
80Flexibility Improvements81Flexibility Improvements
81========================82========================
@@ -89,7 +90,6 @@
89 flexibility/mysql_remove_eol_carret90 flexibility/mysql_remove_eol_carret
90 flexibility/mysqlbinlog_change_db91 flexibility/mysqlbinlog_change_db
91 flexibility/replication_skip_single_statement92 flexibility/replication_skip_single_statement
92 flexibility/buff_read_ahead_area
93 flexibility/innodb_fast_shutdown93 flexibility/innodb_fast_shutdown
94 flexibility/mysqldump_ignore_create_error94 flexibility/mysqldump_ignore_create_error
9595
9696
=== modified file 'doc/source/installation/yum_repo.rst'
--- doc/source/installation/yum_repo.rst 2012-09-17 07:36:57 +0000
+++ doc/source/installation/yum_repo.rst 2014-02-05 11:01:14 +0000
@@ -13,7 +13,7 @@
1313
14Execute the following command as a ``root`` user, replacing ``x86_64`` with ``i386`` if you are not running a 64-bit operating system: ::14Execute the following command as a ``root`` user, replacing ``x86_64`` with ``i386`` if you are not running a 64-bit operating system: ::
1515
16 $ rpm -Uhv http://www.percona.com/downloads/percona-release/percona-release-0.0-1.x86_64.rpm16 $ yum install http://www.percona.com/downloads/percona-release/percona-release-0.0-1.x86_64.rpm
1717
18You should see some output such as the following: ::18You should see some output such as the following: ::
1919
@@ -46,15 +46,16 @@
4646
47You should see output similar to the following: ::47You should see output similar to the following: ::
4848
49 percona-release.x86_64 0.0-1 installed49 percona-release.x86_64 0.0-1 @/percona-release-0.0-1.x86_64
50 ...50 ...
51 Percona-Server-client-51.x86_64 5.1.47-rel11.1.51.rhel5 percona 51 Percona-Server-client-51.x86_64 5.1.73-rel14.11.603.rhel6 percona
52 Percona-Server-devel-51.x86_64 5.1.47-rel11.1.51.rhel5 percona 52 Percona-Server-devel-51.x86_64 5.1.73-rel14.11.603.rhel6 percona
53 Percona-Server-server-51.x86_64 5.1.47-rel11.1.51.rhel5 percona 53 Percona-Server-server-51.x86_64 5.1.73-rel14.11.603.rhel6 percona
54 Percona-Server-shared-51.x86_64 5.1.47-rel11.1.51.rhel5 percona 54 Percona-Server-shared-51.x86_64 5.1.73-rel14.11.603.rhel6 percona
55 Percona-Server-test-51.x86_64 5.1.47-rel11.1.51.rhel5 percona 55 Percona-Server-test-51.x86_64 5.1.73-rel14.11.603.rhel6 percona
56 ...56 ...
57 xtrabackup.x86_64 1.2-22.rhel5 percona 57 percona-xtrabackup.x86_64 2.1.7-721.rhel6 percona
58
5859
59Supported Platforms60Supported Platforms
60===================61===================
@@ -78,7 +79,7 @@
7879
79Percona offers fresh beta builds from the experimental repository. To subscribe to the experimental repository, install the experimental *RPM*: ::80Percona offers fresh beta builds from the experimental repository. To subscribe to the experimental repository, install the experimental *RPM*: ::
8081
81 rpm -Uhv http://repo.percona.com/testing/centos/6/os/noarch/percona-testing-0.0-1.noarch.rpm82 yum install http://repo.percona.com/testing/centos/6/os/noarch/percona-testing-0.0-1.noarch.rpm
8283
83.. note:: 84.. note::
84 This repository works for both RHEL/CentOS 5 and RHEL/CentOS 685 This repository works for both RHEL/CentOS 5 and RHEL/CentOS 6
8586
=== renamed file 'doc/source/flexibility/buff_read_ahead_area.rst' => 'doc/source/performance/buff_read_ahead_area.rst'
=== modified file 'doc/source/upstream-bug-fixes.rst'
--- doc/source/upstream-bug-fixes.rst 2013-12-17 15:41:41 +0000
+++ doc/source/upstream-bug-fixes.rst 2014-02-05 11:01:14 +0000
@@ -7,7 +7,7 @@
7+-------------------------------------------------------------------------------------------------------------+7+-------------------------------------------------------------------------------------------------------------+
8|:Upstream bug: :mysqlbug:`69407` - Build warnings with mysql |8|:Upstream bug: :mysqlbug:`69407` - Build warnings with mysql |
9|:Launchpad bug: :bug:`1244154` |9|:Launchpad bug: :bug:`1244154` |
10|:Upstream state: Verified (checked on 2013-12-17) |10|:Upstream state: Duplicate (checked on 2014-02-05) |
11|:Fix Released: :rn:`5.1.73-14.11` |11|:Fix Released: :rn:`5.1.73-14.11` |
12|:Upstream fix: N/A |12|:Upstream fix: N/A |
13+-------------------------------------------------------------------------------------------------------------+13+-------------------------------------------------------------------------------------------------------------+
@@ -25,13 +25,13 @@
25+-------------------------------------------------------------------------------------------------------------+25+-------------------------------------------------------------------------------------------------------------+
26|:Upstream bug: :mysqlbug:`69379` - MySQL clients return bogus errno for host-not-found errors on Ubuntu 13.04|26|:Upstream bug: :mysqlbug:`69379` - MySQL clients return bogus errno for host-not-found errors on Ubuntu 13.04|
27|:Launchpad bug: :bug:`1186690` |27|:Launchpad bug: :bug:`1186690` |
28|:Upstream state: Verified (checked on 2013-12-17) |28|:Upstream state: Verified (checked on 2014-02-05) |
29|:Fix Released: :rn:`5.1.69-14.7` |29|:Fix Released: :rn:`5.1.69-14.7` |
30|:Upstream fix: N/A |30|:Upstream fix: N/A |
31+-------------------------------------------------------------------------------------------------------------+31+-------------------------------------------------------------------------------------------------------------+
32|:Upstream bug: :mysqlbug:`68116` - InnoDB monitor may hit an assertion error in buf_page_get_gen in debug ...|32|:Upstream bug: :mysqlbug:`68116` - InnoDB monitor may hit an assertion error in buf_page_get_gen in debug ...|
33|:Launchpad bug: :bug:`1100178` |33|:Launchpad bug: :bug:`1100178` |
34|:Upstream state: Analyzing (checked on 2013-12-17) |34|:Upstream state: Verified (checked on 2014-02-05) |
35|:Fix Released: :rn:`5.1.67-14.4` |35|:Fix Released: :rn:`5.1.67-14.4` |
36|:Upstream fix: N/A |36|:Upstream fix: N/A |
37+-------------------------------------------------------------------------------------------------------------+37+-------------------------------------------------------------------------------------------------------------+
@@ -79,13 +79,13 @@
79+-------------------------------------------------------------------------------------------------------------+79+-------------------------------------------------------------------------------------------------------------+
80|:Upstream bug: :mysqlbug:`61180` - korr/store macros in my_global.h assume the argument to be a char ... |80|:Upstream bug: :mysqlbug:`61180` - korr/store macros in my_global.h assume the argument to be a char ... |
81|:Launchpad bug: :bug:`1042517` |81|:Launchpad bug: :bug:`1042517` |
82|:Upstream state: Verified (checked on 2013-12-17) |82|:Upstream state: Verified (checked on 2014-02-05) |
83|:Fix Released: :rn:`5.1.66-14.1` |83|:Fix Released: :rn:`5.1.66-14.1` |
84|:Upstream fix: N/A |84|:Upstream fix: N/A |
85+-------------------------------------------------------------------------------------------------------------+85+-------------------------------------------------------------------------------------------------------------+
86|:Upstream bug: :mysqlbug:`61178` - Incorrect implementation of intersect(ulonglong) in non-optimized Bitmap..|86|:Upstream bug: :mysqlbug:`61178` - Incorrect implementation of intersect(ulonglong) in non-optimized Bitmap..|
87|:Launchpad bug: :bug:`1042517` |87|:Launchpad bug: :bug:`1042517` |
88|:Upstream state: Verified (checked on 2013-12-17) |88|:Upstream state: Verified (checked on 2014-02-05) |
89|:Fix Released: :rn:`5.1.66-14.1` |89|:Fix Released: :rn:`5.1.66-14.1` |
90|:Upstream fix: N/A |90|:Upstream fix: N/A |
91+-------------------------------------------------------------------------------------------------------------+91+-------------------------------------------------------------------------------------------------------------+
@@ -109,7 +109,7 @@
109+-------------------------------------------------------------------------------------------------------------+109+-------------------------------------------------------------------------------------------------------------+
110|:Upstream bug: :mysqlbug:`61509` - mysqld (5.1.57) segfaults with gcc 4.6 |110|:Upstream bug: :mysqlbug:`61509` - mysqld (5.1.57) segfaults with gcc 4.6 |
111|:Launchpad bug: :bug:`902471` |111|:Launchpad bug: :bug:`902471` |
112|:Upstream state: Verified (checked on 2013-12-17) |112|:Upstream state: Closed |
113|:Fix Released: :rn:`5.1.66-14.1` |113|:Fix Released: :rn:`5.1.66-14.1` |
114|:Upstream fix: N/A |114|:Upstream fix: N/A |
115+-------------------------------------------------------------------------------------------------------------+115+-------------------------------------------------------------------------------------------------------------+
@@ -139,7 +139,7 @@
139+-------------------------------------------------------------------------------------------------------------+139+-------------------------------------------------------------------------------------------------------------+
140|:Upstream bug: :mysqlbug:`64127` - MTR --warnings option misses some of InnoDB errors and warnings |140|:Upstream bug: :mysqlbug:`64127` - MTR --warnings option misses some of InnoDB errors and warnings |
141|:Launchpad bug: :bug:`937859` |141|:Launchpad bug: :bug:`937859` |
142|:Upstream state: Verified (checked on 2013-12-17) |142|:Upstream state: Verified (checked on 2014-02-05) |
143|:Fix Released: :rn:`5.1.62-13.3` |143|:Fix Released: :rn:`5.1.62-13.3` |
144|:Upstream fix: N/A |144|:Upstream fix: N/A |
145+-------------------------------------------------------------------------------------------------------------+145+-------------------------------------------------------------------------------------------------------------+
@@ -163,7 +163,7 @@
163+-------------------------------------------------------------------------------------------------------------+163+-------------------------------------------------------------------------------------------------------------+
164|:Upstream bug: :mysqlbug:`62516` - Fast index creation does not update index statistics |164|:Upstream bug: :mysqlbug:`62516` - Fast index creation does not update index statistics |
165|:Launchpad bug: :bug:`857590` |165|:Launchpad bug: :bug:`857590` |
166|:Upstream state: Verified (checked on 2013-12-17) |166|:Upstream state: Verified (checked on 2014-02-05) |
167|:Fix Released: :rn:`5.1.59-13.0` |167|:Fix Released: :rn:`5.1.59-13.0` |
168|:Upstream fix: N/A |168|:Upstream fix: N/A |
169+-------------------------------------------------------------------------------------------------------------+169+-------------------------------------------------------------------------------------------------------------+
@@ -185,6 +185,12 @@
185|:Fix Released: :rn:`5.1.58-12.9` |185|:Fix Released: :rn:`5.1.58-12.9` |
186|:Upstream fix: 5.1.62 |186|:Upstream fix: 5.1.62 |
187+-------------------------------------------------------------------------------------------------------------+187+-------------------------------------------------------------------------------------------------------------+
188|:Upstream bug: :mysqlbug:`71183` - os_file_fsync() should handle fsync() returning EINTR |
189|:Launchpad bug: :bug:`1262651` |
190|:Upstream state: Verified (checked on 2014-02-05) |
191|:Fix Released: :rn:`5.1.56-12.7` |
192|:Upstream fix: N/A |
193+-------------------------------------------------------------------------------------------------------------+
188|:Upstream bug: :mysqlbug:`56433` - Auto-extension of InnoDB files |194|:Upstream bug: :mysqlbug:`56433` - Auto-extension of InnoDB files |
189|:Launchpad bug: none |195|:Launchpad bug: none |
190|:Upstream state: Closed |196|:Upstream state: Closed |
@@ -217,13 +223,13 @@
217+-------------------------------------------------------------------------------------------------------------+223+-------------------------------------------------------------------------------------------------------------+
218|:Upstream bug: :mysqlbug:`54814` - make BUF_READ_AHEAD_AREA a constant |224|:Upstream bug: :mysqlbug:`54814` - make BUF_READ_AHEAD_AREA a constant |
219|:Launchpad bug: :bug:`609027` |225|:Launchpad bug: :bug:`609027` |
220|:Upstream state: Verified (checked on 2013-12-17) |226|:Upstream state: Closed |
221|:Fix Released: :rn:`5.1.49-rel12.0` |227|:Fix Released: :rn:`5.1.49-rel12.0` |
222|:Upstream fix: N/A |228|:Upstream fix: N/A |
223+-------------------------------------------------------------------------------------------------------------+229+-------------------------------------------------------------------------------------------------------------+
224|:Upstream bug: :mysqlbug:`55032` - Query cache sometime insert queries to cache, but doesn't find ... |230|:Upstream bug: :mysqlbug:`55032` - Query cache sometime insert queries to cache, but doesn't find ... |
225|:Launchpad bug: none |231|:Launchpad bug: none |
226|:Upstream state: Verified (checked on 2013-12-17) |232|:Upstream state: Verified (checked on 2014-02-05) |
227|:Fix Released: :rn:`5.1.47-rel11.2` |233|:Fix Released: :rn:`5.1.47-rel11.2` |
228|:Upstream fix: N/A |234|:Upstream fix: N/A |
229+-------------------------------------------------------------------------------------------------------------+235+-------------------------------------------------------------------------------------------------------------+
@@ -271,7 +277,7 @@
271+-------------------------------------------------------------------------------------------------------------+277+-------------------------------------------------------------------------------------------------------------+
272|:Upstream bug: :mysqlbug:`44140` - Insert buffer operation may destroy the page during its recovery process |278|:Upstream bug: :mysqlbug:`44140` - Insert buffer operation may destroy the page during its recovery process |
273|:Launchpad bug: none |279|:Launchpad bug: none |
274|:Upstream state: Open (checked on 2013-12-17) |280|:Upstream state: Open (checked on 2014-02-05) |
275|:Fix Released: :rn:`1.0.3-7` |281|:Fix Released: :rn:`1.0.3-7` |
276|:Upstream fix: N/A |282|:Upstream fix: N/A |
277+-------------------------------------------------------------------------------------------------------------+283+-------------------------------------------------------------------------------------------------------------+
@@ -283,7 +289,7 @@
283+-------------------------------------------------------------------------------------------------------------+289+-------------------------------------------------------------------------------------------------------------+
284|:Upstream bug: :mysqlbug:`20001` - Support for temp-tables in INFORMATION_SCHEMA |290|:Upstream bug: :mysqlbug:`20001` - Support for temp-tables in INFORMATION_SCHEMA |
285|:Launchpad bug: none |291|:Launchpad bug: none |
286|:Upstream state: Verified (checked on 2013-12-17) |292|:Upstream state: Verified (checked on 2014-02-05) |
287|:Fix Released: :rn:`1.0.3-7` |293|:Fix Released: :rn:`1.0.3-7` |
288|:Upstream fix: N/A |294|:Upstream fix: N/A |
289+-------------------------------------------------------------------------------------------------------------+295+-------------------------------------------------------------------------------------------------------------+

Subscribers

People subscribed via source and target branches