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

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Laurynas Biveinis
Approved revision: no longer in the source branch.
Merged at revision: 622
Proposed branch: lp:~hrvojem/percona-server/bug1202719-5.5
Merge into: lp:percona-server/5.5
Diff against target: 211 lines (+39/-26)
3 files modified
doc/source/index.rst (+1/-1)
doc/source/installation/yum_repo.rst (+12/-11)
doc/source/upstream-bug-fixes.rst (+26/-14)
To merge this branch: bzr merge lp:~hrvojem/percona-server/bug1202719-5.5
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+204881@code.launchpad.net
To post a comment you must log in.
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-12-19 12:22:20 +0000
+++ doc/source/index.rst 2014-02-05 14:39:31 +0000
@@ -78,6 +78,7 @@
78 performance/innodb_thread_concurrency_timer_based78 performance/innodb_thread_concurrency_timer_based
79 performance/innodb_numa_support79 performance/innodb_numa_support
80 performance/handlersocket80 performance/handlersocket
81 performance/buff_read_ahead_area
81 performance/threadpool82 performance/threadpool
82 performance/binary_group_commit83 performance/binary_group_commit
8384
@@ -91,7 +92,6 @@
91 flexibility/innodb_files_extend92 flexibility/innodb_files_extend
92 flexibility/log_warnings_suppress93 flexibility/log_warnings_suppress
93 flexibility/mysql_remove_eol_carret94 flexibility/mysql_remove_eol_carret
94 flexibility/buff_read_ahead_area
95 flexibility/innodb_fast_shutdown95 flexibility/innodb_fast_shutdown
96 flexibility/improved_memory_engine96 flexibility/improved_memory_engine
97 flexibility/max_binlog_files97 flexibility/max_binlog_files
9898
=== 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 14:39:31 +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-55.x86_64 5.5.35-rel33.0.611.rhel6 percona
52 Percona-Server-devel-51.x86_64 5.1.47-rel11.1.51.rhel5 percona 52 Percona-Server-devel-55.x86_64 5.5.35-rel33.0.611.rhel6 percona
53 Percona-Server-server-51.x86_64 5.1.47-rel11.1.51.rhel5 percona 53 Percona-Server-server-55.x86_64 5.5.35-rel33.0.611.rhel6 percona
54 Percona-Server-shared-51.x86_64 5.1.47-rel11.1.51.rhel5 percona 54 Percona-Server-shared-55.x86_64 5.5.35-rel33.0.611.rhel6 percona
55 Percona-Server-test-51.x86_64 5.1.47-rel11.1.51.rhel5 percona 55 Percona-Server-test-55.x86_64 5.5.35-rel33.0.611.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-19 12:22:20 +0000
+++ doc/source/upstream-bug-fixes.rst 2014-02-05 14:39:31 +0000
@@ -13,7 +13,7 @@
13+-------------------------------------------------------------------------------------------------------------+13+-------------------------------------------------------------------------------------------------------------+
14|:Upstream bug: :mysqlbug:`69639` - mysql failed to build with dtrace Sun D 1.11 |14|:Upstream bug: :mysqlbug:`69639` - mysql failed to build with dtrace Sun D 1.11 |
15|:Launchpad bug: :bug:`1196460` |15|:Launchpad bug: :bug:`1196460` |
16|:Upstream state: Open (checked on 2013-12-18) |16|:Upstream state: Open (checked on 2014-02-05) |
17|:Fix Released: :rn:`5.5.33-31.1` |17|:Fix Released: :rn:`5.5.33-31.1` |
18|:Upstream fix: N/A |18|:Upstream fix: N/A |
19+-------------------------------------------------------------------------------------------------------------+19+-------------------------------------------------------------------------------------------------------------+
@@ -25,7 +25,7 @@
25+-------------------------------------------------------------------------------------------------------------+25+-------------------------------------------------------------------------------------------------------------+
26|:Upstream bug: :mysqlbug:`42415` - UPDATE/DELETE with LIMIT clause unsafe for SBL even with ORDER BY PK ... |26|:Upstream bug: :mysqlbug:`42415` - UPDATE/DELETE with LIMIT clause unsafe for SBL even with ORDER BY PK ... |
27|:Launchpad bug: :bug:`1132194` |27|:Launchpad bug: :bug:`1132194` |
28|:Upstream state: Verified (checked on 2013-12-18) |28|:Upstream state: Verified (checked on 2014-02-05) |
29|:Fix Released: :rn:`5.5.32-31.0` |29|:Fix Released: :rn:`5.5.32-31.0` |
30|:Upstream fix: N/A |30|:Upstream fix: N/A |
31+-------------------------------------------------------------------------------------------------------------+31+-------------------------------------------------------------------------------------------------------------+
@@ -37,7 +37,7 @@
37+-------------------------------------------------------------------------------------------------------------+37+-------------------------------------------------------------------------------------------------------------+
38|:Upstream bug: :mysqlbug:`68970` - fsp_reserve_free_extents switches from small to big tblspace handling ... |38|:Upstream bug: :mysqlbug:`68970` - fsp_reserve_free_extents switches from small to big tblspace handling ... |
39|:Launchpad bug: :bug:`1169494` |39|:Launchpad bug: :bug:`1169494` |
40|:Upstream state: Verified (checked on 2013-12-18) |40|:Upstream state: Verified (checked on 2014-02-05) |
41|:Fix Released: :rn:`5.5.32-31.0` |41|:Fix Released: :rn:`5.5.32-31.0` |
42|:Upstream fix: N/A |42|:Upstream fix: N/A |
43+-------------------------------------------------------------------------------------------------------------+43+-------------------------------------------------------------------------------------------------------------+
@@ -49,7 +49,7 @@
49+-------------------------------------------------------------------------------------------------------------+49+-------------------------------------------------------------------------------------------------------------+
50|:Upstream bug: :mysqlbug:`68999` - SSL_OP_NO_COMPRESSION not defined |50|:Upstream bug: :mysqlbug:`68999` - SSL_OP_NO_COMPRESSION not defined |
51|:Launchpad bug: :bug:`1183610` |51|:Launchpad bug: :bug:`1183610` |
52|:Upstream state: No Feedback (checked on 2013-12-18) |52|:Upstream state: No Feedback (checked on 2014-02-05) |
53|:Fix Released: :rn:`5.5.31-30.3` |53|:Fix Released: :rn:`5.5.31-30.3` |
54|:Upstream fix: N/A |54|:Upstream fix: N/A |
55+-------------------------------------------------------------------------------------------------------------+55+-------------------------------------------------------------------------------------------------------------+
@@ -61,7 +61,7 @@
61+-------------------------------------------------------------------------------------------------------------+61+-------------------------------------------------------------------------------------------------------------+
62|:Upstream bug: :mysqlbug:`68845` - Unnecessary log_sys->mutex reacquisition in mtr_log_reserve_and_write() |62|:Upstream bug: :mysqlbug:`68845` - Unnecessary log_sys->mutex reacquisition in mtr_log_reserve_and_write() |
63|:Launchpad bug: :bug:`1163439` |63|:Launchpad bug: :bug:`1163439` |
64|:Upstream state: Verified (checked on 2013-12-18) |64|:Upstream state: Verified (checked on 2014-02-05) |
65|:Fix Released: :rn:`5.5.30-30.2` |65|:Fix Released: :rn:`5.5.30-30.2` |
66|:Upstream fix: N/A |66|:Upstream fix: N/A |
67+-------------------------------------------------------------------------------------------------------------+67+-------------------------------------------------------------------------------------------------------------+
@@ -91,13 +91,13 @@
91+-------------------------------------------------------------------------------------------------------------+91+-------------------------------------------------------------------------------------------------------------+
92|:Upstream bug: :mysqlbug:`68476` - Suboptimal code in my_strnxfrm_simple() |92|:Upstream bug: :mysqlbug:`68476` - Suboptimal code in my_strnxfrm_simple() |
93|:Launchpad bug: :bug:`1132350` |93|:Launchpad bug: :bug:`1132350` |
94|:Upstream state: Verified (checked on 2013-12-18) |94|:Upstream state: Verified (checked on 2014-02-05) |
95|:Fix Released: :rn:`5.5.30-30.1` |95|:Fix Released: :rn:`5.5.30-30.1` |
96|:Upstream fix: N/A |96|:Upstream fix: N/A |
97+-------------------------------------------------------------------------------------------------------------+97+-------------------------------------------------------------------------------------------------------------+
98|:Upstream bug: :mysqlbug:`68116` - InnoDB monitor may hit an assertion error in buf_page_get_gen in debug ...|98|:Upstream bug: :mysqlbug:`68116` - InnoDB monitor may hit an assertion error in buf_page_get_gen in debug ...|
99|:Launchpad bug: :bug:`1100178` |99|:Launchpad bug: :bug:`1100178` |
100|:Upstream state: Analyzing (checked on 2013-12-18) |100|:Upstream state: Verified (checked on 2014-02-05) |
101|:Fix Released: :rn:`5.5.29-30.0` |101|:Fix Released: :rn:`5.5.29-30.0` |
102|:Upstream fix: N/A |102|:Upstream fix: N/A |
103+-------------------------------------------------------------------------------------------------------------+103+-------------------------------------------------------------------------------------------------------------+
@@ -187,13 +187,13 @@
187+-------------------------------------------------------------------------------------------------------------+187+-------------------------------------------------------------------------------------------------------------+
188|:Upstream bug: :mysqlbug:`61180` - korr/store macros in my_global.h assume the argument to be a char pointer |188|:Upstream bug: :mysqlbug:`61180` - korr/store macros in my_global.h assume the argument to be a char pointer |
189|:Launchpad bug: :bug:`1042517` |189|:Launchpad bug: :bug:`1042517` |
190|:Upstream state: Verified (checked on 2013-12-18) |190|:Upstream state: Verified (checked on 2014-02-05) |
191|:Fix Released: :rn:`5.5.27-29.0` |191|:Fix Released: :rn:`5.5.27-29.0` |
192|:Upstream fix: N/A |192|:Upstream fix: N/A |
193+-------------------------------------------------------------------------------------------------------------+193+-------------------------------------------------------------------------------------------------------------+
194|:Upstream bug: :mysqlbug:`61178` - Incorrect implementation of intersect(ulonglong) in non-optimized Bitmap..|194|:Upstream bug: :mysqlbug:`61178` - Incorrect implementation of intersect(ulonglong) in non-optimized Bitmap..|
195|:Launchpad bug: :bug:`1042517` |195|:Launchpad bug: :bug:`1042517` |
196|:Upstream state: Verified (checked on 2013-12-18) |196|:Upstream state: Verified (checked on 2014-02-05) |
197|:Fix Released: :rn:`5.5.27-29.0` |197|:Fix Released: :rn:`5.5.27-29.0` |
198|:Upstream fix: N/A |198|:Upstream fix: N/A |
199+-------------------------------------------------------------------------------------------------------------+199+-------------------------------------------------------------------------------------------------------------+
@@ -205,7 +205,7 @@
205+-------------------------------------------------------------------------------------------------------------+205+-------------------------------------------------------------------------------------------------------------+
206|:Upstream bug: :mysqlbug:`64800` - mysqldump with --include-master-host-port putting quotes around port no. | 206|:Upstream bug: :mysqlbug:`64800` - mysqldump with --include-master-host-port putting quotes around port no. |
207|:Launchpad bug: :bug:`1013432` |207|:Launchpad bug: :bug:`1013432` |
208|:Upstream state: Verified (checked on 2013-12-18) |208|:Upstream state: Verified (checked on 2014-02-05) |
209|:Fix Released: :rn:`5.5.27-28.0` |209|:Fix Released: :rn:`5.5.27-28.0` |
210|:Upstream fix: N/A |210|:Upstream fix: N/A |
211+-------------------------------------------------------------------------------------------------------------+211+-------------------------------------------------------------------------------------------------------------+
@@ -251,6 +251,12 @@
251|:Fix Released: :rn:`5.5.21-25.0` |251|:Fix Released: :rn:`5.5.21-25.0` |
252|:Upstream fix: 5.5.28 |252|:Upstream fix: 5.5.28 |
253+-------------------------------------------------------------------------------------------------------------+253+-------------------------------------------------------------------------------------------------------------+
254|:Upstream bug: :mysqlbug:`71183` - os_file_fsync() should handle fsync() returning EINTR |
255|:Launchpad bug: :bug:`1262651` |
256|:Upstream state: Verified (checked on 2014-02-05) |
257|:Fix Released: :rn:`5.5.20-24.1` |
258|:Upstream fix: N/A |
259+-------------------------------------------------------------------------------------------------------------+
254|:Upstream bug: :mysqlbug:`63451` - atomic/x86-gcc.h:make_atomic_cas_body64 potential miscompilation bug |260|:Upstream bug: :mysqlbug:`63451` - atomic/x86-gcc.h:make_atomic_cas_body64 potential miscompilation bug |
255|:Launchpad bug: :bug:`878022` |261|:Launchpad bug: :bug:`878022` |
256|:Upstream state: Closed |262|:Upstream state: Closed |
@@ -271,13 +277,13 @@
271+-------------------------------------------------------------------------------------------------------------+277+-------------------------------------------------------------------------------------------------------------+
272|:Upstream bug: :mysqlbug:`62516` - Fast index creation does not update index statistics |278|:Upstream bug: :mysqlbug:`62516` - Fast index creation does not update index statistics |
273|:Launchpad bug: :bug:`857590` |279|:Launchpad bug: :bug:`857590` |
274|:Upstream state: Verified (checked on 2013-12-18) |280|:Upstream state: Verified (checked on 2014-02-05) |
275|:Fix Released: :rn:`5.5.16-22.0` |281|:Fix Released: :rn:`5.5.16-22.0` |
276|:Upstream fix: N/A |282|:Upstream fix: N/A |
277+-------------------------------------------------------------------------------------------------------------+283+-------------------------------------------------------------------------------------------------------------+
278|:Upstream bug: :mysqlbug:`25007` - memory tables with dynamic rows format |284|:Upstream bug: :mysqlbug:`25007` - memory tables with dynamic rows format |
279|:Launchpad bug: N/A |285|:Launchpad bug: N/A |
280|:Upstream state: Verified (checked on 2013-12-18) |286|:Upstream state: Verified (checked on 2014-02-05) |
281|:Fix Released: :rn:`5.5.15-21.0` |287|:Fix Released: :rn:`5.5.15-21.0` |
282|:Upstream fix: N/A |288|:Upstream fix: N/A |
283+-------------------------------------------------------------------------------------------------------------+289+-------------------------------------------------------------------------------------------------------------+
@@ -295,7 +301,7 @@
295+-------------------------------------------------------------------------------------------------------------+301+-------------------------------------------------------------------------------------------------------------+
296|:Upstream bug: :mysqlbug:`61595` - mysql-test/include/wait_for_slave_param.inc timeout logic is incorrect |302|:Upstream bug: :mysqlbug:`61595` - mysql-test/include/wait_for_slave_param.inc timeout logic is incorrect |
297|:Launchpad bug: :bug:`800035` |303|:Launchpad bug: :bug:`800035` |
298|:Upstream state: Verified (checked on 2013-12-18) |304|:Upstream state: Verified (checked on 2014-02-05) |
299|:Fix Released: :rn:`5.5.13-20.4` |305|:Fix Released: :rn:`5.5.13-20.4` |
300|:Upstream fix: N/A |306|:Upstream fix: N/A |
301+-------------------------------------------------------------------------------------------------------------+307+-------------------------------------------------------------------------------------------------------------+
@@ -325,7 +331,13 @@
325+-------------------------------------------------------------------------------------------------------------+331+-------------------------------------------------------------------------------------------------------------+
326|:Upstream bug: :mysqlbug:`69146` - Optimization in buf_pool_get_oldest_modification if srv_buf_pool_instances|332|:Upstream bug: :mysqlbug:`69146` - Optimization in buf_pool_get_oldest_modification if srv_buf_pool_instances|
327|:Launchpad bug: :bug:`1176496` |333|:Launchpad bug: :bug:`1176496` |
328|:Upstream state: Open (checked on 2013-12-18) |334|:Upstream state: Open (checked on 2014-02-05) |
335|:Fix Released: :rn:`5.5.8-20.0` |
336|:Upstream fix: N/A |
337+-------------------------------------------------------------------------------------------------------------+
338|:Upstream bug: :mysqlbug:`54814` - make BUF_READ_AHEAD_AREA a constant |
339|:Launchpad bug: :bug:`606811` |
340|:Upstream state: Closed |
329|:Fix Released: :rn:`5.5.8-20.0` |341|:Fix Released: :rn:`5.5.8-20.0` |
330|:Upstream fix: N/A |342|:Upstream fix: N/A |
331+-------------------------------------------------------------------------------------------------------------+343+-------------------------------------------------------------------------------------------------------------+

Subscribers

People subscribed via source and target branches