1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
|
@patch 0010_all_mysql-4.0-my-print-defaults.patch
@ver 4.00.00.00 to 4.00.26.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ /etc => /etc/mysql
@patch 0010_all_default-dir-4.0.27.patch
@ver 4.00.27.00 to 4.00.27.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ /etc => /etc/mysql
@patch 0010_all_default-dir-4.0.28.patch
@ver 4.00.28.00 to 4.00.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ /etc => /etc/mysql
@patch 0010_all_default-dir-4.1.15.patch
@ver 4.01.15.00 to 4.01.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Move config directory to the gentoo default
@patch 0010_all_default-dir-5.0.19.patch
@ver 5.00.19.00 to 5.00.19.99
@ver 5.01.07.00 to 5.01.09.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ upstream http://lists.mysql.com/commits/3885?f=plain
@@ fix MySQL Bug#15069
@@ does not fix gentoo Bug#126054
@patch 0020_all_gentoo-nptl-4.0.18.patch
@ver 4.00.18.00 to 4.00.27.99
@ver 4.01.00.00 to 4.01.11.99
@ver 5.00.00.00 to 5.00.03.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Add support for NPTL
@patch 0030_all_thrssl-4.0.patch
@ver 4.00.00.00 to 4.00.27.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Link libmysqlclient_r against ssl
# attempt to get libmysqlclient_r linked against ssl if USE="ssl" enabled
# i would really prefer to fix this at the Makefile.am level, but can't
# get the software to autoreconf as distributed - too many missing files
@patch 0030_all_thrssl-4.0.28.patch
@ver 4.00.28.00 to 4.00.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Link libmysqlclient_r against ssl
# attempt to get libmysqlclient_r linked against ssl if USE="ssl" enabled
# i would really prefer to fix this at the Makefile.am level, but can't
# get the software to autoreconf as distributed - too many missing files
@patch 0030_all_thrssl-4.1.21.patch
@ver 4.01.21.00 to 4.01.22.99
@ver 5.00.00.00 to 5.00.04.00
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Link libmysqlclient_r against ssl
@patch 0030_all_thrssl-4.1.23.patch
@ver 4.01.23.00 to 4.01.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Link libmysqlclient_r against ssl
@patch 0035_x86_asm-pic-fixes-4.0.27.patch
@ver 4.00.25.00 to 4.00.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ remove page relocations
@@ _many_ thanks to pageexec@freemail.hu
@patch 0035_x86_asm-pic-fixes-4.1.12.patch
@ver 4.01.12.00 to 4.01.99.99
@ver 5.00.12.00 to 5.00.99.99
@ver 5.01.00.00 to 5.01.10.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ remove page relocations
@@ Most part of the original patch has already been accepted by MysQL,
@@ here is the remaining.
@@ _many_ thanks to pageexec@freemail.hu
@patch 0040_all_tcpd-vars-fix-4.0.14.patch
@ver 4.00.14.00 to 4.01.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@patch 0060_all_nisam_maykeylen-4.0.27.patch
@ver 4.00.00.00 to 4.00.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Enlarge max key lenght
@patch 0080_all_slot_script-4.0.patch
@ver 4.00.26.00 to 4.00.99.99
@pn mysql-slotted
@@ add slot MySQL support to scripts utilities
@patch 0080_all_slot_script-4.1.16.patch
@ver 4.01.16.00 to 4.01.22.99
@pn mysql-slotted
@@ add slot MySQL support to scripts utilities
@patch 0080_all_slot_script-4.1.23.patch
@ver 4.01.23.00 to 4.01.99.99
@pn mysql-slotted
@@ add slot MySQL support to scripts utilities
@patch 0080_all_slot_script-5.0.17.patch
@ver 5.01.00.00 to 5.01.08.99
@ver 5.00.17.00 to 5.00.20.99
@pn mysql-slotted
@@ add slot MySQL support to scripts utilities
@patch 0080_all_slot_script-5.0.21.patch
@ver 5.00.21.00 to 5.00.33.99
@pn mysql-slotted
@@ add slot MySQL support to scripts utilities
@patch 0080_all_slot_script-5.0.34.patch
@ver 5.00.34.00 to 5.00.99.99
@pn mysql-slotted
@@ add slot MySQL support to scripts utilities
@patch 0080_all_slot_script-5.1.10.patch
@ver 5.01.09.00 to 5.01.11.99
@pn mysql-slotted
@@ add slot MySQL support to scripts utilities
@patch 0080_all_slot_script-5.1.12.patch
@ver 5.01.12.00 to 5.01.13.99
@pn mysql-slotted
@@ add slot MySQL support to scripts utilities
@patch 0080_all_slot_script-5.1.14.patch
@ver 5.01.14.00 to 5.01.14.99
@pn mysql-slotted
@@ add slot MySQL support to scripts utilities
@patch 0080_all_slot_script-5.1.15.patch
@ver 5.01.15.00 to 5.02.99.99
@pn mysql-slotted
@@ add slot MySQL support to scripts utilities
@patch 0081_all_slot_manager-5.0.19.patch
@ver 5.00.19.00 to 5.00.99.99
@pn mysql-slotted
@@ add slot support for mysqlmanager
@patch 0081_all_slot_manager-5.1.7.patch
@ver 5.01.07.00 to 5.01.08.99
@pn mysql-slotted
@@ add slot support for mysqlmanager
@patch 0081_all_slot_manager-5.1.10.patch
@ver 5.01.09.00 to 5.02.09.99
@pn mysql-slotted
@@ add slot support for mysqlmanager
@patch 0100_all_bug23427-abi-breakage-5.0.26.patch
@ver 5.00.26.00 to 5.00.26.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Fix MySQL bug #23427
@patch 0101_all_bootstrap_no_plugin.patch
@ver 5.01.13.00 to 5.01.21.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ prevent loading of modules from plugin table when in bootstrap mode
@@ Thanks solar, bug #158777
@patch 0105_all_mysql_config_cleanup.patch
@ver 4.01.22.00 to 4.01.99.99
@ver 5.00.26.00 to 5.00.56.00
@ver 5.01.21.99 to 5.01.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ fix bug #156301 mysql_config wrongly retains too much info from CFLAGS
@patch 0105_all_mysql_config_cleanup-5.0.60.patch
@ver 5.00.60.00 to 5.00.99.99
@ver 5.01.00.00 to 5.01.21.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ fix bug #156301 mysql_config wrongly retains too much info from CFLAGS
@patch 0200_all_query-logging-bypass-4.1.19.patch
@ver 4.01.14.00 to 4.01.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Fix bug #128713
@@ dev-db/mysql: Query Logging Bypass Vulnerability (CVE-2006-0903)
@patch 0200_all_query-logging-bypass-5.0.21.patch
@ver 5.00.00.00 to 5.00.23.99
@ver 5.01.00.00 to 5.01.10.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Fix bug #128713
@@ dev-db/mysql: Query Logging Bypass Vulnerability (CVE-2006-0903)
@patch 0202_all_embedded-library-compile-5.0.38.patch
@ver 5.00.38.00 to 5.00.39.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Compile fix for USE=embedded
@patch 0204_all_embedded-library-shared-5.0.76.patch
@ver 5.0.76.00 to 5.00.99.99
@pn mysql
@@ Take libmysqld to be a proper shared library.
@patch 0204_all_embedded-library-shared-5.0.77.patch
@ver 5.0.77.00 to 5.00.99.99
@pn mysql-community
@@ Take libmysqld to be a proper shared library.
@patch 0400_all_mysqld-safe-sh-4.0.27.patch
@ver 4.00.00.00 to 4.00.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Change paths detection in mysqld_safe
@patch 0401_all_install-db-sh-4.0.27.patch
@ver 4.00.00.00 to 4.00.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Change an output comment in mysql_install_db
@patch 0700_all_mysqldump-missing-cfgfile-fix-4.1.21.patch
@ver 4.01.21.00 to 4.01.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Add configuration section for mysqldump
@patch 0701_all_rpl000015-portsobst-fix-4.1.21.patch
@ver 4.01.21.00 to 4.01.22.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ normalize port 3306 in tests
@patch 0701_all_rpl000015-portsobst-fix-4.1.23.patch
@ver 4.01.23.00 to 4.01.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ normalize port 3306 in tests
@patch 0701_all_rpl000015-portsobst-fix-5.0.26.patch
@ver 5.00.26.00 to 5.00.31.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ normalize port 3306 in tests
@patch 0702_all_trigger-rename-fail-as-root-5.0.26.patch
@ver 5.00.26.00 to 5.00.33.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ portage normally ran as root, MySQL tests are designed to be used
@@ with lower priviledges
@patch 0702_all_trigger-rename-fail-as-root-5.0.34.patch
@ver 5.00.34.00 to 5.00.34.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ portage normally ran as root, MySQL tests are designed to be used
@@ with lower priviledges
@patch 0703_all_test-rpl_rotate_logs-5.0.21.patch
@ver 5.00.26.00 to 5.00.99.99
@ver 5.01.00.00 to 5.01.15.99
@ver 5.02.00.00 to 5.02.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@patch 0704_all_disable_mybug_9735_test.patch
@ver 5.00.26.00 to 5.00.99.99
@ver 5.01.00.00 to 5.01.21.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ disable a test that fail on longtext field lenght, the expected value is
@@ three times the returned one, look like a multibyte character related
@@ failure.
@patch 0705_all_we-are-in-2007-now.patch
@ver 5.00.26.00 to 5.00.32.99
@ver 5.01.14.00 to 5.01.14.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ the view.test is year dependant
@patch 0706_all_fix-nullpointer-dos.patch
@ver 5.00.26.00 to 5.00.39.99
@ver 5.01.00.00 to 5.01.15.99
@ver 5.02.00.00 to 5.02.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Fix gentoo bug 171934
@patch 0707_all_fix-nullpointer-dos-testcase.patch
@ver 5.00.26.00 to 5.00.39.99
@ver 5.01.00.00 to 5.01.15.99
@ver 5.02.00.00 to 5.02.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Testcase for fix to gentoo bug 171934 (upstream bug #27513)
@patch 0708_all_mysql_client_test-fix-pointer-aliasing-mysqlbug27383.patch
@ver 5.00.42.00 to 5.00.44.99
@ver 5.01.00.00 to 5.01.15.99
@ver 5.02.00.00 to 5.02.09.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Fix for pointer aliasing that breaks mysql_client_test (upstream bug #27393)
@patch 0709_all_innodb_spatial_crash_mybug_32125_5.0.patch
@ver 5.00.42.00 to 5.00.53.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Fix for InnoDB 'CONTAINS' DoS (gentoo bug #198988, upstream bug #32125)
@patch 0709_all_innodb_spatial_crash_mybug_32125_5.1.patch
@ver 5.01.22.00 to 5.01.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Fix for InnoDB 'CONTAINS' DoS (gentoo bug #198988, upstream bug #32125)
@patch 0710_all_respect_tmpdir_filesort_mybug_30287_5.0.patch
@ver 5.00.44.00 to 5.00.47.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Fix for TMPDIR not being used during filesot (upstream bug #30287)
@patch 0710_all_respect_tmpdir_filesort_mybug_30287_5.1.patch
@ver 5.01.20.00 to 5.01.21.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Fix for TMPDIR not being used during filesot (upstream bug #30287)
@patch 0711_all_mysql_gcc-4.2.patch
@ver 5.00.42.00 to 5.00.50.99
@ver 5.01.21.99 to 5.01.22.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Replace max() and min() macro witch MYSQL_MIN() and MYSQL_MAX()
@patch 0711_all_mysql_gcc-4.2_5.0.54.patch
@ver 5.00.54.00 to 5.00.55.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Replace max() and min() macro witch MYSQL_MIN() and MYSQL_MAX()
# 5.0..56 and newer, as well as 5.0.51a do not need the MYSQL_MIN gcc-4.2 fix
# anymore.
@patch 0712_all_openssl_handshake_mybug_33050.patch
@ver 5.00.50.00 to 5.00.54.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Set the connection type for OpenSSL to not break the handshake (upstream bug 33050)
@patch 0713_all_mysqldump-hang-33057_5.0.52.patch
@ver 5.00.52.00 to 5.00.54.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Avoid hang during mysqldump
@patch 0714_all_no-atomic-configure.patch
@ver 5.00.50.00 to 5.00.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ No atomic garbage in configure.in
@patch 0715_all_mysql_config_libdir.patch
@ver 5.00.50.00 to 5.00.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Do not muck with libdir in mysql_config
@patch 0716_all_flush_priveleges_in_tests.patch
@ver 5.00.50.00 to 5.00.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Flush privileges during some tests to avoid false positives
@patch 0717_all_safe_s390x_stack_size.patch
@ver 5.00.50.00 to 5.00.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ s390x needs a sane stack size
@patch 0719_all_disallow_database_ops_without_super_mybug_27440.patch
@ver 5.00.51.00 to 5.00.55.99
@ver 5.01.21.00 to 5.01.22.99
@pn mysql
@pn mysql-community
@@ Fix for read_only allowing create/drop database without SUPER (upstream bug 27440)
@patch 0720_all_libtool_2_2_4.patch
@ver 4.01.22.00 to 4.01.99.99
@ver 5.00.50.00 to 5.00.99.99
@ver 5.01.21.00 to 5.01.22.99
@pn mysql
@pn mysql-community
@@ automake is more strict with libtool-2.2.4
@@ Gentoo bug 220549
@patch 0721_all_encode_html_entities-5.0.70.patch
@ver 5.00.45.00 to 5.00.99.99
@pn mysql
@pn mysql-community
@@ Fix CVE-2008-4456 XSS in command line client (Gentoo #240407, MySQL #27884)
@patch 0721_all_encode_html_entities_testcase-5.0.72.patch
@ver 5.00.72.00 to 5.00.72.99
@pn mysql
@pn mysql-community
@@ Testcase for CVE-2008-4456
@patch 0721_all_encode_html_entities_testcase-5.0.76.patch
@ver 5.00.76.00 to 5.00.99.99
@pn mysql
@pn mysql-community
@@ Testcase for CVE-2008-4456
@patch 0722_all_need_upgraded_grant_tables_for_grant.patch
@ver 5.00.18.00 to 5.00.99.99
@pn mysql
@pn mysql-community
@@ Do not crash on old grant tables when GRANT is called (Gentoo #229329, MySQL #16470)
@patch 0723_all_avoid_bus_error_5.0.76.patch
@ver 5.00.72.00 to 5.00.99.99
@pn mysql
@pn mysql-community
@@ Prevent SIGBUS on Sparc with NDB
@patch 1001_all_show_patches-percona-5.0.75-b12.patch
@ver 5.00.75.00 to 5.00.76.99
@pn mysql-community
@@ Percona 5.0.75-b12: Patch listing in build data
@patch 1001_all_show_patches-percona-5.0.77-b13.patch
@ver 5.00.77.00 to 5.00.99.99
@pn mysql-community
@@ Percona 5.0.77-b13: Patch listing in build data
@patch 1002_all_microslow_innodb-percona-5.0.75-b12.patch
@ver 5.00.75.00 to 5.00.76.99
@pn mysql-community
@@ Percona 5.0.75-b12: Extended statistics in slow.log
@patch 1002_all_microslow_innodb-percona-5.0.77-b13.patch
@ver 5.00.77.00 to 5.00.99.99
@pn mysql-community
@@ Percona 5.0.77-b13: Extended statistics in slow.log
@patch 1003_all_userstatv2-percona-5.0.75-b12.patch
@ver 5.00.75.00 to 5.00.76.99
@pn mysql-community
@@ Percona 5.0.75-b12: SHOW USER/TABLE/INDEX statistics
@patch 1003_all_userstatv2-percona-5.0.77-b13.patch
@ver 5.00.77.00 to 5.00.99.99
@pn mysql-community
@@ Percona 5.0.77-b13: SHOW USER/TABLE/INDEX statistics
@patch 1004_all_microsec_process-percona-5.0.75-b12.patch
@ver 5.00.75.00 to 5.00.76.99
@pn mysql-community
@@ Percona 5.0.75-b12: Adds INFOMATION_SCHEMA.PROCESSLIST with TIME_MS column
@patch 1004_all_microsec_process-percona-5.0.77-b13.patch
@ver 5.00.77.00 to 5.00.99.99
@pn mysql-community
@@ Percona 5.0.77-b13: Adds INFOMATION_SCHEMA.PROCESSLIST with TIME_MS column
@patch 1005_all_innodb_io_patches-percona-5.0.75-b12.patch
@ver 5.00.75.00 to 5.00.76.99
@pn mysql-community
@@ Percona 5.0.75-b12: Cluster of past InnoDB IO patches
@patch 1005_all_innodb_io_patches-percona-5.0.77-b13.patch
@ver 5.00.77.00 to 5.00.99.99
@pn mysql-community
@@ Percona 5.0.77-b13: Cluster of past InnoDB IO patches
# Disabled, broken.
#@patch 1006_all_mirror_binlog-percona-5.0.75-b12.patch
#@ver 5.00.75.00 to 5.00.76.99
#@pn mysql-community
#@@ Percona 5.0.75-b12: Mirroring binary logs on slave
# Disabled, broken.
#@patch 1006_all_mirror_binlog-percona-5.0.77-b13.patch
#@ver 5.00.77.00 to 5.00.99.99
#@pn mysql-community
#@@ Percona 5.0.77-b13: Mirroring binary logs on slave
@patch 1007_all_mysqld_safe_syslog-percona-5.0.75-b12.patch
@ver 5.00.75.00 to 5.00.76.99
@pn mysql-community
@@ Percona 5.0.75-b12: allows redirect output of error.log to syslog-ng
@patch 1007_all_mysqld_safe_syslog-percona-5.0.77-b13.patch
@ver 5.00.77.00 to 5.00.99.99
@pn mysql-community
@@ Percona 5.0.77-b13: allows redirect output of error.log to syslog-ng
@patch 1008_all_innodb_locks_held-percona-5.0.75-b12.patch
@ver 5.00.75.00 to 5.00.76.99
@pn mysql-community
@@ Percona 5.0.75-b12: Add locks held, remove locked records in SHOW INNODB STATUS
@patch 1008_all_innodb_locks_held-percona-5.0.77-b13.patch
@ver 5.00.77.00 to 5.00.99.99
@pn mysql-community
@@ Percona 5.0.77-b13: Add locks held, remove locked records in SHOW INNODB STATUS
@patch 1009_all_innodb_show_bp-percona-5.0.75-b12.patch
@ver 5.00.75.00 to 5.00.76.99
@pn mysql-community
@@ Percona 5.0.75-b12: show innodb buffer pool content
@patch 1009_all_innodb_show_bp-percona-5.0.77-b13.patch
@ver 5.00.77.00 to 5.00.99.99
@pn mysql-community
@@ Percona 5.0.77-b13: show innodb buffer pool content
@patch 1010_all_innodb_show_hashed_memory-percona-5.0.75-b12.patch
@ver 5.00.75.00 to 5.00.76.99
@pn mysql-community
@@ Percona 5.0.75-b12: Adds additional information of InnoDB internal hash table memories in SHOW INNODB STATUS
@patch 1010_all_innodb_show_hashed_memory-percona-5.0.77-b13.patch
@ver 5.00.77.00 to 5.00.99.99
@pn mysql-community
@@ Percona 5.0.77-b13: Adds additional information of InnoDB internal hash table memories in SHOW INNODB STATUS
@patch 1011_all_innodb_check_fragmentation-percona-5.0.75-b12.patch
@ver 5.00.75.00 to 5.00.76.99
@pn mysql-community
@@ Percona 5.0.75-b12: Session status to check fragmentation of the last InnoDB scan
@patch 1011_all_innodb_check_fragmentation-percona-5.0.77-b13.patch
@ver 5.00.77.00 to 5.00.99.99
@pn mysql-community
@@ Percona 5.0.77-b13: Session status to check fragmentation of the last InnoDB scan
@patch 1012_all_innodb_io_pattern-percona-5.0.75-b12.patch
@ver 5.00.75.00 to 5.00.76.99
@pn mysql-community
@@ Percona 5.0.75-b12: Information schema table of InnoDB IO counts for each datafile pages
@patch 1012_all_innodb_io_pattern-percona-5.0.77-b13.patch
@ver 5.00.77.00 to 5.00.99.99
@pn mysql-community
@@ Percona 5.0.77-b13: Information schema table of InnoDB IO counts for each datafile pages
@patch 1013_all_innodb_fsync_source-percona-5.0.75-b12.patch
@ver 5.00.75.00 to 5.00.76.99
@pn mysql-community
@@ Percona 5.0.75-b12: Information of fsync callers in InnoDB
@patch 1013_all_innodb_fsync_source-percona-5.0.77-b13.patch
@ver 5.00.77.00 to 5.00.99.99
@pn mysql-community
@@ Percona 5.0.77-b13: Information of fsync callers in InnoDB
@patch 1014_all_innodb_dict_size_limit-percona-5.0.77-b13.patch
@ver 5.00.77.00 to 5.00.99.99
@pn mysql-community
@@ Percona 5.0.77-b13: Variable innodb_dict_size_limit in bytes
@patch 1100_all_split_buf_pool_mutex_fixed_optimistic_safe-percona-5.0.75-b12.patch
@ver 5.00.75.00 to 5.00.76.99
@pn mysql-community
@@ Percona 5.0.75-b12: InnoDB patch to fix buffer pool scalability
@patch 1100_all_split_buf_pool_mutex_fixed_optimistic_safe-percona-5.0.77-b13.patch
@ver 5.00.77.00 to 5.00.99.99
@pn mysql-community
@@ Percona 5.0.77-b13: InnoDB patch to fix buffer pool scalability
@patch 1101_all_innodb_rw_lock-percona-5.0.75-b12.patch
@ver 5.00.75.00 to 5.00.76.99
@pn mysql-community
@@ Percona 5.0.75-b12: Fix of InnoDB rw_locks
@patch 1101_all_innodb_rw_lock-percona-5.0.77-b13.patch
@ver 5.00.77.00 to 5.00.99.99
@pn mysql-community
@@ Percona 5.0.77-b13: Fix of InnoDB rw_locks
|