forked from Percona-QA/percona-qa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
known_bugs.strings
833 lines (817 loc) · 110 KB
/
known_bugs.strings
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
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
## i-s-temp-tables bugs: see http://bugs.launchpad.net/percona-server/+bugs?field.tag=i-s-temp-tables
## SET DEBUG... cases: likely non-important, ref http://bugs.launchpad.net/percona-server/+bug/1372675 and IRC/email 23-09-2014
## Do not use single # in this file, only ## !
## in this file, a dot . can be used to substitute any char that may cause later egrep troubles: |, !, &, single ( or ),
## You can also use other regex syntax here too, just like in egrep
## ZN17Opt_trace_context5startEbbbbllmy: set @@session.optimizer_trace="enabled=on";set debug="d,no_new_opt_trace_stmt";SELECT *;
## ds_control: SET GLOBAL DEBUG='+d,before_dump_thread_acquires_current_mutex,processlist_acquiring_dump_threads_LOCK_thd_data'; SET GLOBAL EVENT_SCHEDULER=off;
## Eventually, when a lot of bugs are cleared, strings for bugs like http://bugs.mysql.com/bug.php?id=74481 should be removed. Reason is that whilst for the
## moment it makes more sense to filter all occurences of this (often non-bug caused by set global innodb_fil_make_page_dirty_debug etc.), if this bug is
## left in this list indefinitely (in all it's forms) then eventually some real corruption cases may be incorrectly filtered!
## =========== ERRORs Info ===========
## [ERROR] Incorrect definition of table mysql.event ## Usally benign; usually caused by SQL: ALTER TABLE mysql.event MODIFY
## [ERROR] Invalid (old?) table or database name 'x' ## One x='-1' case caused by CREATE DATABASE `#mysql50#-1` | MS 75909 | There may be other issues
## [ERROR] InnoDB: Cannot delete tablespace x because it is not found in the tablespace memory cache. ## Warning also | MS 75910 | Double DISCARD TABLESPACE
## [ERROR] Got error 155 when reading table ## Read from table after ALTER TABLE x DISCARD TABLESPACE | MS 75911
## [ERROR] InnoDB: The table {tablename} doesn't have a corresponding tablespace, it was discarded. ## Normal error (ALTER TABLE ... DISCARD TABLESPACE;)
## =========== MS/PS 8.0
#strlen.db_name ## Fixed ## http://bugs.mysql.com/bug.php?id=83114
maybe_null ## http://bugs.mysql.com/bug.php?id=83115
#MDL_checker..is_read_locked.m_thd, .object ## Fixed ## http://bugs.mysql.com/bug.php?id=83117
rc == TYPE_OK ## http://bugs.mysql.com/bug.php?id=86282
sym_node->table .= NULL ## htts://bugs.mysql.com/bug.php?id=86293
thd->mdl_context.owns_equal_or_stronger_lock. MDL_key..TABLESPACE, .., tablespace_name, MDL_INTENTION_EXCLUSIVE ## http://bugs.mysql.com/bug.php?id=86297
## =========== Column compression
#ZNK5Field37has_associated_compression_dictionaryEv ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1621684
#row0merge.cc line 526 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1630485
#ha_innodb.cc line 4167 ## http://bugs.launchpad.net/percona-server/+bug/1629257 (old line nr)
#ha_innodb.cc line 4203 ## http://bugs.launchpad.net/percona-server/+bug/1629257 (old line nr)
#ha_innodb.cc line 4170 ## http://bugs.launchpad.net/percona-server/+bug/1629257 (old line nr)
ha_innodb.cc line 4218 ## http://bugs.launchpad.net/percona-server/+bug/1629257 (PS 5.6.35)
ha_innodb.cc line 4206 ## http://bugs.launchpad.net/percona-server/+bug/1666101 (similar to 1668508)
ha_innodb.cc line 4170 ## http://bugs.launchpad.net/percona-server/+bug/1668508 (similar to 1666101)
ha_innodb.cc line 4529 ## SET DEBUG='+d,ib_create_table_fail_too_many_trx'; CREATE COMPRESSION_DICTIONARY d0('a'); Asked Yura email 5.7
ha_innodb.cc line 4182 ## SET DEBUG='+d,ib_create_table_fail_too_many_trx'; CREATE COMPRESSION_DICTIONARY d0('a'); Asked Yura email 5.6
row0log.ic line 40 ## http://bugs.launchpad.net/percona-server/+bug/1630500
zip_dict_name.str == 0 .. column_format ## http://bugs.launchpad.net/percona-server/+bug/1633957
## =========== fb-mysql ===========
#TEMP_DISABLE#v->cfd_->internal_comparator ## http://github.com/facebook/mysql-5.6/issues/131
#TEMP_DISABLE#Z18table_stats_deletePKc ## http://github.com/facebook/mysql-5.6/issues/132
#TEMP_DISABLE#ZN7rocksdb10TableCache9FindTableERKNS_10EnvOptionsERKNS_21InternalKeyComparatorERKNS_14FileDescriptorEPPNS_5Cache6HandleEbbPNS_13HistogramImplE ## http://github.com/facebook/mysql-5.6/issues/133
#TEMP_DISABLE#block_restart_interval_ >= 1 ## http://github.com/facebook/mysql-5.6/issues/134
#TEMP_DISABLE#ZNK8Item_ref11used_tablesEv ## http://github.com/facebook/mysql-5.6/issues/139
#TEMP_DISABLE#ZN9__gnu_cxx13new_allocatorImE8allocateEmPKv ## http://github.com/facebook/mysql-5.6/issues/140
#TEMP_DISABLE#Z19fill_table_stats_cbPKcS0_bP17my_io_perf_structS2_S2_S2_S2_P17page_stats_structP17comp_stats_structiiS0_ ## http://github.com/facebook/mysql-5.6/issues/141
#TEMP_DISABLE#Z12mysql_deleteP3THDP10TABLE_LISTP4ItemP10SQL_I_ListI8st_orderEyy ## http://github.com/facebook/mysql-5.6/issues/142
#TEMP_DISABLE#ZNKSt6vectorISsSaISsEE14_M_range_checkEm ## http://github.com/facebook/mysql-5.6/issues/218
#TEMP_DISABLE#ha_innodb.cc line 11527 ## http://github.com/facebook/mysql-5.6/issues/170
#TEMP_DISABLE#ha_innodb.cc line 11540 ## http://github.com/facebook/mysql-5.6/issues/170
#TEMP_DISABLE#ut0mem.cc line 105 ## http://github.com/facebook/mysql-5.6/issues/171
#TEMP_DISABLE#rate_ bytes_per_sec > 0 ## http://github.com/facebook/mysql-5.6/issues/172
#TEMP_DISABLE#ZNKSt6vectorIbSaIbEE12_M_check_lenEmPKc ## http://github.com/facebook/mysql-5.6/issues/173
#TEMP_DISABLE#ZN7rocksdb10ThreadPool11PthreadCallEPKci ## http://github.com/facebook/mysql-5.6/issues/175
#TEMP_DISABLE#ZN15RDBSE_TABLE_DEF8put_dictEP12Dict_managerPN7rocksdb10WriteBatchEPhm ## http://github.com/facebook/mysql-5.6/issues/176
#TEMP_DISABLE#BaseValid ## http://github.com/facebook/mysql-5.6/issues/185
#TEMP_DISABLE#ZN7rocksdb28NewReadaheadRandomAccessFileEOSt10unique_ptrINS_16RandomAccessFileESt14default_deleteIS1_EEm ## http://github.com/facebook/mysql-5.6/issues/202
#TEMP_DISABLE#os0sync.cc line 490 ## http://github.com/facebook/mysql-5.6/issues/190
#TEMP_DISABLE#trx->has_snapshot ## http://github.com/facebook/mysql-5.6/issues/211
#TEMP_DISABLE#Z10key_unpackP6StringP5TABLEP6st_key ## http://github.com/facebook/mysql-5.6/issues/213
#TEMP_DISABLE#ZN10Field_long3cmpEPKhS1_ ## http://github.com/facebook/mysql-5.6/issues/214
#TEMP_DISABLE#ZN7myrocks15RDBSE_TABLE_DEF8put_dictEPNS_12Dict_managerEPN7rocksdb10WriteBatchEPhm ## http://github.com/facebook/mysql-5.6/issues/219 (also seen as an empty text string sig11)
#TEMP_DISABLE#ZN7rocksdb28NewReadaheadRandomAccessFileEOSt10unique_ptrINS_16RandomAccessFileESt14default_deleteIS1_EEm ## http://github.com/facebook/mysql-5.6/issues/220
#TEMP_DISABLE#Z17build_equal_itemsP3THDP4ItemP10COND_EQUALbP4ListI10TABLE_LISTEPS4_ ## Another --query-alloc-block-size=-[small or large negative value], ignore for the moment
#TEMP_DISABLE#options.use_os_buffer ## http://github.com/facebook/mysql-5.6/issues/221
#prebuilt->trx->error_key_num < ha_alter_info->key_count ## NEEDS BUG NUMBER - MAY NOT BE FIXED YET - REMARKED FTM SO WE CAN GET BUG NR
## =========== Early 5.7 Prepatory Work ===========
ut0ut.cc line 98[0-9] ## Still present ## http://bugs.mysql.com/bug.php?id=74481 and MS 74855 and LP 1385030 (likely non-bug)
ut0ut.cc line 9[0-2][0-9] ## Still present ## Idem to 74481: set global innodb_saved_page_number_debug=100; set global innodb_fil_make_page_dirty_debug=0;
buf0buf.cc line 2852 ## Still present ## Idem to 74481: set global innodb_saved_page_number_debug=100; set global innodb_fil_make_page_dirty_debug=0;
fil0fil.cc line 6933 ## Still present ## Idem to 74481: SET @@GLOBAL.innodb_fil_make_page_dirty_debug=22;
fil0fil.cc line 5133 ## Still present ## Idem to 74481
buf0buf.cc line 2678 ## Not logged: SET GLOBAL innodb_fil_make_page_dirty_debug=38098908;
#buf0flu.cc line 2807 ## http://bugs.mysql.com/bug.php?id=85585 (not verified yet, so this line is remarked ftm)
#sync0debug.cc line 299 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1414257 (# after next bzr pull)
#buf0lru.cc line 2245 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1415357 (# after next bzr pull)
#ha_innodb.cc line 15747 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1415357 (2nd addition - ref comment #6) (# after next bzr pull)
#row0quiesce.cc line 692 ## Fixed ## http://bugs.mysql.com/?id=75398 (dup of http://bugs.mysql.com/bug.php?id=74346) (# after MS 5.7.6 merged)
#.first_qep_tab..table ## Fixed ## http://bugs.mysql.com/bug.php?id=75688
inited == INDEX ## http://bugs.mysql.com/bug.php?id=75690
#btr0bulk.cc line 948 ## Fixed ## http://bugs.mysql.com/bug.php?id=75692 (Apparent dup of MS #74422) (# after MS 5.7.6 merged)
#select_lex->having_cond ## Fixed ## http://bugs.mysql.com/bug.php?id=75693 (# after MS 5.7.6 merged)
#ha_innodb.cc line 17780 ## Fixed ## http://bugs.mysql.com/bug.php?id=75736 PS
#ha_innodb.cc line 17770 ## Fixed ## http://bugs.mysql.com/bug.php?id=75736 MS
#ha_innodb.cc line 17770 ## FIxed ## http://bugs.mysql.com/bug.php?id=75736 MS
btr0cur.cc line 830 ## http://bugs.mysql.com/bug.php?id=86051
btr0cur.c line 871 ## http://bugs.mysql.com/bug.php?id=84753 (2nd testcase, MS 5.5.52)
btr0cur.c line 959 ## http://bugs.mysql.com/bug.php?id=84753 (2nd testcase, PS 5.5.54)
trx0trx.cc line 1257 ## http://bugs.mysql.com/bug.php?id=84753 (1st testcase, MS 5.7.16)
trx0trx.cc line 1292 ## http://bugs.mysql.com/bug.php?id=84753 (1st testcase, PS 5.7.16)
#btr0cur.cc line 2208 ## Fixed ## http://bugs.mysql.com/bug.php?id=74747 MS (# after MS 5.7.6 merged)
#btr0cur.cc line 2204 ## Fixed ## http://bugs.mysql.com/bug.php?id=74747 PS (# after MS 5.7.6 merged)
#trx0trx.cc line 1270 ## Fixed ## http://bugs.mysql.com/bug.php?id=75782 (# after MS 5.7.8 merged)
#btr0btr.ic line 126 ## Fixed ## http://bugs.mysql.com/bug.php?id=75784 (Apparent dup of MS #74577) (# after MS 5.7.6 merged)
btr0cur.cc line 1240 ## http://bugs.mysql.com/bug.php?id=74747 (Apparently does not exist in 5.7.6)
fil0fil.cc line 6973 ## http://bugs.mysql.com/bug.php?id=82386
fsp0fsp.cc line 2025 ## http://bugs.mysql.com/bug.php?id=74876 (MS 5.7.15-m15) (InnoDB: Failing assertion: inode)
fsp0fsp.cc line 2023 ## http://bugs.mysql.com/bug.php?id=74343 (testcase from bug #74876 triggers this assertion also)
#btr0cur.cc line 1239 ## Fixed ## http://bugs.mysql.com/bug.php?id=75913 MS
#btr0cur.cc line 1244 ## Fixed ## http://bugs.mysql.com/bug.php?id=75913 PS
ZN16QEP_shared_owner4keysEv ## http://bugs.mysql.com/bug.php?id=75938
Z14fill_variablesP3THDP10TABLE_LISTP4Item ## http://bugs.mysql.com/bug.php?id=75940
#Z18create_ref_for_keyP4JOINP8JOIN_TABP7Key_usey ## Fixed ## http://bugs.mysql.com/bug.php?id=75944 (Marked dup of 74559) (# after MS 5.7.7 merged)
#t1->result_range ## Fixed ## http://bugs.mysql.com/bug.php?id=75946 (# after MS 5.7.7 merged)
t1->result_range ## http://bugs.mysql.com/bug.php?id=83737 (but seen again in 5.6.34, on only 1 specific statement, tested many times)
#old_value >= 1 ## Fixed ## http://bugs.mysql.com/bug.php?id=76406 (# after MS 5.7.8 merged)
#Z18replace_user_tableP3THDP5TABLEP11st_lex_usermbbb ## Fixed ## http://bugs.mysql.com/bug.php?id=75947 (# after MS 5.7.6 merged)
# ZN28Item_func_latlongfromgeohash14decode_geohashEP6StringddddPdS2_ ## Fixed ## Fixed in 5.7.6-m16 (no bug report logged, seen afterwards)
#ZN6String7replaceEmmPKcm ## Fixed ## http://bugs.mysql.com/bug.php?id=75958 (# after MS 5.7.6 merged)
#ha_innodb.cc line 15747 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1423314 ## Fixed in 5.7.10.2rc2
#buf0lru.cc line 2245 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1423314 (bug 1415357 not fully fixed yet) ## Fixed in 5.7.10.2rc2
m_db.length == copy->m_db.length ## http://bugs.mysql.com/bug.php?id=74604 (5.7 version thereof)
m_index_scan_type .= partition_index_last ## http://bugs.mysql.com/bug.php?id=85537
#trx0trx.h line 1410 ## Fixed ## http://bugs.mysql.com/bug.php?id=76415
#thd->variables.gtid_next.type == ANONYMOUS_GROUP ## Fixed ## http://bugs.mysql.com/bug.php?id=76416 (# after MS 5.7.8 merged)
thd->ha_data.ht_arg->slot..ha_ptr_backup == __null .. .thd->is_binlog_applier ## http://bugs.mysql.com/bug.php?id=86250
db_return_ ## http://bugs.mysql.com/bug.php?id=76417
i == uint2korr.part_rec_buf_ptr ## http://bugs.mysql.com/bug.php?id=76418
#row0mysql.cc line 2405 ## Fixed ## http://bugs.mysql.com/bug.php?id=76419 (# after MS 5.7.8 merged)
#row0mysql.cc line 2418 ## Fixed ## http://bugs.mysql.com/bug.php?id=76419 (# after MS 5.7.8 merged)
#row0mysql.cc line 3339 ## Fixed ## http://bugs.mysql.com/bug.php?id=75945
ZN13MYSQL_BIN_LOG12find_log_posEP11st_log_infoPKcb ## http://bugs.mysql.com/bug.php?id=76420
#thd->mdl_context.owns_equal_or_stronger_lock. MDL_key..TABLESPACE, .., create_info->tablespace, MDL_INTENTION_EXCLUSIVE ## Fixed in 5.7.8 http://bugs.mysql.com/bug.php?id=76424
#dict0priv.ic line 44 ## Fixed ## http://bugs.mysql.com/bug.php?id=76430
ha_innodb.cc line 9833 ## http://bugs.mysql.com/bug.php?id=76431
#ZN14Rpl_info_tableC2EjPKcS1_ ## Fixed ## http://bugs.mysql.com/bug.php?id=76432
#gtid_next->type .= AUTOMATIC_GROUP .. thd->owned_gtid.is_empty ## Fixed ## http://bugs.mysql.com/bug.php?id=76434
pos->field .= __null .. pos->item .= __null ## http://bugs.mysql.com/bug.php?id=76435
#ZN13st_select_lex13merge_derivedEP3THDP10TABLE_LIST ## Fixed ## http://bugs.mysql.com/bug.php?id=76436
#btr0cur.cc line 2573 ## Fixed ## http://bugs.mysql.com/bug.php?id=76437
.enum_set_typelib .. get_real_type.item ## http://bugs.mysql.com/bug.php?id=76438
#buf0buf.cc line 1106 ## Fixed ## http://bugs.mysql.com/bug.php?id=76439
#handler0alter.cc line 6647 ## Fixed ## http://bugs.mysql.com/bug.php?id=76445
handler0alter.cc line 5869 ## http://bugs.mysql.com/bug.php?id=83799 PS
handler0alter.cc line 5817 ## http://bugs.mysql.com/bug.php?id=83799 MS
#explain_other .. unit->is_optimized ## Fixed ## http://bugs.mysql.com/bug.php?id=76446
## =========== MS 5.7.7 RC ===========
Z15ha_commit_transP3THDbb ## http://bugs.mysql.com/bug.php?id=77520
#trx0trx.cc line 1290 ## Fixed ## http://bugs.mysql.com/bug.php?id=77521 (# after MS 5.7.9 merged)
Z27fill_schema_user_privilegesP3THDP10TABLE_LISTP4Item ## http://bugs.mysql.com/bug.php?id=77522
Z29fill_schema_schema_privilegesP3THDP10TABLE_LISTP4Item ## http://bugs.mysql.com/bug.php?id=77522
Z16acl_authenticateP3THDm ## http://bugs.mysql.com/bug.php?id=77522
Z11acl_getrootP16Security_contextPcS1_S1_PKc ## http://bugs.mysql.com/bug.php?id=77522
Z28acl_check_proxy_grant_accessP3THDPKcS2_b ## http://bugs.mysql.com/bug.php?id=77523
Z7acl_getPKcS0_S0_S0_c ## http://bugs.mysql.com/bug.php?id=77523
ZN14Rpl_info_tableC1EjPKcS1_ ## http://bugs.mysql.com/bug.php?id=77524
#Z16name_hash_searchP7st_hashPKcS2_S2_S2_S2_bb ## Fixed ## http://bugs.mysql.com/bug.php?id=77525 (# after MS 5.7.9 merged)
dict0mem.cc line 110 ## http://bugs.mysql.com/bug.php?id=77526
Z15acl_update_userPKcS0_8SSL_typeS0_S0_S0_P14user_resourcesmRK25st_mysql_const_lex_stringS6_13st_mysql_time12st_lex_alter ## http://bugs.mysql.com/bug.php?id=77527
## 5.7.8 RC2 Test
Z18get_interval_valueP4Item13interval_typeP6StringP8Interval ## http://bugs.mysql.com/bug.php?id=75943 and http://bugs.mysql.com/bug.php?id=78187
#Z17test_quick_selectP3THD6BitmapILj64EEyybN8st_order10enum_orderEPK16QEP_shared_ownerP4ItemPS2_PP14QUICK_SELECT_I ## Fixed ## http://bugs.mysql.com/bug.php?id=78188
#fts0fts.cc line 3160 ## Fixed ## http://bugs.mysql.com/bug.php?id=78235 (# after MS 5.7.9 merged)
ha_innodb.cc line 1220 ## http://bugs.mysql.com/bug.php?id=78236
Z14get_quick_keysP5PARAMP18QUICK_RANGE_SELECTP11st_key_partP7SEL_ARGPhjS7_j ## http://bugs.mysql.com/bug.php?id=78237
#ZN10Field_blob8val_realEv ## Fixed ## http://bugs.mysql.com/bug.php?id=78250
Z7row_updP10upd_node_tP9que_thr_t ## http://bugs.mysql.com/bug.php?id=78251
#ZN16Partition_helper19ph_read_range_firstEPK12st_key_rangeS2_bb ## Fixed ## http://bugs.mysql.com/bug.php?id=78260 (# after MS 5.7.10 merged)
ZN7SEL_ARG9store_minEjPPhj ## http://bugs.mysql.com/bug.php?id=78238
#mp->count > 0 .. my_thread_equal.my_thread_self ## Fixed ## http://bugs.mysql.com/bug.php?id=78337 (unclear what version it was fixed in)
#buf0buf.cc line 3388 ## Fixed ## http://bugs.mysql.com/bug.php?id=78494 (# after MS 5.7.10 merged)
#static_cast<Sql_cmd_xa_commit.>.thd->lex->m_sql_cmd ## Fixed ## http://bugs.mysql.com/bug.php?id=78695
#row0upd.cc line 1786 ## Fixed ## http://bugs.mysql.com/bug.php?id=75837
#row0upd.cc line 1759 ## Fixed ## http://bugs.mysql.com/bug.php?id=76528 (likely dup of 75837)
#row0upd.cc line 2171 ## Fixed ## http://bugs.mysql.com/bug.php?id=78698 (successor of 75837 & 76528 in 5.7.8)
#dict0load.cc line 2561 ## Fixed ## http://bugs.mysql.com/bug.php?id=78701
#ZN3THD21send_statement_statusEv ## Fixed ## http://bugs.mysql.com/bug.php?id=78701
#dict0stats.cc line 3049 ## Fixed ## http://bugs.mysql.com/bug.php?id=78714
#ha_innopart.cc line 3526 ## Fixed ## http://bugs.mysql.com/bug.php?id=78728
#ha_innodb.cc line 1803 ## Fixed ## http://bugs.mysql.com/bug.php?id=78732 (only fixed in 5.7.10. Still exists in 5.5, listed elsewhere)
## =========== MS 5.7 GA ===========
.xid->is_null ## http://bugs.mysql.com/bug.php?id=80694
row0quiesce.cc line 724 ## Still present in 5.6 ## http://bugs.mysql.com/bug.php?id=80669 (Fixed in 5.7.13)
ut0ut.cc line 921 ## http://bugs.mysql.com/bug.php?id=80695 PS
ut0ut.cc line 936 ## http://bugs.mysql.com/bug.php?id=80668
pfs_file .= __null ## http://bugs.mysql.com/bug.php?id=79016
Z8filesortP3THDP8FilesortbPyS3_S3_ ## http://bugs.mysql.com/bug.php?id=79016
ZN9Item_func4walkEM4ItemFbPhENS0_9enum_walkES1_ ## http://bugs.mysql.com/bug.php?id=79018
Z22get_filename_hash_pinsP10PFS_thread ## http://bugs.mysql.com/bug.php?id=79042
refkey_rows_estimate >= 1.0 ## http://bugs.mysql.com/bug.php?id=80782
thd->owned_gtid.is_empty ## http://bugs.mysql.com/bug.php?id=80663
thd->owned_gtid.sidno == THD..OWNED_SIDNO_ANONYMOUS ## http://bugs.mysql.com/bug.php?id=80665
thd->variables.gtid_next.type == AUTOMATIC_GROUP ## http://bugs.mysql.com/bug.php?id=80670
## =========== MS 5.7 Group Replication ===========
con->fd >= 0 ## http://bugs.mysql.com/bug.php?id=82584
## =========== PS 5.7 Beta & GA ===========
buf0lru.cc line 2259 ## http://bugs.launchpad.net/percona-server/+bug/1553166
#ZN8Item_row7val_strEP6String ## Fixed ## alpha # http://bugs.launchpad.net/percona-server/+bug/1506697 (Ref MS 78330 and MS 57552) (# after MS 5.7.8 merge)
#btr0cur.cc line 830 ## Fixed ## beta # http://bugs.launchpad.net/percona-server/+bug/1517757 ## Fixed in PS 5.7.10-2rc2
row0ins.cc line 282 ## http://bugs.launchpad.net/percona-server/+bug/1553883
rem0rec.cc line 886 ## MS5.7 # http://bugs.mysql.com/bug.php?id=80681
rem0rec.cc line 872 ## MS5.7 # http://bugs.mysql.com/bug.php?id=79794
trx0trx.cc line 1297 ## beta # http://bugs.mysql.com/bug.php?id=79349
trx0trx.cc line 1262 ## MS5.7 # http://bugs.mysql.com/bug.php?id=79349 (same bug as trx0trx.cc line 1297 on PS)
#thd->get_transaction ## Fixed ## beta # http://bugs.launchpad.net/percona-server/+bug/1518183 (dup of 1488055 below) ## Fixed in PS 5.7.10-rc1
#sync0policy.ic line 63 ## MS5.7 # http://bugs.mysql.com/bug.php?id=79391 (MS version of PS #1519201) (remarked to not miss anything in PS)
#buf0buf.ic line 230 ## beta # http://bugs.launchpad.net/percona-server/+bug/1519201 (PS version of MS #79391) ## Fixed in PS 5.7.10-rc1
#ha_innodb.cc line 18605 ## beta # http://bugs.launchpad.net/percona-server/+bug/1519204 (duplicate of 1368552) ## Fixed in PS 5.7.10-rc2
ZN12ha_myisammrg15detach_childrenEv ## MS5.7 # http://bugs.mysql.com/bug.php?id=79392
#trx0sys.cc line 1265 ## Fixed ## MS5.7 # http://bugs.mysql.com/bug.php?id=79416 (same line for PS&MS)
#ha_innodb.cc line 2653 ## Fixed ## beta # http://bugs.mysql.com/bug.php?id=79416 (secondary bug, same testcase as MS #79416, on PS)
#ha_innodb.cc line 2444 ## Fixed ## MS5.7 # http://bugs.mysql.com/bug.php?id=79416 (secondary bug, same testcase as MS #79416, on MS)
ZN13st_select_lex19make_active_optionsEyy ## MS5.7 # http://bugs.mysql.com/bug.php?id=79417
# m_prot_lock .= __null .. thd->mdl_context.owns_equal_or_stronger_lock.m_namespace, .., .., MDL_INTENTION_EXCLUSIVE ## beta # http://bugs.launchpad.net/percona-server/+bug/1520401 # No longer present? Ref bug report
thd->mdl_context.owns_equal_or_stronger_lock. MDL_key..TABLESPACE, .., create_info->tablespace, MDL_INTENTION_EXCLUSIVE ## MS5.7 # http://bugs.mysql.com/bug.php?id=79820
#.old_mh->m_key == key ## beta # http://bugs.launchpad.net/percona-server/+bug/1534874 ## Fixed in PS 5.7.10-2rc2
#..HA_ATTACHABLE_TRX_COMPATIBLE is not set. ## beta # http://bugs.launchpad.net/percona-server/+bug/1520403 (duplicate of 1488055) ## Fixed in PS 5.7.10-rc1
#log0log.cc line 1104 ??
#fsp0fsp.cc line 766 ## RC1 # http://bugs.launchpad.net/percona-server/+bug/1529555 ## Fixed in PS 5.7.10-2rc2
get_state ## MS5.7 # http://bugs.mysql.com/bug.php?id=80168
#ZN12Item_func_sp8val_jsonEP12Json_wrapper ## Fixed ## MS5.7 # http://bugs.mysql.com/bug.php?id=79801 (Fixed in 5.8 only, ref 86249)
ZN12Item_func_sp8val_jsonEP12Json_wrapper ## MS5.7 # http://bugs.mysql.com/bug.php?id=86249
ha_innodb.cc line 8210 ## MS5.7 # http://bugs.mysql.com/bug.php?id=79821 (debug)
ha_innodb.cc line 8621 ## ^ # http://bugs.mysql.com/bug.php?id=79821 (PS 5.7, debug)
Z18row_search_no_mvccPh15page_cur_mode_tP14row_prebuilt_tmm ## ^ # http://bugs.mysql.com/bug.php?id=79821 (PS 5.7, opt)
#strlen.m_ptr ## Fixed ## MS5.7 # http://bugs.mysql.com/bug.php?id=79905
ZN17sys_var_pluginvar14session_updateEP3THDP7set_var ## RC1 # http://bugs.launchpad.net/percona-server/+bug/1532635
length == 0 .. json_binary..parse_binary.ptr, length ## RC1 # http://bugs.launchpad.net/percona-server/+bug/1536469
trx->undo_no == 0 ## MS5.7 # http://bugs.mysql.com/bug.php?id=80062
type...! ## MS5.7 # http://bugs.mysql.com/bug.php?id=80094
#Z18mysql_audit_notifyP3THDjjz ## Fixed ## PS5.6 # http://bugs.launchpad.net/percona-server/+bug/1538019
#Z18mysql_audit_notifyP3THD30mysql_event_general_subclass_tiPKcm ## Fixed ## PS5.7 # http://bugs.launchpad.net/percona-server/+bug/1538019
#Z18mysql_audit_notifyP3THD30mysql_event_general_subclass_tiPKcm ## Fixed ## PS5.7 # http://bugs.launchpad.net/percona-server/+bug/1544398 (Valgrind builds only)
#ZN17sys_var_pluginvar13global_updateEP3THDP7set_var ## Fixed ## MS5.7 # http://bugs.mysql.com/bug.php?id=80152
Z15error_log_print8loglevelPKcP13__va_list_tag ## MS5.7 # http://bugs.mysql.com/bug.php?id=80153
#ZN6UniqueD1Ev ## Fixed ## MS5.7 # http://bugs.mysql.com/bug.php?id=80134 (Fixed in 5.5.50, 5.6.31, 5.7.13, 5.8.0 )
#log0log.cc line 1251 ## Fixed ## PS5.7 # http://bugs.launchpad.net/percona-server/+bug/1597143
#log0log.cc line 1256 ## Fixed ## PS5.7 # http://bugs.launchpad.net/percona-server/+bug/1597143
log0log.cc line 562 ## PS5.7 # http://bugs.launchpad.net/percona-server/+bug/1660760
log0log.cc line 556 ## ^ .18 # http://bugs.launchpad.net/percona-server/+bug/1660760
Handlerton. share->file == NULL ## PS5.7 # http://tokutek.atlassian.net/browse/FT-725
ZN6tokudb6memory4freeEPv ## PS5.7 $ http://tokutek.atlassian.net/browse/FT-727
## =========== PS 5.7 TokuDB bugs ==========
#Handlerton. error == 0 ## http://tokutek.atlassian.net/browse/DB-927 # Fixed 5.7 RC2
#Handlerton. kc_info->cp_info.keynr. == NULL ## http://tokutek.atlassian.net/browse/DB-917 # Fixed 5.7 RC2
Handlerton. 0 ## http://tokutek.atlassian.net/browse/DB-1028
Handlerton: ctx->alter_txn == trx->stmt ## http://tokutek.atlassian.net/browse/DB-936
Handlerton. next_key_part < _rec_per_keys ## http://tokutek.atlassian.net/browse/DB-944
Handlerton. db .= NULL ## http://tokutek.atlassian.net/browse/DB-945
mh->m_magic == 1234 ## http://tokutek.atlassian.net/browse/DB-920
#used_keyparts <= key->user_defined_key_parts ## http://tokutek.atlassian.net/browse/DB-926 # Fixed 5.7 RC2
ZN9ha_tokudb16fill_row_mutatorEPhPjjP5TABLEP19st_key_and_col_infojb ## http://tokutek.atlassian.net/browse/DB-921
Z26toku_xids_can_create_childP6XIDS_S ## http://tokutek.atlassian.net/browse/DB-940
Z17mysql_lock_tablesP3THDPP5TABLEmj ## http://tokutek.atlassian.net/browse/DB-941
join == __null ## http://tokutek.atlassian.net/browse/DB-985
part_id < m_tot_part s ## http://tokutek.atlassian.net/browse/DB-983
## =========== Special ===========
ha_innodb.cc line 3469 ##DONOTREMOVE## http://bugs.launchpad.net/percona-server/+bug/1584556 (srv_log_block_size >= 512)
ha_innodb.cc line 2797 ##DONOTREMOVE## http://bugs.launchpad.net/percona-server/+bug/1584556 (srv_log_block_size >= 512) PS 5.5.53
ha_innodb.cc line 3512 ##DONOTREMOVE## http://bugs.launchpad.net/percona-server/+bug/1584556 (srv_log_block_size >= 512) PS 5.6.35
ha_innodb.cc line 3521 ##DONOTREMOVE## http://bugs.launchpad.net/percona-server/+bug/1584556 (srv_log_block_size >= 512) PS 5.6.36
ha_innodb.cc line 3495 ##DONOTREMOVE## ^IDEM (PS 5.6.32-78.0)
ha_innodb.cc line 19339 ##DONOTREMOVE## Sig6 due to [ERROR] InnoDB: InnoDB: Unable to allocate memory of size 1125899906843256.
ha_innodb.cc line 19411 ##DONOTREMOVE## ^IDEM (PS 5.6.33)
ha_innodb.cc line 19384 ##DONOTREMOVE## ^IDEM (PS 5.6.35)
InnoDB. log block checksum mismatch. expected ##DONOTREMOVE## http://bugs.launchpad.net/percona-server/+bug/1318453 (documented)
ut0ut.cc line 932 ##DONOTREMOVE## InnoDB: Failing assertion: !m_fatal InnoDB: Cannot allocate 2251799813701656 bytes of memory
btr0cur.c line 3918 ##DONOTREMOVE## SET SESSION debug="+d,ib_corrupt_page_while_stats_calc" (PS 5.5.53)
handler0alter.cc line 5083 ##DONOTREMOVE## ref 'InnoDB: Assertion failure in file handler0alter.cc line 4966' email thread
handler0alter.cc line 4966 ##DONOTREMOVE## ^ same as line 5083 above. SET SESSION debug="+d,fil_rename_tablespace_failure_1";
rem0rec.c line 738 ##DONOTREMOVE## --innodb-fake-changes=1 will crash PS 5.5 (ref http://bugs.launchpad.net/bugs/1629220)
fil0fil.cc line 3499 ##DONOTREMOVE## SET SESSION debug="+d,dict_tf_to_fsp_flags_failure" > Failing assertion: fsp_flags_is_valid(flags) in PS 5.7.16
fil0fil.cc line 3524 ##DONOTREMOVE## ^ same as above, for MS 5.7.16 (also logged as http://bugs.mysql.com/bug.php?id=84593 Also see #73926, #74873)
ha_innodb.cc line 1128 ##DONOTREMOVE## ## http://bugs.mysql.com/bug.php?id=78732 (fixed in 5.7.10+ but still present in 5.5 and likely 5.6) 1128=MS5.5
ha_innodb.cc line 1401 ##DONOTREMOVE## ## http://bugs.mysql.com/bug.php?id=78732 (fixed in 5.7.10+ but still present in 5.5 and likely 5.6) 1401=PS5.5
ha_innodb.cc line 1725 ##DONOTREMOVE## ## http://bugs.mysql.com/bug.php?id=84825 (MS 5.6, alike to 78732)
ha_innodb.cc line 2085 ##DONOTREMOVE## ## http://bugs.mysql.com/bug.php?id=84825 (PS 5.6, alike to 78732)
ha_innodb.cc line 2110 ##DONOTREMOVE## ## http://bugs.mysql.com/bug.php?id=84825 (PS 5.6.36, alike to 78732)
ha_innodb.cc line 2102 ##DONOTREMOVE## ## http://bugs.mysql.com/bug.php?id=84825 (PS 5.6, alike to 78732)
## =========== Line number based ===========
## Idea; if certain bugs start showing up again because line numbers have changed, one can [0-9] regex (or '.' any char) the last number. Not perfect, but...
#btr0btr.cc line 1081 ## Fixed ## http://bugs.mysql.com/bug.php?id=74605 MS (old LP #1384561)
#btr0btr.cc line 1101 ## Fixed ## http://bugs.mysql.com/bug.php?id=74605 PS (old LP #1384561)
btr0btr.cc line 1334 ## http://bugs.mysql.com/bug.php?id=84067, MS
btr0btr.cc line 1373 ## http://bugs.mysql.com/bug.php?id=84067, PS
#btr0btr.ic line 125 ## Fixed ## http://bugs.mysql.com/bug.php?id=74577
#btr0btr.ic line 141 ## Fixed ## http://bugs.mysql.com/bug.php?id=74577
#btr0btr.ic line 143 ## Fixed ## http://bugs.mysql.com/bug.php?id=74577 (old LP #1369520)
#btr0btr.ic line 144 ## Fixed ## http://bugs.mysql.com/bug.php?id=74577 (Fixed in 5.7.6)
#btr0btr.ic line 169 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1192898
btr0cur.cc line 768 ## http://bugs.mysql.com/bug.php?id=74747
btr0cur.c line 763 ## http://bugs.launchpad.net/percona-server/+bug/1604218
fil0fil.c line 5462 ## http://bugs.launchpad.net/percona-server/+bug/1604218
btr0cur.cc line 769 ## http://bugs.launchpad.net/percona-server/+bug/1382764
btr0cur.c line 758 ## http://bugs.launchpad.net/percona-server/+bug/1382764/comments/9 PS 5.5 (.c)
#btr0cur.cc line 854 ## Fixed ## http://bugs.mysql.com/bug.php?id=75718 PS
#btr0cur.cc line 858 ## Fixed ## http://bugs.mysql.com/bug.php?id=75718 PS
btr0cur.cc line 899 ## http://bugs.mysql.com/bug.php?id=74682 MS
btr0cur.cc line 899 ## http://bugs.mysql.com/bug.php?id=74747 MS
btr0cur.cc line 981 ## http://bugs.mysql.com/bug.php?id=74747 PS (old LP #1384596)
btr0cur.cc line 983 ## http://bugs.mysql.com/bug.php?id=74682 PS (with oldPS)
btr0cur.c line 991 ## http://bugs.mysql.com/bug.php?id=81452 MS 5.5.49
btr0cur.c line 1089 ## http://bugs.mysql.com/bug.php?id=81452 PS 5.5.49
btr0cur.cc line 1132 ## http://bugs.mysql.com/bug.php?id=74682 PS
btr0cur.cc line 2208 ## http://bugs.launchpad.net/percona-server/+bug/1385028 (Dup of MS #74682/MS #74663)
#btr0cur.cc line 2730 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1226534
btr0sea.cc line 1161 ## http://bugs.mysql.com/bug.php?id=76472 MS
btr0sea.cc line 1210 ## http://bugs.mysql.com/bug.php?id=76472 PS
btr0sea.cc line 1782 ## http://bugs.mysql.com/bug.php?id=77108
btr0sea.ic line 111 ## http://bugs.launchpad.net/percona-server/+bug/1469041
buf0buf.ic line 743 ## http://bugs.launchpad.net/percona-server/5.5/+bug/1674285
buf0buf.cc line 2536 ## Still present in 5.6 ## http://bugs.mysql.com/bug.php?id=74481 MS ( Fixed in 5.7.7, 5.8.0)
buf0buf.cc line 2631 ## Still present in 5.6 ## http://bugs.mysql.com/bug.php?id=74481 MS ( Fixed in 5.7.7, 5.8.0)
buf0buf.cc line 2630 ## Still present in 5.6 ## http://bugs.mysql.com/bug.php?id=74481 PS (with oldPS) ( Fixed in 5.7.7, 5.8.0)
buf0buf.cc line 2633 ## Still present in 5.6 ## http://bugs.mysql.com/bug.php?id=74481 PS ( Fixed in 5.7.7, 5.8.0)
buf0buf.cc line 2641 ## http://bugs.mysql.com/bug.php?id=74001 MS
buf0buf.cc line 2641 ## http://bugs.mysql.com/bug.php?id=74855 (PS #1392617) (also see above)
buf0buf.cc line 2738 ## http://bugs.mysql.com/bug.php?id=74001 PS
buf0buf.cc line 2741 ## Still present in 5.6 ## http://bugs.mysql.com/bug.php?id=74481 MS ( Fixed in 5.7.7, 5.8.0)
buf0buf.cc line 2743 ## http://bugs.launchpad.net/percona-server/+bug/1392617 (with oldPS)
buf0buf.cc line 2749 ## http://bugs.launchpad.net/percona-server/+bug/1392617
buf0buf.cc line 2969 ## http://bugs.mysql.com/bug.php?id=74729 MS
buf0buf.cc line 3060 ## http://bugs.launchpad.net/percona-server/+bug/1647530
buf0buf.cc line 3078 ## http://bugs.mysql.com/bug.php?id=74729 PS (with oldPS)
buf0buf.cc line 3087 ## http://bugs.mysql.com/bug.php?id=74729 PS (with oldPS)
buf0buf.cc line 2742 ## http://bugs.mysql.com/bug.php?id=83794 PS
buf0buf.cc line 2635 ## http://bugs.mysql.com/bug.php?id=83794 MS
buf0buf.cc line 3085 ## http://bugs.mysql.com/bug.php?id=74729 PS
buf0buf.cc line 3093 ## http://bugs.mysql.com/bug.php?id=74729 PS
#buf0buf.cc line 3824 ## Fixed ## http://bugs.mysql.com/bug.php?id=75833 (Fixed in 5.7.7/5.8.0)
buf0buf.cc line 4195 ## http://bugs.mysql.com/bug.php?id=74855, 2nd testcase MS (^^)
buf0buf.cc line 4361 ## http://bugs.mysql.com/bug.php?id=74855, 2nd testcase PS (^^)
#buf0buf.cc line 4362 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1385030
#buf0buf.cc line 4369 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1385030
#buf0buf.cc line 4377 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1385030
dict0dict.ic line 220 ## http://bugs.mysql.com/bug.php?id=81495
dict0dict.ic line 786 ## http://bugs.mysql.com/bug.php?id=73926, NS 5.6.20
dict0dict.ic line 787 ## http://bugs.mysql.com/bug.php?id=73926, MS 5.6.34
#dict0dict.cc line 1202 ## Fixed ## http://bugs.mysql.com/bug.php?id=74900 (Fixed in 5.6.24, 5.7.6)
dict0dict.cc line 2332 ## http://bugs.mysql.com/bug.php?id=85060
dict0dict.cc line 2342 ## http://bugs.mysql.com/bug.php?id=85060
fsp0fsp.ic line 172 ## http://bugs.mysql.com/bug.php?id=73926, MS 5.7.16
fil0fil.cc line 3412 ## http://bugs.mysql.com/bug.php?id=74873, older build
fil0fil.cc line 3485 ## http://bugs.mysql.com/bug.php?id=74873 PS (5.6 only)
fil0fil.cc line 3438 ## http://bugs.mysql.com/bug.php?id=74873 MS (5.6 only)
fil0fil.cc line 5594 ## http://bugs.mysql.com/bug.php?id=74422 MS
fil0fil.cc line 5594 ## http://bugs.mysql.com/bug.php?id=74730
fil0fil.cc line 5649 ## http://bugs.mysql.com/bug.php?id=74422 PS (with oldPS)
fil0fil.cc line 5663 ## http://bugs.mysql.com/bug.php?id=74422 PS
fil0fil.cc line 5779 ## http://bugs.mysql.com/bug.php?id=82263,
fsp0fsp.cc line 1287 ## http://bugs.mysql.com/bug.php?id=77164 PS
fsp0fsp.cc line 1319 ## http://bugs.mysql.com/bug.php?id=77164 MS
fsp0fsp.cc line 1861 ## http://bugs.mysql.com/bug.php?id=74343 MS
fsp0fsp.cc line 1887 ## http://bugs.mysql.com/bug.php?id=74343 MS
fsp0fsp.cc line 1887 ## http://bugs.mysql.com/bug.php?id=74663 MS
fsp0fsp.cc line 1899 ## http://bugs.mysql.com/bug.php?id=74343 PS
fsp0fsp.cc line 1899 ## MS Bug 74663 above PS - Similar to fsp0fsp.cc line 3246
fsp0fsp.cc line 2150 ## http://bugs.launchpad.net/percona-server/+bug/1382758
fsp0fsp.cc line 2188 ## http://bugs.launchpad.net/percona-server/+bug/1382758 (with older PS)
fsp0fsp.cc line 3208 ## http://bugs.launchpad.net/percona-server/+bug/1384567 (won't be fixed)
fsp0fsp.cc line 3246 ## http://bugs.launchpad.net/percona-server/+bug/1384567 (with older PS) (idem)
fts0fts.cc line 2209 ## http://bugs.mysql.com/bug.php?id=80579
#fts0fts.cc line 2224 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1384588 (with older PS)
#fts0fts.cc line 2228 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1384588
fts0vlc.ic line 96 ## http://bugs.mysql.com/bug.php?id=78643
gis0sea.cc line 1329 ## http://bugs.mysql.com/bug.php?id=81497 # Sakila import bug (sql line 880)
ha_innodb.cc line 1588 ## http://bugs.mysql.com/bug.php?id=74585 PS (old LP #1384616)
ha_innodb.cc line 3455 ## http://bugs.launchpad.net/percona-server/+bug/1584556 (old line nr)
ha_innodb.cc line 3492 ## http://bugs.launchpad.net/percona-server/+bug/1584556 (srv_log_block_size >= 512)
ha_innodb.cc line 16152 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1381913 (dup of PS #1368552)
#ha_innodb.cc line 16159 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1368552 (with oldPS)
#ha_innodb.cc line 16169 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1368552
#ha_innodb.cc line 16175 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1368552 (with oldPS)
#ha_innodb.cc line 16176 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1368552 ha_innodb.cc line 16182
#ha_innodb.cc line 16182 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1368552 (with oldPS)
ha_innodb.cc line 18500 ## http://bugs.launchpad.net/percona-server/+bug/1384578 (with oldPS) (documented)
ha_innodb.cc line 18523 ## http://bugs.launchpad.net/percona-server/+bug/1384578 (with oldPS) (documented)
ha_innodb.cc line 18530 ## http://bugs.launchpad.net/percona-server/+bug/1384578 (documented)
ha_innodb.cc line 1869 ## http://bugs.mysql.com/bug.php?id=74585 MS (old LP #1384616)
ha_innodb.cc line 1870 ## http://bugs.mysql.com/bug.php?id=74585 MS (old LP #1384616)
ha_innodb.cc line 1878 ## http://bugs.mysql.com/bug.php?id=74585 MS (old LP #1384616)
ha_innodb.cc line 19335 ## PS 5.6.31 --innodb-log-buffer-size=1125899906842624 (or similar)
ha_innodb.cc line 19383 ## PS 5.6.34 --innodb-log-buffer-size=1125899906842624 (or similar)
ha_innodb.cc line 19423 ## PS 5.6.36 --innodb-log-buffer-size=1125899906842624 (or similar)
mem0mem.c line 361 ## PS 5.5.53 --innodb-log-buffer-size=1125899906842624 (or similar)
ha_innodb.cc line 18962 ## MS/PS 5.6.31 SET @@GLOBAL.innodb_buffer_pool_size=9556544565345346; (or similar)
ut0ut.cc line 935 ## MS 5.7.13 SET @@GLOBAL.innodb_buffer_pool_size=9556544565345346; (or similar)
ut0ut.cc line 936 ## PS 5.7.13 SET @@GLOBAL.innodb_buffer_pool_size=9556544565345346; (or similar)
mem0dbg.c line 684 ## http://bugs.mysql.com/bug.php?id=86234 PS 5.5.55, MS 5.5.54
handler0alter.cc line 5680 ## http://bugs.mysql.com/bug.php?id=74363 MS
handler0alter.cc line 5694 ## http://bugs.mysql.com/bug.php?id=74363 PS (with oldPS)
handler0alter.cc line 5708 ## http://bugs.mysql.com/bug.php?id=74363 PS
handler0alter.cc line 5033 ## http://bugs.mysql.com/bug.php?id=73919 MS (also see MS Bug 84762)
handler0alter.cc line 5083 ## http://bugs.mysql.com/bug.php?id=73919 PS (also see MS Bug 84762)
handler0alter.cc line 7654 ## http://bugs.mysql.com/bug.php?id=84762 PS (also see MS Bug 73919)
handler0alter.cc line 7624 ## http://bugs.mysql.com/bug.php?id=84762 MS (also see MS Bug 73919)
#ibuf0ibuf.cc line 3539 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1193138 (dup of 1410410)
lock0lock.cc line 2715 ## http://bugs.mysql.com/bug.php?id=74759 MS
lock0lock.cc line 2738 ## http://bugs.mysql.com/bug.php?id=74759 PS
lock0lock.cc line 5573 ## http://bugs.mysql.com/bug.php?id=77289 MS
lock0lock.cc line 5618 ## http://bugs.mysql.com/bug.php?id=77289 PS
#lock0lock.cc line 5985 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1226525 (with oldPS)
#lock0lock.cc line 5986 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1226525 (with oldPS)
#lock0lock.cc line 6004 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1226525 (with oldPS)
#lock0lock.cc line 6005 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1226525 (with oldPS)
#lock0lock.cc line 6007 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1226525
#lock0lock.cc line 6452 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1395579
mem0dbg.cc line 680 ## http://bugs.launchpad.net/percona-server/+bug/1233128 (TokuDB)
mtr0mtr.cc line 323 ## http://bugs.mysql.com/bug.php?id=77972 MS
mtr0mtr.cc line 325 ## http://bugs.mysql.com/bug.php?id=77972 PS
mtr0mtr.cc line 513 ## http://bugs.mysql.com/bug.php?id=78333 PS (MS:line 323) (similar to #77972)
mtr0mtr.cc line 574 ## http://bugs.mysql.com/bug.php?id=82043 PS (Ref 78333, 77972)
os0file.cc line 1950 ## http://bugs.mysql.com/bug.php?id=74480 MS
os0file.cc line 1951 ## http://bugs.mysql.com/bug.php?id=74480 MS
os0file.cc line 2003 ## http://bugs.mysql.com/bug.php?id=74480 PS (with oldPS)
os0file.cc line 2004 ## http://bugs.mysql.com/bug.php?id=74480 PS (with oldPS)
os0file.cc line 2021 ## http://bugs.mysql.com/bug.php?id=78331 PS (recentPS) (likely == 74480)
os0sync.cc line 339 ## http://bugs.mysql.com/bug.php?id=85067 (also see 77976)
os0sync.cc line 419 ## http://bugs.mysql.com/bug.php?id=77976 (also see 85067)
#os0sync.cc line 475 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1372210 (dup of 1368530)
pars0pars.cc line 865 ## http://bugs.mysql.com/bug.php?id=68987
que0que.cc line 1206 ## http://bugs.mysql.com/bug.php?id=74762 MS
que0que.cc line 1216 ## http://bugs.mysql.com/bug.php?id=74762 PS
rem0rec.cc line 867 ## http://bugs.mysql.com/bug.php?id=79794
rem0rec.cc line 845 ## http://bugs.mysql.com/bug.php?id=74664
#rem0rec.ic line 939 ## Fixed ## http://bugs.launchpad.net/percona-server/5.6/+bug/1226532
#row0import.cc line 3453 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1372219
#row0ins.cc line 276 ## Fixed ## http://bugs.launchpad.net/percona-server/5.6/+bug/1395706
#row0ins.cc line 277 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1195614 (fixed in 1395706)
#row0ins.cc line 365 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1224272 (dup of 1395579)
row0ins.c line 2333 ## http://bugs.launchpad.net/percona-server/+bug/1628751
row0merge.cc line 2692 ## http://bugs.mysql.com/bug.php?id=74887 MS
row0merge.cc line 2698 ## http://bugs.mysql.com/bug.php?id=74887 PS
#row0mysql.cc line 2644 ## Fixed ## http://bugs.mysql.com/bug.php?id=74634 MS (Fixed in 5.6.25)
#row0mysql.cc line 2711 ## Fixed ## http://bugs.mysql.com/bug.php?id=74634 PS (Fixed in 5.6.25)
#row0mysql.cc line 5027 ## Fixed ## http://bugs.mysql.com/bug.php?id=74790 MS (Fixed in 5.6.24, 5.7.6)
#row0mysql.cc line 5094 ## Fixed ## http://bugs.mysql.com/bug.php?id=74790 PS (Fixed in 5.6.24, 5.7.6)
#row0mysql.cc line 688 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1200502 (with oldPS) (dup of 1410410)
#row0mysql.cc line 689 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1200502 (dup of 1410410)
#row0quiesce.cc line 683 ## Fixed ## http://bugs.mysql.com/bug.php?id=75398 (fixed in 5.6.23) Duplicate MS#74346
row0sel.cc line 3932 ## http://bugs.launchpad.net/percona-server/+bug/1395249
row0sel.cc line 4017 ## http://bugs.mysql.com/bug.php?id=59513
row0sel.cc line 4071 ## http://bugs.launchpad.net/bugs/1402999
row0trunc.cc line 1983 ## http://bugs.mysql.com/bug.php?id=83361
#row0umod.cc line 338 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1381916 (dup of 1395579)
#row0upd.ic line 182 ## Fixed ## http://bugs.mysql.com/bug.php?id=74589 - With MS debug build (fixed in 5.6.24, 5.7.6)
#row0upd.cc line 1794 ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1226538 (dup of 1395579)
srv0srv.cc line 2664 ## http://bugs.mysql.com/bug.php?id=73913 (same assert as 74418 but diff)
srv0srv.cc line 3072 ## http://bugs.mysql.com/bug.php?id=73913 or 74418, PS 5.17.16 (also see PS bug 1369326)
srv0srv.cc line 3337 ## http://bugs.mysql.com/bug.php?id=73913 PS 5.6.35-79
srv0srv.cc line 3338 ## http://bugs.mysql.com/bug.php?id=73913 PS 5.6.35-80
srv0srv.cc line 2666 ## http://bugs.mysql.com/bug.php?id=73913 MS 5.6.22
srv0srv.cc line 3353 ## http://bugs.mysql.com/bug.php?id=73913 PS 5.5.53
srv0srv.cc line 3058 ## Also 73913 PS 5.6.35. Use grep -i "INNODB_PURGE_STOP_NOW" on sql
srv0srv.cc line 3356 ## Also 73913 PS 5.6.36
srv0srv.cc line 3074 ## Also 73913 PS 5.7.18
srv0srv.cc line 3070 ## Also 73913 PS 5.7.17
sync0sync.ic line 307 ## http://bugs.launchpad.net/percona-server/+bug/1435678
sync0sync.cc line 1318 ## http://bugs.mysql.com/bug.php?id=75640 MS
sync0sync.cc line 1432 ## http://bugs.launchpad.net/percona-server/+bug/1392617 (MS #74955)
sync0sync.cc line 1443 ## http://bugs.mysql.com/bug.php?id=75640 PS
sync0rw.cc line 923 ## http://bugs.mysql.com/bug.php?id=83741 PS
sync0rw.cc line 929 ## http://bugs.mysql.com/bug.php?id=83741 MS
#trx0rec.ic line 110 ## Fixed ## http://bugs.mysql.com/bug.php?id=75230 (fixed 5.6.24/5.7.6)
#trx0roll.cc line 264 ## Fixed ## http://bugs.mysql.com/bug.php?id=74671 PS(#1385036) (fixed in 5.6.23)
#trx0roll.cc line 275 ## Fixed ## http://bugs.mysql.com/bug.php?id=74671 MS (fixed in 5.6.23)
trx0trx.cc line 1257 ## http://bugs.mysql.com/bug.php?id=82024 MS 5.7.13
trx0trx.cc line 1292 ## http://bugs.mysql.com/bug.php?id=82024 PS 5.7.13
trx0trx.cc line 1365 ## http://bugs.mysql.com/bug.php?id=76844 MS
trx0trx.cc line 1578 ## http://bugs.mysql.com/bug.php?id=76844 PS
trx0trx.cc line 1689 ## http://bugs.mysql.com/bug.php?id=74791 MS
trx0trx.cc line 1950 ## http://bugs.mysql.com/bug.php?id=74791 PS
ut0lst.h line 131 ## http://bugs.launchpad.net/percona-server/+bug/1449994
## =========== Assertion based ===========
bit < map->n_bits ## http://bugs.mysql.com/bug.php?id=86173
user_stats->concurrent_connections > 0 ## http://bugs.launchpad.net/percona-server/+bug/1661488
allocated_status_memory .= __null ## http://bugs.mysql.com/bug.php?id=83797 (as subsequent testcase)
#1 == num_erased ## http://bugs.mysql.com/bug.php?id=76221 ## No longer reproducible
.tables .. thd->lex->is_query_tables_locked ## http://tokutek.atlassian.net/browse/DB-1027
.auto_increment_lock.*.auto_increment_safe_stmt_log_lock ## http://bugs.mysql.com/bug.php?id=76542
args.0.->fixed ## Still present in 5.6 ## http://bugs.mysql.com/bug.php?id=74695 (Fixed in 5.7.8)
auto_increment_value ## http://bugs.mysql.com/bug.php?id=75057 (old LP #1384684)
bitmap_is_set.*m_part_info->read_partitions, m_part_spec.start_part ## http://bugs.mysql.com/bug.php?id=74779 (old PS #1384591)
bitmap_is_set_all...table->s->all_set ## http://bugs.mysql.com/bug.php?id=75003
bitmap_is_subset.*m_part_info->lock_partitions, .*m_locked_partitions ## http://bugs.mysql.com/bug.php?id=74777
#bit < map->n_bits ## Fixed ## http://bugs.mysql.com/bug.php?id=74491 (Fixed in 5.6.24)
.check_datetime_range.ltime ## (Originally PS Bug #1385043)
comma_length > 0 ## http://bugs.mysql.com/bug.php?id=74603 (old LP #1384625)
cur_shape .= Gcalc_function..shape_point ## http://bugs.mysql.com/bug.php?id=83739 and 84075
ZN23Gcalc_operation_reducer15get_line_resultEPNS_9res_pointEP21Gcalc_result_receiver ## http://bugs.mysql.com/bug.php?id=84075
data_offset == ..null_count ## http://bugs.mysql.com/bug.php?id=74677
db_length == copy->db_length ## http://bugs.mysql.com/bug.php?id=74604 (old LP #1384621)
decimals_arg <= 30 ## http://bugs.mysql.com/bug.php?id=83437
#db_txn_struct_i.txn->parent ## Fixed ## http://tokutek.atlassian.net/browse/DB-761 (fixed in 5.6.23/Tk7.5.6)
do_checksum.*remains ## http://bugs.mysql.com/bug.php?id=75079
#duration .= MDL_EXPLICIT .* .thd->mdl_context.is_lock_owner.m_namespace ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1432494
exec_method .= EXEC_MATERIALIZATION .* .exec_method == EXEC_MATERIALIZATION .* engine->engine_type ## http://bugs.mysql.com/bug.php?id=74889
.flags.finalized ## http://bugs.mysql.com/bug.php?id=76040
#Failing assertion: (mode . .16384) == BTR_MODIFY_LEAF ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1224272 (dup of 1395579)
#Failing assertion: purge_sys->state == PURGE_STATE_RUN ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1368552
field_types == 0.*MYSQL_TYPE_GEOMETRY ## http://tokutek.atlassian.net/browse/DB-1019
fixed == 1 ## http://bugs.launchpad.net/percona-server/+bug/1381853
ftnode->blocknum.b == blocknum.b ## http://tokutek.atlassian.net/browse/DB-852
#from->len == to->len ## Fixed ## http://bugs.mysql.com/bug.php?id=76477
from->len == to->len ## http://bugs.mysql.com/bug.php?id=84827 (Ref also 76477) (Still present in MS 5.6.35)
#from->m_byte_count == 0 ## Fixed ## http://bugs.mysql.com/bug.php?id=76090 (fixed in 5.6.25)
Handlerton. ...share->kc_info.num_blobs == 0 ## http://jira.percona.com/browse/TDB-12
head->owned_gtid.sidno == THD..OWNED_SIDNO_ANONYMOUS ## http://bugs.mysql.com/bug.php?id=85552
head->variables.gtid_next.type == ANONYMOUS_GROUP ## http://bugs.mysql.com/bug.php?id=86251
#Handlerton.*offset_start ## http://tokutek.atlassian.net/browse/DB-771 (Fixed tokudb-7.5.4)
#Handlerton.*.share->kc_info.num_blobs == 0 ## Fixed ## http://tokutek.atlassian.net/browse/DB-811 (Fixed in tokudb-7.5.7)
#Handlerton.*trx ## http://tokutek.atlassian.net/browse/DB-762 (Fixed tokudb-7.5.4)
hash_not_ok == 0 ## http://bugs.mysql.com/bug.php?id=74852
host_length <= 60 ## http://bugs.mysql.com/bug.php?id=74678
inited == NONE ## http://bugs.mysql.com/bug.php?id=74650
item_in->left_expr->cols ## Still present in 5.6 ## http://bugs.mysql.com/bug.php?id=80440 (Fixed in 5.7.6)
#. is_set() .. m_can_overwrite_status ## Needs better testcase ## http://bugs.mysql.com/bug.php?id=74026 & 79303 (seen as TEXT=.\. is_set.$)
..Item_result_field. ## http://bugs.mysql.com/bug.php?id=74646
.length % 4 ## http://bugs.mysql.com/bug.php?id=74220
length > 0 ## http://bugs.mysql.com/bug.php?id=85059
length > 0 .. keyparts .= 0 ## http://bugs.mysql.com/bug.php?id=76604
length <= max_data_length ## http://bugs.mysql.com/bug.php?id=75648
lex.sphead == __null ## http://bugs.mysql.com/bug.php?id=74537
lock_type >= TL_READ ## Still present ftm ## http://bugs.mysql.com/bug.php?id=74740 (fixed in 5.8.0)
.mysql_bin_log.is_open ## http://bugs.mysql.com/bug.php?id=76614
m_owner .= __null ## http://tokutek.atlassian.net/browse/DB-1017
map->bitmap .* map2->bitmap .* map->n_bits==map2->n_bits ## http://bugs.mysql.com/bug.php?id=74504
maxcount.=0 ## http://bugs.mysql.com/bug.php?id=74898
multi_range_length > 0 ## http://bugs.mysql.com/bug.php?id=81410
#mi_cmp_dynamic_unique ## http://bugs.launchpad.net/percona-server/+bug/1486849 (Remarked to get more testcases)
#m_lock .= __null .* thd->mdl_context.is_lock_owner.m_namespace, .*, MDL_SHARED ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1377093
m_lock_type == 2 ## http://bugs.mysql.com/bug.php?id=74436 (Originally PS Bug #1382749)
#m_prot_lock .= __null .* thd->mdl_context.is_lock_owner.m_namespace, .*, .*, MDL_INTENTION_EXCLUSIVE ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1393682
m_num_writers == 1 ## http://tokutek.atlassian.net/browse/DB-852
#m_status == DA_ERROR ## Fixed ## http://bugs.mysql.com/bug.php?id=76912 (old LP #1384632) (fixed in 5.6.27)
m_status == DA_ERROR ## http://bugs.mysql.com/bug.php?id=86260 (LP #1689736)
nr >= 0.0 ## http://bugs.mysql.com/bug.php?id=74946
#n < m_size ## Fixed ## http://bugs.mysql.com/bug.php?id=74447
n_linear_rings > 0 ## http://bugs.mysql.com/bug.php?id=81411
opt_debug_sync_timeout > 0 ## http://bugs.mysql.com/bug.php?id=74002
old_value >= 1 ## http://bugs.mysql.com/bug.php?id=85064
p->value_rwlock.users ## http://tokutek.atlassian.net/browse/DB-826
param.sort_length .= 0 ## http://bugs.mysql.com/bug.php?id=77194
part_func_value > part_end_val ? .loc_part_id == max_partition .* .part_info->defined_max_value ## http://bugs.mysql.com/bug.php?id=75232
#part_share->partitions_share_refs->num_parts >= m_tot_parts ## Fixed ## http://bugs.mysql.com/bug.php?id=74288 (fixed in 5.6.24)
pending.*.ttp->thd ## http://bugs.launchpad.net/percona-server/+bug/1427526
#pfs->m_processlist_id .= 0 ## Fixed ## http://bugs.mysql.com/bug.php?id=78292
precision > 0 ## http://bugs.mysql.com/bug.php?id=83433
reginfo.lock_type >= TL_READ ## http://bugs.mysql.com/bug.php?id=74740 (old PS #1384679)
#scale.*=.*precision ## FIxed ## http://bugs.mysql.com/bug.php?id=74859
share->rows_recorded ## http://bugs.mysql.com/bug.php?id=76307
size > 0 ## http://bugs.launchpad.net/percona-server/+bug/1382408
.slen % 2 ## http://bugs.mysql.com/bug.php?id=74221 (original report)
.slen % 4 ## http://bugs.mysql.com/bug.php?id=74221 (4th comment)
sl->join == 0 ## http://bugs.launchpad.net/percona-server/+bug/1392375
#.snapshot_lock_acquired ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1425480
sort_field->length >= length ## http://bugs.mysql.com/bug.php?id=74260, both buils
.str .... str .= Ptr ## http://bugs.launchpad.net/percona-server/5.6/+bug/1429039
table.*file.*inited.*handler.*NONE ## http://bugs.mysql.com/bug.php?id=74584 (see other below with same nr)
.table->file .... table->file->inited == handler....NONE ## This is the same as the one above, de-regexed (MS Bug #74584)
table->db.*table->table_name ## http://bugs.launchpad.net/percona-server/+bug/1392952
table->key_read == 0 ## http://bugs.mysql.com/bug.php?id=74490
table_share->tmp_table .= NO_TMP_TABLE .* m_lock_type .= 2 ## http://bugs.mysql.com/bug.php?id=74448
. table->s->has_old_version ## http://bugs.launchpad.net/percona-server/+bug/1364707
.table .* ..table->read_set .* bitmap_is_set.table->read_set, field_index ## http://bugs.mysql.com/bug.php?id=73869
.table .* ..table->write_set .* bitmap_is_set.table->write_set, field_index ## http://bugs.mysql.com/bug.php?id=74848
table_ref->has_record ## http://bugs.mysql.com/bug.php?id=80759
tab->ref.use_count ## http://bugs.mysql.com/bug.php?id=74780
tab->select->quick->index==.uint ## http://bugs.mysql.com/bug.php?id=74505
thd->get_stmt_da()->is_eof() ## http://bugs.mysql.com/bug.php?id=73868
thd->killed .= THD.*KILL_BAD_DATA .* error > 0 ## http://bugs.mysql.com/bug.php?id=75227
.field->orig_table->const_table ## http://bugs.launchpad.net/percona-server/+bug/1662091
#. thd->in_sub_stmt ## Fixed ## http://bugs.mysql.com/bug.php?id=74665
. thd->in_sub_stmt ## http://bugs.mysql.com/bug.php?id=84828 (See also 74665) (Still present in MS 5.6.35)
.thd->is_current_stmt_binlog_format_row ## http://bugs.launchpad.net/percona-server/+bug/1427030
#thd->is_error ## Fixed ## http://bugs.mysql.com/bug.php?id=74493
thd->is_error ## http://bugs.mysql.com/bug.php?id=84076 (5.6 only)
.thd->lex->context_analysis_only ## Still present in 5.6 ## http://bugs.mysql.com/bug.php?id=74668 (Fixed in 5.7.6)
thd->transaction.stmt.is_empty ## http://bugs.mysql.com/bug.php?id=74606 (old LP #1384620)
thd == _current_thd ## http://bugs.launchpad.net/percona-server/+bug/1633988
this_type .= Json_dom..J_ERROR ## https://bugs.mysql.com/bug.php?id=86470
#timer == __null ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1370002
.no_data.nbytes ## https://bugs.mysql.com/bug.php?id=86471
.tlen % 2 ## http://bugs.mysql.com/bug.php?id=74221 (2nd comment)
.tlen % 4 ## http://bugs.mysql.com/bug.php?id=74221 (3rd comment)
#txn..state..TOKUTXN_LIVE ## Fixed ## http://tokutek.atlassian.net/browse/DB-769 (fixed in 5.6.23/Tk7.5.6)
#txn->child == __null ## Fixed ## http://tokutek.atlassian.net/browse/DB-810 (fixed in 5.6.23/Tk7.5.6)
#txn->do_fsync_lsn.lsn == ZERO_LSN.lsn ## Fixed ## http://tokutek.atlassian.net/browse/DB-763 (fixed in 5.6.23/Tk7.5.6)
#txn->roll_info.num_rollentries == 0 ## Fixed ## http://tokutek.atlassian.net/browse/DB-764 (fixed in 5.6.23/Tk7.5.6)
#transactional_table .* .changed .* thd->transaction.stmt.cannot_safely_rollback ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1382745
transactional_table .. .changed .. thd->transaction.stmt.cannot_safely_rollback ## http://bugs.launchpad.net/percona-server/+bug/1647608
transactional_table .. .changed .. thd->transaction.stmt.modified_non_trans_table ## http://bugs.launchpad.net/percona-server/+bug/1689473
unknown error code 47 ## http://bugs.mysql.com/bug.php?id=74343, both build
#void Protocol::end_statement ## This assertion is a generic assertion indicative of many causes. It should not be filtered. (Was: http://bugs.mysql.com/bug.php?id=74411, RQG)
next_insert_id >= auto_inc_interval_for_cur_row.minimum ## http://bugs.launchpad.net/percona-server/+bug/1582577
#=========== First frame from error log based ===========
Z18fix_partition_funcP3THDP5TABLEb ## http://bugs.mysql.com/bug.php?id=78238 ([5 Sep 2:14])
Z8MYSQLlexP7YYSTYPEP3THD ## http://bugs.mysql.com/bug.php?id=78238 ([5 Sep 0:53])
ZN3THD19send_explain_fieldsEP13select_result ## http://bugs.mysql.com/bug.php?id=78238 ([5 Sep 1:42])
ZN3THD17set_new_thread_idEv ## http://bugs.launchpad.net/percona-server/+bug/1642230
ZN3THD21send_statement_statusEv ## http://bugs.launchpad.net/percona-server/+bug/1666116
#Z10MYSQLerrorP3THDPKc ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1415755 (dup of 1412423)
Z10read_tokenPK18sql_digest_storagejPj ## http://bugs.launchpad.net/percona-server/+bug/1688698
Z10open_tableP3THDP10TABLE_LISTP18Open_table_context ## http://bugs.launchpad.net/percona-server/+bug/1384583
#Z11alloc_queryP3THDPKcj ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1387951
#Z11lock_tablesP3THDP10TABLE_LISTjj ## Fixed ## http://tokutek.atlassian.net/browse/DB-767 (Fixed tokudb-7.5.4)
#Z11mysql_grantP3THDPKcR4ListI11st_lex_userEmbb ## Fixed ## http://bugs.mysql.com/bug.php?id=74615 (old LP #1384566) (fixed in 5.6.24)
#Z17mysql_create_userP3THDR4ListI11st_lex_userE ## Fixed ## http://bugs.mysql.com/bug.php?id=74615 (old LP #1384651) (fixed in 5.6.24)
#Z17mysql_table_grantP3THDP10TABLE_LISTR4ListI11st_lex_userERS3_I10LEX_COLUMNEmb ## Fixed ## http://bugs.mysql.com/bug.php?id=74615 (fixed in 5.6.24)
#Z11open_tablesP3THDPP10TABLE_LISTPjjP19Prelocking_strategy ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1416956 (dup of 1387951)
Z11mysql_grantP3THDPKcR4ListI11st_lex_userEmbb ## http://bugs.mysql.com/bug.php?id=83816
Z12find_filenumRKP2ftS2_ ## http://tokutek.atlassian.net/browse/DB-837
#Z12find_sys_varP3THDPKcj ## http://bugs.launchpad.net/percona-server/+bug/1415828 # Need new testcase
Z12setup_tablesP3THDP23Name_resolution_contextP4ListI10TABLE_LISTEPS4_PS7_b ## http://bugs.launchpad.net/percona-server/+bug/1435740
Z12make_sortkeyP10Sort_paramPhS1_ ## http://bugs.mysql.com/bug.php?id=74260
ZN8Table_idaSERKS_ ## http://bugs.mysql.com/bug.php?id=84829
#ZN8Protocol24send_result_set_metadataEP4ListI4ItemEj ## Fixed ## http://bugs.mysql.com/bug.php?id=77832 (Fixed in 5.5.57, 5.6.28, 5.7.10, 5.8.0)
#Z22store_token_identifierP18PSI_digest_storagejjPKc ## Fixed ## http://bugs.mysql.com/bug.php?id=77832 (Fixed in 5.5.57, 5.6.28, 5.7.10, 5.8.0)
Z14my_decimal_addjP10my_decimalPKS_S2_ ## http://bugs.mysql.com/bug.php?id=74619 (old LP #1384658)
Z14my_decimal_divjP10my_decimalPKS_S2_i ## http://bugs.mysql.com/bug.php?id=74807
#Z14mysql_ha_flushP3THD ## fixed ## http://bugs.mysql.com/bug.php?id=74583, 74584, and LP #1384656 (Fixed in 5.6.25,5.7.6)
#Z14set_part_stateP10Alter_infoP14partition_info15partition_state ## Fixed ## http://bugs.mysql.com/bug.php?id=74560 (fixed in 5.6.24)
Z15mysql_change_dbP3THDPK19st_mysql_lex_stringb ## http://bugs.mysql.com/bug.php?id=75701
#Z16mysql_ha_cleanupP3THD ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1417382 (dup of MS #75741)
#Z16mysql_lock_mergeP13st_mysql_lockS0_ ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1415799 (Refer MS #75677) (fixed 5.6.26)
#Z16open_table_errorP11TABLE_SHAREiii ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1416975 (dup of 1412423)
Z15eval_const_condP4Item ## http://bugs.mysql.com/bug.php?id=74418 PS (different result)
ZN8Item_row10fix_fieldsEP3THDPP4Item ## http://bugs.mysql.com/bug.php?id=78330
ZN12ha_myisammrg15attach_childrenEv ## http://bugs.mysql.com/bug.php?id=76277
#ZN12ha_partition15end_bulk_insertEv ## Fixed ## http://tokutek.atlassian.net/browse/DB-805 (fixed in tokudb-7.5.6)
ZN14cachefile_list9remove_cfEP9cachefile ## http://tokutek.atlassian.net/browse/DB-858
ZN14JOIN_CACHE_BNL21join_matching_recordsEb ## http://bugs.mysql.com/bug.php?id=76925
#Z17mysql_alter_tableP3THDPcS1_P24st_ha_create_informationP10TABLE_LISTP10Alter_infojP8st_orderb ## TokuDB DB-805 (ref above) (fixed in tokudb-7.5.6)
Z17mysql_lock_tablesP3THDPP5TABLEjj ## http://bugs.mysql.com/bug.php?id=74895
Z17mysql_show_grantsP3THDP11st_lex_user ## http://bugs.mysql.com/bug.php?id=74778
#Z17table_hash_searchPKcS0_S0_S0_S0_b ## Fixed ## http://bugs.mysql.com/bug.php?id=74850 (fixed in 5.6.24, 5.7.8)
#Z17toku_loader_closeP13__toku_loader ## Fixed ## http://tokutek.atlassian.net/browse/DB-806 (fixed tokudb-7.5.6)
Z17tokudb_update_funP9__toku_dbPK10__toku_dbtS3_S3_PFvS3_PvES4_ ## http://tokutek.atlassian.net/browse/DB-845
#Z17wild_case_compareP15charset_info_stPKcS2_ ## Fixed ## http://bugs.mysql.com/bug.php?id=78230 (Fixed in 5.5.49, 5.6.30, 5.7.12, 5.8.0)
Z18close_thread_tableP3THDPP5TABLE ## http://bugs.mysql.com/bug.php?id=75854
Z18create_ref_for_keyP4JOINP13st_join_tableP7Key_usey ## http://bugs.mysql.com/bug.php?id=74559 (5.7 bug above, #75944)
Z18mysql_audit_notifyP3THD30mysql_event_general_subclass_tiPKcm ## http://bugs.launchpad.net/percona-server/+bug/1631555
#Z19close_thread_tablesP3THD ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1392924 (dup of 1387951)
#Z19mysql_unlock_tablesP3THDP13st_mysql_lock ## http://bugs.mysql.com/bug.php?id=75234 (dup of 74583)
Z19mysql_unlock_tablesP3THDP13st_mysql_lock ## http://bugs.mysql.com/bug.php?id=83899 MS/PS 5.6
ZN11ha_innobase9write_rowEPh ## http://bugs.mysql.com/bug.php?id=83899 PS 5.7
ZN11ha_innobase5closeEv ## http://bugs.mysql.com/bug.php?id=83899 MS 5.7 (on shutdown)
Z19toku_drd_unsafe_setIhEvPT_S0_ ## http://tokutek.atlassian.net/browse/DB-852
Z20commit_try_norebuildP18Alter_inplace_infoP23ha_innobase_inplace_ctxPK5TABLEP5trx_tPK ## http://bugs.mysql.com/bug.php?id=74363
Z20get_parts_for_updatePKhPhS0_P14partition_infoPjS4_Px ## http://bugs.mysql.com/bug.php?id=74856
#Z20ha_release_savepointP3THDP12st_savepoint ## Fixed ## http://tokutek.atlassian.net/browse/DB-765 (fixed in 5.6.23/Tk7.5.6)
#Z20net_after_header_psiP6st_netPvmc ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1412423 (fixed)
Z20sp_revoke_privilegesP3THDPKcS2_b ## http://bugs.launchpad.net/percona-server/+bug/1403833
#Z21convert_error_messagePcjPK15charset_info_stPKcjS2_Pj ## Fixed ## http://bugs.launchpad.net/percona-server/5.6/+bug/1394987 (dup of 1387951)
#Z20ha_release_savepointP3THDP12st_savepoint ## Fixed ## http://tokutek.atlassian.net/browse/DB-765 (fixed in 5.6.23/Tk7.5.6)
Z21handle_alter_part_endP18st_lock_param_typeb ## http://bugs.mysql.com/bug.php?id=78496
#Z20toku_env_is_panickedP13__toku_db_env ## Fixed ftm ## http://tokutek.atlassian.net/browse/DB-821 (fixed in tokudb-7.5.6)
Z21convert_error_messagePcjPK15charset_info_stPKcjS2_Pj ## http://bugs.launchpad.net/percona-server/5.6/+bug/1394987
Z21fill_temporary_tablesP3THDP10TABLE_LI ## Another i-s-temp-tables bug (based on crashing query) (see comment)
Z21join_read_const_tableP13st_join_tableP11st_position ## http://bugs.mysql.com/bug.php?id=74418
#Z21mysql_execute_commandP3THD ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1387951
#Z21plugin_thdvar_cleanupP3THD ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1415455 (dup of 1387951)
Z21prep_alter_part_tableP3THDP5TABLEP10Alter_infoP24st_ha_create_informationP15Alter_ta ## http://bugs.mysql.com/bug.php?id=74412
#Z21toku_txn_is_read_onlyP7tokutxn ## Fixed ## http://tokutek.atlassian.net/browse/DB-822 (fixed in tokudb-7.5.6)
Z22reinit_stmt_before_useP3THDP3LEX ## http://bugs.mysql.com/bug.php?id=74670
#Z23well_formed_copy_ncharsPK15charset_info_stPcjS1_PKcjjPS4_S5_S5_ ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1417372 (dup of 1412423)
Z23well_formed_copy_ncharsPK15charset_info_stPcjS1_PKcjjPS4_S5_S5_ ## http://bugs.mysql.com/bug.php?id=83798 (new bug, seems unrelated to 1417372)
Z23well_formed_copy_ncharsPK15charset_info_stPcmS1_PKcmmPS4_S5_S5_ ## http://bugs.mysql.com/bug.php?id=85065
ZN23Gcalc_operation_reducer11free_resultEPNS_9res_pointE ## http://bugs.mysql.com/bug.php?id=85070
Z24get_schema_tables_resultP4JOIN23enum_ ## Another i-s-temp-tables bug (based on crashing query) (see comment)
Z24plugin_foreach_with_maskP3THDPFcS0_PP13st_plugin_intPvEijS4_ ## http://bugs.launchpad.net/percona-server/+bug/1688176 (also listed elsewhere)
#Z24make_used_partitions_strP14partition_infoP4ListIKcE ## Fixed ## http://bugs.mysql.com/bug.php?id=74746 (fixed in 5.6.24)
#Z24mark_tmp_table_for_reuseP5TABLE ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1417533 (dup of 1387951)
#Z24plugin_foreach_with_maskP3THDPFcS0_PP13st_plugin_intPvEijS4_ ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1368530 (fixed in 5.6.27)
#Z25generate_partition_syntaxP14partition_infoPjbbP24st_ha_create_informationP10Alter_infoPKc ## Fixed ## http://bugs.mysql.com/bug.php?id=74860 (fixed in 5.6.24)
#Z25get_partition_id_list_colP14partition_infoPjPx ## Fixed ## http://bugs.mysql.com/bug.php?id=74841 (fixed in 5.6.24)
#Z25toku_loader_create_loaderP13__toku_db_envP13__toku_db_txnPP13__toku_loaderP9__toku_dbiPS7_PjS9_jb ## http://tokutek.atlassian.net/browse/DB-760 (Fixed PS 5.6.25)
Z26get_partition_id_range_colP14partition_infoPjPx ## http://bugs.mysql.com/bug.php?id=74727
Z26log_online_follow_redo_logv ## http://bugs.launchpad.net/percona-server/+bug/1688176
#Z26toku_xids_can_create_childP6XIDS_S ## Fixed ## http://tokutek.atlassian.net/browse/DB-814 (fixed in tokudb-7.5.6)
Z29toku_db_release_lt_key_rangesP13__toku_db_txnP17txn_lt_key_ranges ## http://tokutek.atlassian.net/browse/DB-840
Z30dict_table_stats_latch_destroyP12dict_table_t ## http://bugs.launchpad.net/percona-server/+bug/1462852
Z34convert_charset_partition_constantP4ItemPK15charset_info_st ## http://bugs.mysql.com/bug.php?id=74580 (old LP #1384573)
Z37toku_get_oldest_in_live_root_txn_listP7tokutxn ## http://tokutek.atlassian.net/browse/DB-844
Z39get_partition_id_cols_list_for_endpointP14partition_infobbj ## http://bugs.mysql.com/bug.php?id=75862
Z8filesortP3THDP5TABLEP8FilesortbPyS5_ ## http://bugs.mysql.com/bug.php?id=74579 (old LP #1384595)
Z9os_mallocm ## http://tokutek.atlassian.net/browse/DB-839
#ZN7handler18ha_end_bulk_insertEv ## Fixed ## http://tokutek.atlassian.net/browse/DB-760 (fixed in ps-5.6.25)
#ZN7sys_var5checkEP3THDP7set_var ## Fixed ## http://bugs.mysql.com/bug.php?id=84656
ZN7handler25update_global_table_statsEv ## http://bugs.mysql.com/bug.php?id=75741 (LP PS#1417382)
#ZN7handler8ha_checkEP3THDP15st_ha_check_opt ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1433197
ZN7MDL_map6removeEP8MDL_lock ## http://bugs.launchpad.net/percona-server/+bug/1417116
#ZN7set_var5checkEP3THD ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1417028 (dup of 1387951)
#ZN8MDL_lock11Ticket_list13remove_ticketEP10MDL_ticket ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1403373 (dup of 1393682)
ZN9ha_myisam5extraE17ha_extra_function ## http://bugs.mysql.com/bug.php?id=76946
ZN9ha_myisam9write_rowEPh ## http://bugs.mysql.com/bug.php?id=75083
ZN9PROFILING13status_changeEPKcS1_S1_j ## http://bugs.mysql.com/bug.php?id=84826
ZN10Field_blob13get_key_imageEPhjN5Field9imagetypeE ## http://bugs.mysql.com/bug.php?id=74953
ZN10Item_fieldC2EP5Field ## http://bugs.mysql.com/bug.php?id=74628
#ZN10Item_param22safe_charset_converterEPK15charset_info_st ## Fixed ## http://bugs.mysql.com/bug.php?id=76039 (Fixed in 5.5.49, 5.6.30, 5.7.12, 5.8.0)
#ZN10my_decimalaSERKS_ ## Fixed ## http://bugs.mysql.com/bug.php?id=80438 (Fixed in 5.6.32, 5.7.14)
ZN11Query_cache13end_of_resultEP3THD ## http://bugs.mysql.com/bug.php?id=83188
ZN11MDL_context11find_ticketEP11MDL_requestP17enum_mdl_duration ## http://bugs.launchpad.net/percona-server/+bug/1403446
#ZN11MDL_request4initEN7MDL_key18enum_mdl_namespaceEPKcS3_13enum_mdl_type17enum_mdl_duration ## Fixed ## http://bugs.mysql.com/bug.php?id=74499 (fixed in 5.5.43)
ZN11Table_cache12remove_tableEP5TABLE ## http://bugs.launchpad.net/percona-server/+bug/1444642
ZN11Table_cache9get_tableEP3THDjPKcjPP11TABLE_SHARE ## http://bugs.launchpad.net/percona-server/5.6/+bug/1440640
#ZNK12dict_table_t13get_ref_countEv ## Fixed ## http://bugs.mysql.com/bug.php?id=78336 (Fixed in 5.7.10/5.8.0)
ZN12ha_myisammrg18append_create_infoEP6String ## http://bugs.mysql.com/bug.php?id=74502
ZN12ha_myisammrg5cloneEPKcP11st_mem_root ## Another i-s-temp-tables bug (based on crashing query) (see comment)
#ZN12ha_partition21handle_opt_partitionsEP3THDP15st_ha_check_optj ## Fixed ## http://bugs.mysql.com/bug.php?id=74869 (fixed in 5.6.24)
#ZN12ha_partition5extraE17ha_extra_function ## Fixed ## http://tokutek.atlassian.net/browse/DB-766 (fixed in tokudb-7.5.4)
#ZN12ha_partition5resetEv ## Fixed ## http://bugs.mysql.com/bug.php?id=75677 (Refer PS#1415799) (fixed in 5.6.26)
#ZN13Bounded_queueIhhE4pushEPh ## Fixed ## http://bugs.mysql.com/bug.php?id=74008 (fixed in 5.7.6)
ZN13Bounded_queueIPhS0_10Sort_paramE4pushES0_ ## http://bugs.mysql.com/bug.php?id=74008 (potentially fixed in 5.7.6)
#ZN13select_insert8send_eofEv ## Fixed ## http://tokutek.atlassian.net/browse/DB-806 (fixed in tokudb-7.5.6)
ZN13st_join_table7cleanupEv ## http://bugs.mysql.com/bug.php?id=74628
ZN13st_select_lex5printEP3THDP6String15enum_query_type ## http://bugs.mysql.com/bug.php?id=78335
ZN13Item_func_div10decimal_opEP10my_decimal ## http://bugs.mysql.com/bug.php?id=74807 (Same gdb trace of Z14my_decimal_divjP10my_decimalPKS_S2_i)
ZN13MYSQL_BIN_LOG33handle_binlog_flush_or_sync_errorEP3THDb ## http://bugs.mysql.com/bug.php?id=86256
ZN14Arg_comparator24cache_converted_constantEP3THDPP4ItemS4_11Item_result ## http://bugs.mysql.com/bug.php?id=77991
#ZN14cachefile_list15add_cf_unlockedEP9cachefile ## Fixed ## http://tokutek.atlassian.net/browse/DB-812 (fixed in 5.6.23/Tk7.5.6)
ZN14Item_func_plus10decimal_opEP10my_decimal ## http://bugs.mysql.com/bug.php?id=74619 (Same gdb trace of Z14my_decimal_addjP10my_decimalPKS_S2_ assertion)
#ZN14partition_info20check_partition_infoEP3THDPP10handlertonP7handlerP24st_ha_create_information ## Fixed ## http://bugs.mysql.com/bug.php?id=74451 (fixed in 5.6.24)
#ZN14partition_info9get_cloneEv ## Fixed ## http://bugs.mysql.com/bug.php?id=74478 (fixed in 5.6.24)
ZNK14user_var_entry13assert_lockedEv ## http://tokutek.atlassian.net/browse/DB-1018
#ZN15Query_log_eventC1EP3THDPKcmbbbib ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1397173 (dup of 1412423)
ZN16Rpl_info_handlerD1Ev ## http://bugs.launchpad.net/percona-server/+bug/1452125
ZN16Partition_helper19handle_ordered_prevEPh ## http://tokutek.atlassian.net/browse/DB-1025 (also see LP 1634708 and MS 83435)
ZN17I_P_List_iteratorI10MDL_ticket8I_P_ListIS0_16I_P_List_adapterIS0_XadL_ZNS0_15next_in_contextEEEXadL_ZNS0_15prev_in_contextEEEE21I_P_List_null_counter21I_P_List_no_push_backIS0_EEEppEi ## http://bugs.launchpad.net/percona-server/+bug/1441001
ZN17sys_var_pluginvar14session_updateEP3THDP7set_var ## http://bugs.launchpad.net/percona-server/+bug/1384560
#Z17mysql_create_userP3THDR4ListI11st_lex_userE # Fixed ## http://bugs.mysql.com/bug.php?id=84658
#Z17mysql_table_grantP3THDP10TABLE_LISTR4ListI11st_lex_userERS3_I10LEX_COLUMNEmb # Fixed ## http://bugs.mysql.com/bug.php?id=84658
#Z19mysql_routine_grantP3THDP10TABLE_LISTbR4ListI11st_lex_userEmbb # Fixed ## http://bugs.mysql.com/bug.php?id=84658
#Z15change_passwordP3THDPKcS2_Pc # Fixed ## http://bugs.mysql.com/bug.php?id=84658
ZN17Opt_trace_context5startEbbbbllmy ## Likely not a bug, asked Umesh to check (testcase: see above at top)
ZN18base_list_iterator4nextEv ## http://bugs.mysql.com/bug.php?id=74478
ZN18sql_digest_storage4copyEPKS_ ## http://bugs.launchpad.net/percona-server/+bug/1660828
ZN18Locked_tables_list20unlock_locked_tablesEP3THD ## http://tokutek.atlassian.net/browse/DB-768
ZN20Field_iterator_table13end_of_fieldsEv ## http://bugs.mysql.com/bug.php?id=75707
ZN21Sql_cmd_handler_close7executeEP3THD ## http://bugs.mysql.com/bug.php?id=75721
#ZN23Gcalc_operation_reducer10end_coupleEPNS_13active_threadES1_PKN10Gcalc_heap4InfoE ## Fixed ## http://bugs.mysql.com/bug.php?id=77580
ZN23Gcalc_operation_reducer17get_result_threadEPNS_9res_pointEP21Gcalc_result_receiveri ## http://bugs.mysql.com/bug.php?id=78201
#ZN24subselect_hash_sj_engine7cleanupEv ## Fixed ## http://bugs.mysql.com/bug.php?id=82967 (old PS #1622992)
ZN4JOIN8optimizeEv ## http://bugs.mysql.com/bug.php?id=74783
ZN4Item31tmp_table_field_from_field_typeEP5TABLEb ## http://bugs.mysql.com/bug.php?id=86254
ZN5TABLE11set_keyreadEb ## http://bugs.mysql.com/bug.php?id=84755
ZN5QueueI16PROF_MEASUREMENTE3popEv ## http://bugs.launchpad.net/percona-server/+bug/1441139
Z21find_or_create_digestP10PFS_threadPK18sql_digest_storagePKcj ## http://bugs.launchpad.net/percona-server/+bug/1441139
ZN7MDL_map4findEP10st_lf_pinsPK7MDL_keyPb ## http://bugs.launchpad.net/percona-server/+bug/1441139
ZN5QueueI16PROF_MEASUREMENTE14iterator_valueEPv ## http://bugs.launchpad.net/percona-server/+bug/1441447
ZN5TABLE4initEP3THDP10TABLE_LIST ## http://bugs.launchpad.net/percona-server/+bug/1463381
#ZN6String4copyERKS_ ## Fixed ## http://bugs.mysql.com/bug.php?id=74644 (Fixed in 5.5.47, 5.6.28)
#ZN7handler11ha_rnd_nextEPh ## Fixed ## http://bugs.mysql.com/bug.php?id=74589 (opt) (fixed in 5.6.24, 5.7.6)
ZN7handler12ha_write_rowEPh ## http://bugs.launchpad.net/percona-server/+bug/1382738
#ZN7handler10ha_rnd_endEv ## Fixed ## http://bugs.mysql.com/bug.php?id=74583, 74584, and LP #1384656 (Fixed in 5.6.25,5.7.6)
#ZN7handler12ha_index_endEv ## Fixed ## http://bugs.mysql.com/bug.php?id=74583, 74584, and LP #1384656 (Fixed in 5.6.25,5.7.6)
#ZN7handler19ha_index_or_rnd_endEv ## Fixed ## http://bugs.mysql.com/bug.php?id=74583, 74584, and LP #1384656, 1417382 (Fixed as above)
#Z18mysql_ha_rm_tables ## Fixed ## http://bugs.mysql.com/bug.php?id=74583, 74584, and LP #1384656 (Fixed in 5.6.25,5.7.6)
ZN7handler22ha_inplace_alter_tableEP5TABLEP18Alter_inplace_info ## Still present in 5.6 ## http://bugs.mysql.com/bug.php?id=74810, LP #1385062 (fixed in 5.7.6)
#ZN7handler9ha_createEPKcP5TABLEP24st_ha_create_information ## Fixed ## http://bugs.mysql.com/bug.php?id=74292 (fixed in 5.6.23) Duplicate MS#75284
#ZN7ha_heap11index_firstEPh ## Fixed ## http://bugs.launchpad.net/percona-server/+bug/1488055 (dup of 1518183 in 5.7 above)
#ZN7MDL_key12mdl_key_initENS_18enum_mdl_namespaceEPKcS2_ ## Fixed ## http://bugs.mysql.com/bug.php?id=74499 (fixed in 5.5.43)
#ZN7sys_var5checkEP3THDP7set_var ## Fixed ## http://bugs.mysql.com/bug.php?id=78064 (fixed in 5.6.29, 5.7.11, 5.8.0)
ZN8Item_row19illegal_method_callEPKc ## http://bugs.mysql.com/bug.php?id=76468
ZN8Protocol13end_statementEv ## http://bugs.mysql.com/bug.php?id=74411, pquery
ZN9READ_INFO10read_fieldEv ## http://bugs.mysql.com/bug.php?id=77993
ZNK10MDL_ticket26has_stronger_or_equal_typeE13enum_mdl_type ## http://bugs.launchpad.net/percona-server/+bug/1444706
ZNK10MDL_ticket28has_pending_conflicting_lockEv ## http://bugs.launchpad.net/percona-server/+bug/1384570 and #74584 ?
ZNK12Json_wrapper9to_stringEP6StringbPKc ## https://bugs.mysql.com/bug.php?id=86472
ZNK5Field7is_nullEx ## http://bugs.launchpad.net/percona-server/+bug/1445833 - now DB-838
ZNK5Field13column_formatEv ## http://bugs.launchpad.net/percona-server/+bug/1662055
ZNK6String7charsetEv ## http://bugs.mysql.com/bug.php?id=74578
#ZNK7handler6ha_thdEv ## Fixed ## http://bugs.mysql.com/bug.php?id=75284 (fixed in 5.6.23) Duplicate MS#74292
ZNK7handler22ha_statistic_incrementEM17system_status_vary ## http://bugs.mysql.com/bug.php?id=75234
ZNK7evictor24unsafe_read_size_currentEv ## http://tokutek.atlassian.net/browse/DB-1034
ZNK8Item_row4typeEv ## http://bugs.mysql.com/bug.php?id=81408
ZNK11Gis_polygon4areaEPdPPKc ## http://bugs.mysql.com/bug.php?id=81409
Z14get_all_tablesP3THDP10TABLE_LISTP4Item ## http://bugs.mysql.com/bug.php?id=81412
is_last_prefix <= 0 ## http://bugs.mysql.com/bug.php?id=81412
Z34set_field_to_null_with_conversionsP5Fieldb ## http://bugs.launchpad.net/percona-server/+bug/1582055 and MS Bug 81446 below
Z17store_create_infoP3THDP10TABLE_LISTP6StringP24st_ha_create_informationb ## http://bugs.mysql.com/bug.php?id=81446
Z19create_schema_tableP3THDP10TABLE_LIST ## http://bugs.mysql.com/bug.php?id=81446
ZN10Item_field13save_in_fieldEP5Fieldb ## http://bugs.mysql.com/bug.php?id=81446
ZN10Sort_param17init_for_filesortEjP5TABLEmyb ## http://bugs.mysql.com/bug.php?id=84824
ZN8Item_int13save_in_fieldEP5Fieldb ## http://bugs.mysql.com/bug.php?id=81446
ZN13Protocol_text5storeEP5Field ## http://bugs.mysql.com/bug.php?id=81446
Z14servers_reloadP3THD ## http://bugs.mysql.com/bug.php?id=81447
#ZN11Query_cache13end_of_resultEP3THD ## http://bugs.mysql.com/bug.php?id=81448 # Testcase needed (may need pquery+mysqld option)
#Z15mysql_drop_userP3THDR4ListI11st_lex_userE ## Fixed ## http://bugs.mysql.com/bug.php?id=81449
Z8filesortP3THDP5TABLEP13st_sort_fieldjP10SQL_SELECTybPy ## http://bugs.mysql.com/bug.php?id=81450
ZN18st_select_lex_unit4execEv ## http://bugs.mysql.com/bug.php?id=81454
ZN7handler11get_dup_keyEi ## http://bugs.mysql.com/bug.php?id=81455
Z11alloc_queryP3THDPKcj ## http://bugs.mysql.com/bug.php?id=81471
ZN22subselect_union_engine7no_rowsEv ## http://bugs.mysql.com/bug.php?id=81472
Z7sortcmpPK6StringS1_P15charset_info_st ## http://bugs.mysql.com/bug.php?id=81457
Z10find_type2PK10st_typelibPKcjP15charset_info_st ## http://bugs.mysql.com/bug.php?id=81457
ZN8Item_row7val_strEP6String ## http://bugs.mysql.com/bug.php?id=57552 and 76468
ZNK4Item10field_typeEv ## http://bugs.mysql.com/bug.php?id=81532
ZN15Event_scheduler5startEPi ## http://bugs.launchpad.net/percona-server/+bug/1587195
## =========== Error log crashing query based ===========
^Query ([0-9a-f]\+): SELECT.*FROM INFORMATION_SCHEMA.INNODB_FT_CONFIG$ ## http://bugs.launchpad.net/percona-server/+bug/1375153
## =========== pquery reducer scripts TEXT based (for short strings that may be part of other assertion messages. End with $ EOL char and add . before and after text) ===========
#TEXT=.is_started.$ ## Fixed ## http://bugs.mysql.com/bug.php?id=76425
#TEXT=.r == 0.$ ## PS Bug #1511969 (verified), also see http://tokutek.atlassian.net/browse/DB-933 / DB-737
TEXT=.r == 0.$ ## http://tokutek.atlassian.net/browse/DB-1039
#TEXT=.r == 0.$ ## http://tokutek.atlassian.net/browse/FT-723 also see DB-737 (fixed in 5.6.23/Tk7.5.6)
#TEXT=.my_b_write.$ ## Fixed ## http://bugs.mysql.com/bug.php?id=74950 (fixed in 5.6.27, 5.7.9)
#TEXT=.strlen.m_ptr.$ ## Fixed ## http://bugs.mysql.com/bug.php?id=75870 (Also ref bug 79905) (Fixed in MS 5.7.8)
TEXT=.strlen.m_ptr.$ ## http://bugs.mysql.com/bug.php?id=84754
#TEXT=.\. is_set.$ ## Fixed ## http://bugs.mysql.com/bug.php?id=74597 (old PS Bug #1206050)
#TEXT=.\. is_set.$ ## 79303 Also shows like this ## 5.6 needs better testcase ## http://bugs.mysql.com/bug.php?id=76515 (#74597 ^ not fixed yet) (fixed in 5.7.9)
TEXT=.\. is_set.$ ## http://bugs.mysql.com/bug.php?id=83796 and http://bugs.mysql.com/bug.php?id=83797
TEXT=...tables.$ ## http://bugs.mysql.com/bug.php?id=74740 (Also see above #74740)
TEXT=.child_l.$ ## http://bugs.mysql.com/bug.php?id=76277 (with debug build)
TEXT=.false.$ ## http://bugs.mysql.com/bug.php?id=74877
TEXT=.fd .= -1.$ ## http://bugs.mysql.com/bug.php?id=74641
TEXT=.res.$ ## http://bugs.mysql.com/bug.php?id=76745
TEXT=.src.$ ## Still present in 5.5,5.6 ## http://bugs.mysql.com/bug.php?id=74500 (fixed in 5.7.6)
TEXT=.strlen.db.$ ## http://bugs.mysql.com/bug.php?id=76467
TEXT=.thd.$ ## http://bugs.launchpad.net/percona-server/+bug/1372675 (pquery) # May need review
TEXT=.\.\.thd.$ ## http://bugs.mysql.com/bug.php?id=86174
TEXT=.thread .= __null.$ ## http://bugs.mysql.com/bug.php?id=79802 (5.7.10)
TEXT=.i == .uint16.$ ## http://bugs.mysql.com/bug.php?id=79829
TEXT=.\.create_info->options \. 1.$ ## http://bugs.mysql.com/bug.php?id=81451
TEXT=.fd >= 0.$ ## http://bugs.mysql.com/bug.php?id=81453
TEXT=.\.shutdown_in_progress.$ ## http://bugs.launchpad.net/percona-server/+bug/1633960 (w/o testcase)
TEXT=.tab->ref.$ ## http://bugs.mysql.com/bug.php?id=83541
TEXT=.false.$ ## http://bugs.mysql.com/bug.php?id=83120
TEXT=.part_rec_buf_ptr.$ ## http://bugs.mysql.com/bug.php?id=86255