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

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Laurynas Biveinis
Approved revision: no longer in the source branch.
Merged at revision: 540
Proposed branch: lp:~hrvojem/percona-server/bug1202719-5.6
Merge into: lp:percona-server/5.6
Diff against target: 421 lines (+81/-61)
6 files modified
doc/source/index.rst (+1/-2)
doc/source/installation.rst (+3/-3)
doc/source/installation/yum_repo.rst (+21/-17)
doc/source/performance/innodb_opt_lru_count.rst (+0/-7)
doc/source/reliability/show_slave_status_nolock.rst (+2/-2)
doc/source/upstream-bug-fixes.rst (+54/-30)
To merge this branch: bzr merge lp:~hrvojem/percona-server/bug1202719-5.6
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+204965@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

Missing bug 1271858 fix?

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-12-19 13:40:34 +0000
3+++ doc/source/index.rst 2014-02-05 15:43:08 +0000
4@@ -70,7 +70,7 @@
5 performance/atomic_fio
6 performance/query_cache_enhance
7 performance/innodb_numa_support
8- performance/innodb_opt_lru_count
9+ performance/buff_read_ahead_area
10 performance/threadpool
11 performance/page_cleaner_tuning
12 performance/xtradb_performance_improvements_for_io-bound_highly-concurrent_workloads
13@@ -86,7 +86,6 @@
14 flexibility/improved_memory_engine
15 flexibility/max_binlog_files
16 flexibility/mysqldump_ignore_create_error
17- flexibility/buff_read_ahead_area
18 flexibility/extended_select_into_outfile
19 flexibility/per_query_variable_statement
20 flexibility/extended_mysqlbinlog
21
22=== modified file 'doc/source/installation.rst'
23--- doc/source/installation.rst 2014-01-14 04:14:10 +0000
24+++ doc/source/installation.rst 2014-02-05 15:43:08 +0000
25@@ -69,7 +69,7 @@
26 Otherwise, the dependencies won't be met and the installation will fail.
27
28 What's in each RPM?
29-~~~~~~~~~~~~~~~~~~~
30+-------------------
31
32 Each of the |Percona Server| RPM packages have a particular purpose.
33
34@@ -116,7 +116,7 @@
35 installation will be finished by :command:`apt`.
36
37 What's in each DEB package?
38-~~~~~~~~~~~~~~~~~~~~~~~~~~~
39+---------------------------
40
41 The ``percona-server-server`` package contains the database server
42 itself, the ``mysqld`` binary and associated files.
43@@ -149,7 +149,7 @@
44
45 Next, follow the instructions in :ref:`compile_from_source` below.
46
47-.. _source-from-bzr
48+.. _source-from-bzr:
49
50 =========================================================
51 Installing |Percona Server| from the Bazaar Source Tree
52
53=== modified file 'doc/source/installation/yum_repo.rst'
54--- doc/source/installation/yum_repo.rst 2013-05-06 15:43:51 +0000
55+++ doc/source/installation/yum_repo.rst 2014-02-05 15:43:08 +0000
56@@ -13,7 +13,7 @@
57
58 Execute the following command as a ``root`` user, replacing ``x86_64`` with ``i386`` if you are not running a 64-bit operating system: ::
59
60- $ rpm -Uhv http://www.percona.com/downloads/percona-release/percona-release-0.0-1.x86_64.rpm
61+ $ yum install http://www.percona.com/downloads/percona-release/percona-release-0.0-1.x86_64.rpm
62
63 You should see some output such as the following: ::
64
65@@ -46,19 +46,20 @@
66
67 You should see output similar to the following: ::
68
69- percona-release.x86_64 0.0-1 installed
70- ...
71- Percona-Server-client-51.x86_64 5.1.47-rel11.1.51.rhel5 percona
72- Percona-Server-devel-51.x86_64 5.1.47-rel11.1.51.rhel5 percona
73- Percona-Server-server-51.x86_64 5.1.47-rel11.1.51.rhel5 percona
74- Percona-Server-shared-51.x86_64 5.1.47-rel11.1.51.rhel5 percona
75- Percona-Server-test-51.x86_64 5.1.47-rel11.1.51.rhel5 percona
76- ...
77- xtrabackup.x86_64 1.2-22.rhel5 percona
78+ percona-release.x86_64 0.0-1 @/percona-release-0.0-1.x86_64
79+ ...
80+ Percona-Server-client-56.x86_64 5.6.15-rel63.0.519.rhel6 percona
81+ Percona-Server-devel-56.x86_64 5.6.15-rel63.0.519.rhel6 percona
82+ Percona-Server-server-56.x86_64 5.6.15-rel63.0.519.rhel6 percona
83+ Percona-Server-shared-56.x86_64 5.6.15-rel63.0.519.rhel6 percona
84+ Percona-Server-test-56.x86_64 5.6.15-rel63.0.519.rhel6 percona
85+ ...
86+ percona-xtrabackup.x86_64 2.1.7-721.rhel6 percona
87+
88
89 Supported Platforms
90 ===================
91-
92+
93 * ``x86_64``
94 * ``i386``
95
96@@ -73,9 +74,12 @@
97
98 * *Amazon Linux AMI* (works the same as *CentOS* 5)
99
100-Release Candidate Repository
101-============================
102-
103-To subscribe to the release candidate repository, install the release candidate (RC) *RPM*: ::
104-
105- rpm -Uhv http://www.percona.com/downloads/percona-release/percona-rc-0.0-2.x86_64.rpm
106+Percona `yum` Experimental repository
107+=====================================
108+
109+Percona offers fresh beta builds from the experimental repository. To subscribe to the experimental repository, install the experimental *RPM*: ::
110+
111+ yum install http://repo.percona.com/testing/centos/6/os/noarch/percona-testing-0.0-1.noarch.rpm
112+
113+.. note::
114+ This repository works for both RHEL/CentOS 5 and RHEL/CentOS 6
115
116=== renamed file 'doc/source/flexibility/buff_read_ahead_area.rst' => 'doc/source/performance/buff_read_ahead_area.rst'
117=== removed file 'doc/source/performance/innodb_opt_lru_count.rst'
118--- doc/source/performance/innodb_opt_lru_count.rst 2013-12-20 03:08:47 +0000
119+++ doc/source/performance/innodb_opt_lru_count.rst 1970-01-01 00:00:00 +0000
120@@ -1,7 +0,0 @@
121-.. _innodb_opt_lru_count:
122-
123-======================================
124- Reduced Buffer Pool Mutex Contention
125-======================================
126-
127-We removed ``buffer_pool`` mutex operations on counting blocks on LRU list where it is safe to delete. As drawback we may have some inaccurate information of LRU list, but it does not affect storage engine operations. As result we have decreased contention on ``buffer_pool`` mutex.
128
129=== modified file 'doc/source/reliability/show_slave_status_nolock.rst'
130--- doc/source/reliability/show_slave_status_nolock.rst 2013-06-03 10:01:08 +0000
131+++ doc/source/reliability/show_slave_status_nolock.rst 2014-02-05 15:43:08 +0000
132@@ -8,9 +8,9 @@
133
134 If a ``STOP SLAVE`` command is given in this situation, it will wait and not complete execution until the long-executing thread has completed its task. If another thread now executes a ``SHOW SLAVE STATUS`` command while the STOP SLAVE command is waiting to complete, the ``SHOW SLAVE STATUS`` command will not be able to execute while the ``STOP SLAVE`` command is waiting.
135
136-This features modifies the ``SLOW SLAVE STATUS`` syntax to allow: ::
137+This features modifies the ``SHOW SLAVE STATUS`` syntax to allow: ::
138
139- SLOW SLAVE STATUS NOLOCK
140+ SHOW SLAVE STATUS NOLOCK
141
142 This will display the slave's status as if there were no lock, allowing the user to detect and understand the situation that is occurring.
143
144
145=== modified file 'doc/source/upstream-bug-fixes.rst'
146--- doc/source/upstream-bug-fixes.rst 2013-12-19 13:40:34 +0000
147+++ doc/source/upstream-bug-fixes.rst 2014-02-05 15:43:08 +0000
148@@ -5,6 +5,12 @@
149 =============================================================
150
151 +-------------------------------------------------------------------------------------------------------------+
152+|:Upstream bug: :mysqlbug:`71217` - Threadpool - add thd_wait_begin/thd_wait_end to the network IO functions |
153+|:Launchpad bug: :bug:`1159743` |
154+|:Upstream state: Open (checked on 2014-02-05) |
155+|:Fix Released: :rn:`5.6.15-63.0` |
156+|:Upstream fix: N/A |
157++-------------------------------------------------------------------------------------------------------------+
158 |:Upstream bug: :mysqlbug:`41975` - Support for SSL options not included in mysqlbinlog |
159 |:Launchpad bug: :bug:`1258154` |
160 |:Upstream state: Closed |
161@@ -13,8 +19,14 @@
162 +-------------------------------------------------------------------------------------------------------------+
163 |:Upstream bug: :mysqlbug:`71092` - InnoDB FTS introduced new mutex sync level in 5.6.15, broke UNIV_SYNC ... |
164 |:Launchpad bug: :bug:`1258154` |
165-|:Upstream state: Verified (checked on 2013-12-19) |
166+|:Upstream state: Closed |
167 |:Fix Released: :rn:`5.6.15-63.0` |
168+|:Upstream fix: 5.6.12 |
169++-------------------------------------------------------------------------------------------------------------+
170+|:Upstream bug: :mysqlbug:`71411` - buf_flush_LRU() does not return correct number in case of compressed pages|
171+|:Launchpad bug: :bug:`1231918` |
172+|:Upstream state: Verified (checked on 2014-02-05) |
173+|:Fix Released: :rn:`5.6.13-61.0` |
174 |:Upstream fix: N/A |
175 +-------------------------------------------------------------------------------------------------------------+
176 |:Upstream bug: :mysqlbug:`70417` - rw_lock_x_lock_func_nowait() calls os_thread_get_curr_id() mostly ... |
177@@ -25,19 +37,19 @@
178 +-------------------------------------------------------------------------------------------------------------+
179 |:Upstream bug: :mysqlbug:`70490` - Suppression is too strict on some systems |
180 |:Launchpad bug: :bug:`1205196` |
181-|:Upstream state: No Feedback (checked on 2013-12-19) |
182+|:Upstream state: No Feedback (checked on 2014-02-05) |
183 |:Fix Released: :rn:`5.6.13-61.0` |
184 |:Upstream fix: N/A |
185 +-------------------------------------------------------------------------------------------------------------+
186 |:Upstream bug: :mysqlbug:`64556` - Interrupting a query inside InnoDB causes an unrelated warning to be ... |
187 |:Launchpad bug: :bug:`1115158` |
188-|:Upstream state: Verified (checked on 2013-12-19) |
189+|:Upstream state: Closed |
190 |:Fix Released: :rn:`5.6.13-61.0` |
191-|:Upstream fix: N/A |
192+|:Upstream fix: 5.6.14 |
193 +-------------------------------------------------------------------------------------------------------------+
194 |:Upstream bug: :mysqlbug:`70500` - Page cleaner should perform LRU flushing regardless of server activity |
195 |:Launchpad bug: :bug:`1234562` |
196-|:Upstream state: Open (checked on 2013-12-19) |
197+|:Upstream state: Open (checked on 2014-02-05) |
198 |:Fix Released: :rn:`5.6.13-61.0` |
199 |:Upstream fix: N/A |
200 +-------------------------------------------------------------------------------------------------------------+
201@@ -55,31 +67,31 @@
202 +-------------------------------------------------------------------------------------------------------------+
203 |:Upstream bug: :mysqlbug:`68481` - InnoDB LRU flushing for MySQL 5.6 needs work |
204 |:Launchpad bug: :bug:`1232406` |
205-|:Upstream state: Verified (checked on 2013-12-19) |
206+|:Upstream state: Verified (checked on 2014-02-05) |
207 |:Fix Released: :rn:`5.6.13-61.0` |
208 |:Upstream fix: N/A |
209 +-------------------------------------------------------------------------------------------------------------+
210 |:Upstream bug: :mysqlbug:`70453` - Add hard timeouts to page cleaner flushes |
211 |:Launchpad bug: :bug:`1232101` |
212-|:Upstream state: Verified (checked on 2013-12-19) |
213+|:Upstream state: Verified (checked on 2014-02-05) |
214 |:Fix Released: :rn:`5.6.13-61.0` |
215 |:Upstream fix: N/A |
216 +-------------------------------------------------------------------------------------------------------------+
217 |:Upstream bug: :mysqlbug:`69170` - buf_flush_LRU is lazy |
218 |:Launchpad bug: :bug:`1231918` |
219-|:Upstream state: Verified (checked on 2013-12-19) |
220+|:Upstream state: Verified (checked on 2014-02-05) |
221 |:Fix Released: :rn:`5.6.13-61.0` |
222 |:Upstream fix: N/A |
223 +-------------------------------------------------------------------------------------------------------------+
224 |:Upstream bug: :mysqlbug:`68555` - thread convoys from log_checkpoint_margin with innodb_buffer_pool_inst... |
225 |:Launchpad bug: :bug:`1236884` |
226-|:Upstream state: Verified (checked on 2013-12-19) |
227+|:Upstream state: Verified (checked on 2014-02-05) |
228 |:Fix Released: :rn:`5.6.13-61.0` |
229 |:Upstream fix: N/A |
230 +-------------------------------------------------------------------------------------------------------------+
231 |:Upstream bug: :mysqlbug:`70228` - Is buf_LRU_free_page() really supposed to make non-zip block sticky at ...|
232 |:Launchpad bug: :bug:`1220544` |
233-|:Upstream state: Verified (checked on 2013-12-19) |
234+|:Upstream state: Verified (checked on 2014-02-05) |
235 |:Fix Released: :rn:`5.6.13-60.6` |
236 |:Upstream fix: N/A |
237 +-------------------------------------------------------------------------------------------------------------+
238@@ -97,16 +109,22 @@
239 +-------------------------------------------------------------------------------------------------------------+
240 |:Upstream bug: :mysqlbug:`70216` - Unnecessary overhead from persistent adaptive hash index latches |
241 |:Launchpad bug: :bug:`1218347` |
242-|:Upstream state: Verified (checked on 2013-12-19) |
243+|:Upstream state: Verified (checked on 2014-02-05) |
244 |:Fix Released: :rn:`5.6.13-60.6` |
245 |:Upstream fix: N/A |
246 +-------------------------------------------------------------------------------------------------------------+
247 |:Upstream bug: :mysqlbug:`62018` - innodb adaptive hash index mutex contention |
248 |:Launchpad bug: :bug:`1216804` |
249-|:Upstream state: Verified (checked on 2013-12-19) |
250+|:Upstream state: Verified (checked on 2014-02-05) |
251 |:Fix Released: :rn:`5.6.13-60.6` |
252 |:Upstream fix: N/A |
253 +-------------------------------------------------------------------------------------------------------------+
254+|:Upstream bug: :mysqlbug:`54814` - make BUF_READ_AHEAD_AREA a constant |
255+|:Launchpad bug: :bug:`1186974` |
256+|:Upstream state: Closed |
257+|:Fix Released: :rn:`5.6.13-60.5` |
258+|:Upstream fix: N/A |
259++-------------------------------------------------------------------------------------------------------------+
260 |:Upstream bug: :mysqlbug:`69179` - accessing information_schema.partitions causes plans to change |
261 |:Launchpad bug: :bug:`1192354` |
262 |:Upstream state: Closed |
263@@ -115,13 +133,13 @@
264 +-------------------------------------------------------------------------------------------------------------+
265 |:Upstream bug: :mysqlbug:`42415` - UPDATE/DELETE with LIMIT clause unsafe for SBL even with ORDER BY PK ... |
266 |:Launchpad bug: :bug:`1132194` |
267-|:Upstream state: Verified (checked on 2013-12-19) |
268+|:Upstream state: Verified (checked on 2014-02-05) |
269 |:Fix Released: :rn:`5.6.13-60.5` |
270 |:Upstream fix: N/A |
271 +-------------------------------------------------------------------------------------------------------------+
272 |:Upstream bug: :mysqlbug:`69639` - mysql failed to build with dtrace Sun D 1.11 |
273 |:Launchpad bug: :bug:`1196460` |
274-|:Upstream state: Open (checked on 2013-12-19) |
275+|:Upstream state: Open (checked on 2014-02-05) |
276 |:Fix Released: :rn:`5.6.13-60.5` |
277 |:Upstream fix: N/A |
278 +-------------------------------------------------------------------------------------------------------------+
279@@ -139,10 +157,16 @@
280 +-------------------------------------------------------------------------------------------------------------+
281 |:Upstream bug: :mysqlbug:`69856` - mysql_install_db does not function properly in 5.6 for debug builds |
282 |:Launchpad bug: :bug:`1179359` |
283-|:Upstream state: Verified (checked on 2013-12-19) |
284+|:Upstream state: Verified (checked on 2014-02-05) |
285 |:Fix Released: :rn:`5.6.12-60.4` |
286 |:Upstream fix: N/A |
287 +-------------------------------------------------------------------------------------------------------------+
288+|:Upstream bug: :mysqlbug:`71183` - os_file_fsync() should handle fsync() returning EINTR |
289+|:Launchpad bug: :bug:`1262651` |
290+|:Upstream state: Verified (checked on 2014-02-05) |
291+|:Fix Released: :rn:`5.6.11-60.3` |
292+|:Upstream fix: N/A |
293++-------------------------------------------------------------------------------------------------------------+
294 |:Upstream bug: :mysqlbug:`63451` - atomic/x86-gcc.h:make_atomic_cas_body64 potential miscompilation bug |
295 |:Launchpad bug: :bug:`878022` |
296 |:Upstream state: Closed |
297@@ -157,7 +181,7 @@
298 +-------------------------------------------------------------------------------------------------------------+
299 |:Upstream bug: :mysqlbug:`69252` - All the parts.partition_max* tests are broken with MTR --parallel |
300 |:Launchpad bug: :bug:`1180481` |
301-|:Upstream state: Verified (checked on 2013-12-19) |
302+|:Upstream state: Verified (checked on 2014-02-05) |
303 |:Fix Released: :rn:`5.6.11-60.3` |
304 |:Upstream fix: N/A |
305 +-------------------------------------------------------------------------------------------------------------+
306@@ -169,7 +193,7 @@
307 +-------------------------------------------------------------------------------------------------------------+
308 |:Upstream bug: :mysqlbug:`68714` - Remove literal statement digest values from perfschema tests |
309 |:Launchpad bug: :bug:`1157078` |
310-|:Upstream state: Verified (checked on 2013-12-19) |
311+|:Upstream state: Verified (checked on 2014-02-05) |
312 |:Fix Released: :rn:`5.6.11-60.3` |
313 |:Upstream fix: N/A |
314 +-------------------------------------------------------------------------------------------------------------+
315@@ -193,13 +217,13 @@
316 +-------------------------------------------------------------------------------------------------------------+
317 |:Upstream bug: :mysqlbug:`68970` - fsp_reserve_free_extents switches from small to big tblspace handling ... |
318 |:Launchpad bug: :bug:`1169494` |
319-|:Upstream state: Verified (checked on 2013-12-19) |
320+|:Upstream state: Verified (checked on 2014-02-05) |
321 |:Fix Released: :rn:`5.6.11-60.3` |
322 |:Upstream fix: N/A |
323 +-------------------------------------------------------------------------------------------------------------+
324 |:Upstream bug: :mysqlbug:`68713` - create_duplicate_weedout_tmp_table() leaves key_part_flag uninitialized |
325 |:Launchpad bug: :bug:`1157037` |
326-|:Upstream state: Verified (checked on 2013-12-19) |
327+|:Upstream state: Verified (checked on 2014-02-05) |
328 |:Fix Released: :rn:`5.6.11-60.3` |
329 |:Upstream fix: N/A |
330 +-------------------------------------------------------------------------------------------------------------+
331@@ -211,13 +235,13 @@
332 +-------------------------------------------------------------------------------------------------------------+
333 |:Upstream bug: :mysqlbug:`68999` - SSL_OP_NO_COMPRESSION not defined |
334 |:Launchpad bug: :bug:`1183610` |
335-|:Upstream state: No Feedback (checked on 2013-12-19) |
336+|:Upstream state: No Feedback (checked on 2014-02-05) |
337 |:Fix Released: :rn:`5.6.11-60.3` |
338 |:Upstream fix: N/A |
339 +-------------------------------------------------------------------------------------------------------------+
340 |:Upstream bug: :mysqlbug:`68845` - Unnecessary log_sys->mutex reacquisition in mtr_log_reserve_and_write() |
341 |:Launchpad bug: :bug:`1163439` |
342-|:Upstream state: Verified (checked on 2013-12-19) |
343+|:Upstream state: Verified (checked on 2014-02-05) |
344 |:Fix Released: :rn:`5.6.11-60.3` |
345 |:Upstream fix: N/A |
346 +-------------------------------------------------------------------------------------------------------------+
347@@ -247,7 +271,7 @@
348 +-------------------------------------------------------------------------------------------------------------+
349 |:Upstream bug: :mysqlbug:`68476` - Suboptimal code in my_strnxfrm_simple() |
350 |:Launchpad bug: :bug:`1132350` |
351-|:Upstream state: Verified (checked on 2013-12-19) |
352+|:Upstream state: Verified (checked on 2014-02-05) |
353 |:Fix Released: :rn:`5.6.11-60.3` |
354 |:Upstream fix: N/A |
355 +-------------------------------------------------------------------------------------------------------------+
356@@ -301,13 +325,13 @@
357 +-------------------------------------------------------------------------------------------------------------+
358 |:Upstream bug: :mysqlbug:`61180` - korr/store macros in my_global.h assume the argument to be a char pointer |
359 |:Launchpad bug: :bug:`1042517` |
360-|:Upstream state: Verified (checked on 2013-12-19) |
361+|:Upstream state: Verified (checked on 2014-02-05) |
362 |:Fix Released: :rn:`5.6.11-60.3` |
363 |:Upstream fix: N/A |
364 +-------------------------------------------------------------------------------------------------------------+
365 |:Upstream bug: :mysqlbug:`61178` - Incorrect implementation of intersect(ulonglong) in non-optimized Bitmap..|
366 |:Launchpad bug: :bug:`1042517` |
367-|:Upstream state: Verified (checked on 2013-12-19) |
368+|:Upstream state: Verified (checked on 2014-02-05) |
369 |:Fix Released: :rn:`5.6.11-60.3` |
370 |:Upstream fix: N/A |
371 +-------------------------------------------------------------------------------------------------------------+
372@@ -319,7 +343,7 @@
373 +-------------------------------------------------------------------------------------------------------------+
374 |:Upstream bug: :mysqlbug:`64800` - mysqldump with --include-master-host-port putting quotes around port no. |
375 |:Launchpad bug: :bug:`1013432` |
376-|:Upstream state: Verified (checked on 2013-12-19) |
377+|:Upstream state: Verified (checked on 2014-02-05) |
378 |:Fix Released: :rn:`5.6.11-60.3` |
379 |:Upstream fix: N/A |
380 +-------------------------------------------------------------------------------------------------------------+
381@@ -349,13 +373,13 @@
382 +-------------------------------------------------------------------------------------------------------------+
383 |:Upstream bug: :mysqlbug:`25007` - memory tables with dynamic rows format |
384 |:Launchpad bug: N/A |
385-|:Upstream state: Verified (checked on 2013-12-19) |
386+|:Upstream state: Verified (checked on 2014-02-05) |
387 |:Fix Released: :rn:`5.6.11-60.3` |
388 |:Upstream fix: N/A |
389 +-------------------------------------------------------------------------------------------------------------+
390 |:Upstream bug: :mysqlbug:`61595` - mysql-test/include/wait_for_slave_param.inc timeout logic is incorrect |
391 |:Launchpad bug: :bug:`800035` |
392-|:Upstream state: Verified (checked on 2013-12-19) |
393+|:Upstream state: Verified (checked on 2014-02-05) |
394 |:Fix Released: :rn:`5.6.11-60.3` |
395 |:Upstream fix: N/A |
396 +-------------------------------------------------------------------------------------------------------------+
397@@ -367,7 +391,7 @@
398 +-------------------------------------------------------------------------------------------------------------+
399 |:Upstream bug: :mysqlbug:`68116` - InnoDB monitor may hit an assertion error in buf_page_get_gen in debug ...|
400 |:Launchpad bug: :bug:`1100178` |
401-|:Upstream state: Analyzing (checked on 2013-12-19) |
402+|:Upstream state: Verified (checked on 2014-02-05) |
403 |:Fix Released: :rn:`5.6.10-60.2` |
404 |:Upstream fix: N/A |
405 +-------------------------------------------------------------------------------------------------------------+
406@@ -379,13 +403,13 @@
407 +-------------------------------------------------------------------------------------------------------------+
408 |:Upstream bug: :mysqlbug:`20001` - Support for temp-tables in INFORMATION_SCHEMA |
409 |:Launchpad bug: N/A |
410-|:Upstream state: Verified (checked on 2013-12-19) |
411+|:Upstream state: Verified (checked on 2014-02-05) |
412 |:Fix Released: :rn:`5.6.5-60.0` |
413 |:Upstream fix: N/A |
414 +-------------------------------------------------------------------------------------------------------------+
415 |:Upstream bug: :mysqlbug:`69146` - Optimization in buf_pool_get_oldest_modification if srv_buf_pool_instances|
416 |:Launchpad bug: :bug:`1176496` |
417-|:Upstream state: Open (checked on 2013-12-19) |
418+|:Upstream state: Open (checked on 2014-02-05) |
419 |:Fix Released: :rn:`5.6.5-60.0` |
420 |:Upstream fix: N/A |
421 +-------------------------------------------------------------------------------------------------------------+

Subscribers

People subscribed via source and target branches