forked from Percona-QA/percona-qa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
known_bugs.strings
1050 lines (1028 loc) · 139 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
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
## i-s-temp-tables bugs: see https://bugs.launchpad.net/percona-server/+bugs?field.tag=i-s-temp-tables
## SET DEBUG... cases: likely non-important, ref https://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 https://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 8.0 GA
Item_func_internal_get_comment_or_error..val_str ## https://bugs.mysql.com/bug.php?id=90518 # Optimized build
adjust_fk_parents ## https://bugs.mysql.com/bug.php?id=90520 # Optimized build
.trx->declared_to_be_inside_innodb ## https://bugs.mysql.com/bug.php?id=90521 # Optimized build
.n . .n - 1.. == 0 ## https://bugs.mysql.com/bug.php?id=90522 # Optimized build
ut0link_buf.h.191..capacity . .capacity - 1.. == 0 ## https://bugs.mysql.com/bug.php?id=90523 # Optimized build
TEXT=.write_max_size > 0.$ ## https://bugs.mysql.com/bug.php?id=90526 # Optimized build
partition_info..add_named_partition ## https://bugs.mysql.com/bug.php?id=90542 # Optimized build
dirname_length ## https://bugs.mysql.com/bug.php?id=90543 # Optimized build
std.._Hashtable<std..string, std..pair<std..string const, unsigned long>, std..allocator<std..pair<std..string const, unsigned long> >, std..__detail.._Select1st, std..equal_to<std..string>, std..hash<std..string>, std..__detail.._Mod_range_hashing, std..__detail.._Default_ranged_hash, std..__detail.._Prime_rehash_policy, std..__detail.._Hashtable_traits<true, false, true> >..find ## https://bugs.mysql.com/bug.php?id=90544 # Optimized build
fil_space_get.table->space. .= __null ## https://bugs.mysql.com/bug.php?id=90545
.thd .. thd->locked_tables_mode .. .thd->mdl_context.has_locks ## https://bugs.mysql.com/bug.php?id=90546
gtid_next_type == ANONYMOUS_GTID ## https://bugs.mysql.com/bug.php?id=90547
..idx_el_it ## https://bugs.mysql.com/bug.php?id=90548
.m_auto_increment_lock ## https://bugs.mysql.com/bug.php?id=90549
TEXT=.data_type.$ ## https://bugs.mysql.com/bug.php?id=90550
.thd->has_gtid_consistency_violation ## https://bugs.mysql.com/bug.php?id=90551
table .. table->s .. table->s->ha_share ## https://bugs.mysql.com/bug.php?id=90552
addr.page == FIL_NULL .. addr.boffset >= FIL_PAGE_DATA ## https://bugs.mysql.com/bug.php?id=90590
head->variables.gtid_next.type .= UNDEFINED_GTID ## https://bugs.mysql.com/bug.php?id=90640
TEXT=.bin2decimal.$ ## https://bugs.mysql.com/bug.php?id=90673
## =========== PS 8.0 RC
ha_innodb.cc.4926.0 ## https://jira.percona.com/browse/PS-4801
mysql_alter_table ## https://jira.percona.com/browse/PS-4802
dd_table_has_instant_cols ## https://jira.percona.com/projects/PS/issues/PS-4803
## =========== PS/MS 8.0 Prep
#strlen.db_name ## Fixed ## https://bugs.mysql.com/bug.php?id=83114
maybe_null ## https://bugs.mysql.com/bug.php?id=83115
#MDL_checker..is_read_locked.m_thd, .object ## Fixed ## https://bugs.mysql.com/bug.php?id=83117
sym_node->table .= NULL ## https://bugs.mysql.com/bug.php?id=86293
thd->mdl_context.owns_equal_or_stronger_lock. MDL_key..TABLESPACE, .., tablespace_name, MDL_INTENTION_EXCLUSIVE ## https://bugs.mysql.com/bug.php?id=86297
row_drop_table_for_mysql ## https://bugs.mysql.com/bug.php?id=88161
m_thd->get_transaction ## https://bugs.mysql.com/bug.php?id=88255
max_length >= length ## https://bugs.mysql.com/bug.php?id=88256
TEXT=.String\.\.ptr.$ ## https://bugs.mysql.com/bug.php?id=88257
trans_table .. .changed .. thd->get_transaction ## https://bugs.mysql.com/bug.php?id=88258
TEXT=.mon > 0 \.\. mon < 13.$ ## https://bugs.mysql.com/bug.php?id=88259
trn_ctx->is_active.Transaction_ctx..SESSION ## https://bugs.mysql.com/bug.php?id=88260
TEXT=.type.$ ## https://bugs.mysql.com/bug.php?id=88261
MYSQL_BIN_LOG..new_file_impl ## https://bugs.mysql.com/bug.php?id=88262
recv_recovery_is_on.. .. Log_DDL..is_in_recovery.. ## https://bugs.mysql.com/bug.php?id=88263
has_prelocking_list .. thd->mdl_context.owns_equal_or_stronger_lock. MDL_key..TABLE, rt->db ## https://bugs.mysql.com/bug.php?id=88264
sys_var_pluginvar..global_update ## https://bugs.mysql.com/bug.php?id=88265
ticket->m_lock->m_obtrusive_locks_granted_waiting_count .= 0 ## https://bugs.mysql.com/bug.php?id=88266
val <= 4294967295u ## https://bugs.mysql.com/bug.php?id=88267
Sql_cmd_call..prepare_inner ## https://bugs.mysql.com/bug.php?id=88268
.field->prefix_len .. field->fixed_len == field->prefix_len ## https://bugs.mysql.com/bug.php?id=88269
TEXT=.length == 3.$ ## https://bugs.mysql.com/bug.php?id=88270
TEXT=.new_table \.= nullptr.$ ## https://bugs.mysql.com/bug.php?id=88271
new_value >= 0 ## https://bugs.mysql.com/bug.php?id=88272
has_error == thd->get_stmt_da ## https://bugs.mysql.com/bug.php?id=88273
.table->in_use->is_error ## https://bugs.mysql.com/bug.php?id=88274
next_insert_id == 0 ## https://bugs.mysql.com/bug.php?id=88276
thd->is_system_thread ## https://bugs.mysql.com/bug.php?id=88277
#num_codepoints >= scanner.get_char_index ## Fixed ## https://bugs.mysql.com/bug.php?id=88278
len <= col->len .. ..col->mtype. == 5 .. .col->mtype. == 16 .. .col->mtype. == 14. .. ...col->mtype. == 15 .. .col->mtype. == 16. .. len == 2 . 2 . sizeof.double.. .. .col->len == 0 .. col->mtype == 1. ## https://bugs.mysql.com/bug.php?id=88279
dict_sdi_set ## https://bugs.mysql.com/bug.php?id=88280
ha_myisammrg..detach_children ## https://bugs.mysql.com/bug.php?id=88281
dict0dict.cc.6216 ## https://bugs.mysql.com/bug.php?id=88282
prebuilt->mysql_prefix_len <= record_buffer->record_size.. ## https://bugs.mysql.com/bug.php?id=88283
Item_direct_view_ref..fix_fields ## https://bugs.mysql.com/bug.php?id=88323
ha_innobase..update_thd ## https://bugs.mysql.com/bug.php?id=88324
error == DB_SUCCESS ## https://bugs.mysql.com/bug.php?id=88325
Field_iterator_view..create_item ## https://bugs.mysql.com/bug.php?id=88326
TEXT=.null_value.$ ## https://bugs.mysql.com/bug.php?id=88352
m_prebuilt->magic_n == 78540783 ## https://bugs.mysql.com/bug.php?id=88353
err == DB_SUCCESS .. err == DB_DUPLICATE_KEY ## https://bugs.mysql.com/bug.php?id=88355
TEXT=.table2 == NULL.$ ## https://bugs.mysql.com/bug.php?id=88356
purge_sys->n_stop == 0 ## https://bugs.mysql.com/bug.php?id=89503
Sql_cmd_install_plugin..execute ## https://bugs.mysql.com/bug.php?id=89504
thread_ids.empty ## https://bugs.mysql.com/bug.php?id=91847
Cached_authentication_plugins..optimize_plugin_compare_by_pointer ## https://bugs.mysql.com/bug.php?id=91899
srv_shutdown_all_bg_threads ## https://bugs.mysql.com/bug.php?id=91973
TEXT=.\.fail.$ ## https://bugs.mysql.com/bug.php?id=91975 (NOTE: ".fail" is very common in logs (" failed" will match for example. Thus, actual testcase reduction had to be done using the string "dict0dd.cc:1071". An attempt to update text_string.sh to handle this string better proved non-straightforward. Thus the string is included here as-is (and is low enough frequency). Note also that this does NOT mean that all error logs with " failed" (i.e. as good as all logs as the mysqlx plugins commonly fails to load) are somehow filtered; it is only a text filter string for this particular bug as per framework workings (i.e. matched via reducer's TEXT="..." matching in pquery-clean-known.sh)
THD..send_statement_status ## https://bugs.mysql.com/bug.php?id=91976
TEXT=.ha_innopart..external_lock.$ ## https://bugs.mysql.com/bug.php?id=91978 (MS 8.0.12)
ut0ut.cc.670 ## https://bugs.mysql.com/bug.php?id=91978 (MS 8.0.12)
#TEXT=.innobase_parse_hint_from_comment.$ ## https://bugs.mysql.com/bug.php?id=91978 (MS 8.0.12) (not reproducible)
head->variables.gtid_next.type == ANONYMOUS_GTID ## https://bugs.mysql.com/bug.php?id=91980
charset_database_number <= 0xFF ## https://bugs.mysql.com/bug.php?id=91986
#rc == TYPE_OK ## Fixed ## https://bugs.mysql.com/bug.php?id=86282
rc == TYPE_OK ## https://bugs.mysql.com/bug.php?id=91987 (new occurence of same assert)
std.._Hashtable<std..__cxx11..basic_string<char, std..char_traits<char>, std..allocator<char> >, std..pair<std..__cxx11..basic_string<char, std..char_traits<char>, std..allocator<char> > const, unsigned long>, std..allocator<std..pair<std..__cxx11..basic_string<char, std..char_traits<char>, std..allocator<char> > const, unsigned long> >, std..__detail.._Select1st, std..equal_to<std..__cxx11..basic_string<char, std..char_traits<char>, std..allocator ## https://bugs.mysql.com/bug.php?id=91988
#TEXT=.\.is_set.$ ## Fixed ## https://bugs.mysql.com/bug.php?id=90525
TEXT=.\.is_set.$ ## https://bugs.mysql.com/bug.php?id=91990
TEXT=.Field..real_maybe_null.$ ## https://bugs.mysql.com/bug.php?id=92034 (likely dbg dup of 92189)
set_field_to_null_with_conversions ## https://bugs.mysql.com/bug.php?id=92189 (likely opt dup of 92034)
table->get_ref_count.. > 0 ## https://bugs.mysql.com/bug.php?id=92055
ailure. api0api.cc.3706..sdi_delete_failed ## https://bugs.mysql.com/bug.php?id=88354
ailure. api0api.cc.3163..sdi_delete_failed ## https://bugs.mysql.com/bug.php?id=92036
index->type . 32 .. root .= FIL_NULL .. dict_table_is_discarded.m_table. ## https://bugs.mysql.com/bug.php?id=92057
Item..save_in_field_inner ## https://bugs.mysql.com/bug.php?id=92067
lock_rec_get_rec_not_gap.lock. ## https://bugs.mysql.com/bug.php?id=92068
lock0lock.cc.7034 ## https://bugs.mysql.com/bug.php?id=92069
thd->variables.gtid_next.type == AUTOMATIC_GTID ## https://bugs.mysql.com/bug.php?id=92070
dict0dd.cc:5.....error ## https://bugs.mysql.com/bug.php?id=92071
TEXT=.mi->rli->inited.$ ## https://bugs.mysql.com/bug.php?id=92073
TEXT=.j < ncol.$ ## https://bugs.mysql.com/bug.php?id=92074
#.primary_key == key ## Fixed ## https://bugs.mysql.com/bug.php?id=92075 (8.0.11 only)
my_b_write.IO_CACHE., ## https://bugs.mysql.com/bug.php?id=92096
TEXT=.can_switch.$ ## https://bugs.mysql.com/bug.php?id=92097
Item_field..val_time_temporal ## https://bugs.mysql.com/bug.php?id=92170
Locked_tables_list..unlock_locked_tables ## https://bugs.mysql.com/bug.php?id=92185
trx0trx.h.1326.trx->in_depth > 0 ## https://bugs.mysql.com/bug.php?id=92186
TEXT=.level <= 50.$ ## https://bugs.mysql.com/bug.php?id=92187
dict0dict.cc.5743 ## https://bugs.mysql.com/bug.php?id=92188 (debug build)
void dd_write_table<dd..Table> ## https://bugs.mysql.com/bug.php?id=92188 (optimized build)
#HERE
## =========== Column compression
#ZNK5Field37has_associated_compression_dictionaryEv ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1621684
#row0merge.cc line 526 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1630485
#ha_innodb.cc line 4167 ## https://bugs.launchpad.net/percona-server/+bug/1629257 (old line nr)
#ha_innodb.cc line 4203 ## https://bugs.launchpad.net/percona-server/+bug/1629257 (old line nr)
#ha_innodb.cc line 4170 ## https://bugs.launchpad.net/percona-server/+bug/1629257 (old line nr)
ha_innodb.cc line 4218 ## https://bugs.launchpad.net/percona-server/+bug/1629257 (PS 5.6.35)
ha_innodb.cc line 4206 ## https://bugs.launchpad.net/percona-server/+bug/1666101 (similar to 1668508)
ha_innodb.cc line 4170 ## https://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 ## https://bugs.launchpad.net/percona-server/+bug/1630500
zip_dict_name.str == 0 .. column_format ## https://bugs.launchpad.net/percona-server/+bug/1633957
## =========== Early 5.7 Prepatory Work ===========
#buf0flu.cc line 2807 ## https://bugs.mysql.com/bug.php?id=85585 (not verified yet, so this line is remarked ftm)
#sync0debug.cc line 299 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1414257 (# after next bzr pull)
#buf0lru.cc line 2245 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1415357 (# after next bzr pull)
#ha_innodb.cc line 15747 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1415357 (2nd addition - ref comment #6) (# after next bzr pull)
#row0quiesce.cc line 692 ## Fixed ## https://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 ## https://bugs.mysql.com/bug.php?id=75688
#btr0bulk.cc line 948 ## Fixed ## https://bugs.mysql.com/bug.php?id=75692 (Apparent dup of MS #74422) (# after MS 5.7.6 merged)
#select_lex->having_cond ## Fixed ## https://bugs.mysql.com/bug.php?id=75693 (# after MS 5.7.6 merged)
#ha_innodb.cc line 17780 ## Fixed ## https://bugs.mysql.com/bug.php?id=75736 PS
#ha_innodb.cc line 17770 ## Fixed ## https://bugs.mysql.com/bug.php?id=75736 MS
#ha_innodb.cc line 17770 ## Fixed ## https://bugs.mysql.com/bug.php?id=75736 MS
btr0pcur.c line 237 ## https://bugs.mysql.com/bug.php?id=88750 MS
btr0pcur.c line 241 ## https://bugs.mysql.com/bug.php?id=88750 PS
btr0cur.cc line 830 ## https://bugs.mysql.com/bug.php?id=86051
#btr0cur.c line 871 ## Fixed ## https://bugs.mysql.com/bug.php?id=84753 (2nd testcase, MS 5.5.52) (Duplicate of 84485)
#btr0cur.c line 959 ## Fixed ## https://bugs.mysql.com/bug.php?id=84753 (2nd testcase, PS 5.5.54) (Duplicate of 84485)
#trx0trx.cc line 1257 ## Fixed ## https://bugs.mysql.com/bug.php?id=84753 (1st testcase, MS 5.7.16) (Duplicate of 84485)
#trx0trx.cc line 1292 ## Fixed ## https://bugs.mysql.com/bug.php?id=84753 (1st testcase, PS 5.7.16) (Duplicate of 84485)
#btr0cur.cc line 2208 ## Fixed ## https://bugs.mysql.com/bug.php?id=74747 MS (# after MS 5.7.6 merged)
#btr0cur.cc line 2204 ## Fixed ## https://bugs.mysql.com/bug.php?id=74747 PS (# after MS 5.7.6 merged)
#trx0trx.cc line 1270 ## Fixed ## https://bugs.mysql.com/bug.php?id=75782 (# after MS 5.7.8 merged)
#btr0btr.ic line 126 ## Fixed ## https://bugs.mysql.com/bug.php?id=75784 (Apparent dup of MS #74577) (# after MS 5.7.6 merged)
btr0cur.cc line 1240 ## https://bugs.mysql.com/bug.php?id=74747 (Apparently does not exist in 5.7.6)
#fil0fil.cc line 6973 ## Fixed ## https://bugs.mysql.com/bug.php?id=82386 (Could not reproduce the issue)
fsp0fsp.cc line 2023 ## https://bugs.mysql.com/bug.php?id=74343 (testcase from bug #74876 triggers this assertion also)
#ZN16QEP_shared_owner4keysEv ## Fixed ## https://bugs.mysql.com/bug.php?id=75938
#Z14fill_variablesP3THDP10TABLE_LISTP4Item ## Fixed ## https://bugs.mysql.com/bug.php?id=75940
Z14ha_show_statusP3THDP10handlerton12ha_stat_type ## https://jira.percona.com/browse/PS-4491 (also see dups below)
ZN7rocksdb16ColumnFamilyData19InstallSuperVersionEPNS_19SuperVersionContextEPNS_17InstrumentedMutexERKNS_16MutableCFOptionsE ## Likely duplicate of PS-4491 above alsos logged as PS-4478
manifest_filenames->empty ## Likely duplicate of PS-4491 above
#job_context->logs_to_free.empty ## Likely dup or consequence of PS-4491 above (on shutdown). Check report and add new testcase if other bug
#Z18create_ref_for_keyP4JOINP8JOIN_TABP7Key_usey ## Fixed ## https://bugs.mysql.com/bug.php?id=75944 (Marked dup of 74559) (# after MS 5.7.7 merged)
#t1->result_range ## Fixed ## https://bugs.mysql.com/bug.php?id=75946 (# after MS 5.7.7 merged)
t1->result_range ## https://bugs.mysql.com/bug.php?id=83737 (but seen again in 5.6.34)
t1->result_range ## https://bugs.mysql.com/bug.php?id=88801 (handle together with 83737)
#old_value >= 1 ## Fixed ## https://bugs.mysql.com/bug.php?id=76406 (# after MS 5.7.8 merged)
#Z18replace_user_tableP3THDP5TABLEP11st_lex_usermbbb ## Fixed ## https://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 ## https://bugs.mysql.com/bug.php?id=75958 (# after MS 5.7.6 merged)
#ha_innodb.cc line 15747 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1423314 ## Fixed in 5.7.10.2rc2
#buf0lru.cc line 2245 ## Fixed ## https://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 ## https://bugs.mysql.com/bug.php?id=74604 (5.7 version thereof)
m_index_scan_type .= partition_index_last ## https://bugs.mysql.com/bug.php?id=85537
#trx0trx.h line 1410 ## Fixed ## https://bugs.mysql.com/bug.php?id=76415
thd->ha_data.ht_arg->slot..ha_ptr_backup == __null .. .thd->is_binlog_applier ## https://bugs.mysql.com/bug.php?id=87572
#thd->variables.gtid_next.type == ANONYMOUS_GROUP ## Fixed ## https://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 ## Fixed ## https://bugs.mysql.com/bug.php?id=86250
#db_return_ ## Fixed ## https://bugs.mysql.com/bug.php?id=76417 (dup of 76154)
#i == uint2korr.part_rec_buf_ptr ## Fixed ## https://bugs.mysql.com/bug.php?id=76418
#row0mysql.cc line 2405 ## Fixed ## https://bugs.mysql.com/bug.php?id=76419 (# after MS 5.7.8 merged)
#row0mysql.cc line 2418 ## Fixed ## https://bugs.mysql.com/bug.php?id=76419 (# after MS 5.7.8 merged)
#row0mysql.cc line 3339 ## Fixed ## https://bugs.mysql.com/bug.php?id=75945
#ZN13MYSQL_BIN_LOG12find_log_posEP11st_log_infoPKcb ## Fixed ## https://bugs.mysql.com/bug.php?id=75767 (semi-duplicated by 76420, our bug)
#thd->mdl_context.owns_equal_or_stronger_lock. MDL_key..TABLESPACE, .., create_info->tablespace, MDL_INTENTION_EXCLUSIVE ## Fixed in 5.7.8 https://bugs.mysql.com/bug.php?id=76424
#dict0priv.ic line 44 ## Fixed ## https://bugs.mysql.com/bug.php?id=76430
#ha_innodb.cc line 9833 ## Fixed ## https://bugs.mysql.com/bug.php?id=76431 (apparently fixed via 75935)
#ZN14Rpl_info_tableC2EjPKcS1_ ## Fixed ## https://bugs.mysql.com/bug.php?id=76432
#gtid_next->type .= AUTOMATIC_GROUP .. thd->owned_gtid.is_empty ## Fixed ## https://bugs.mysql.com/bug.php?id=76434
#pos->field .= __null .. pos->item .= __null ## Fixed ## https://bugs.mysql.com/bug.php?id=76435
#ZN13st_select_lex13merge_derivedEP3THDP10TABLE_LIST ## Fixed ## https://bugs.mysql.com/bug.php?id=76436
#btr0cur.cc line 2573 ## Fixed ## https://bugs.mysql.com/bug.php?id=76437
#.enum_set_typelib .. get_real_type.item ## Fixed ## https://bugs.mysql.com/bug.php?id=76438 (Fixed in 5.7.7 via internal bug upstream)
#buf0buf.cc line 1106 ## Fixed ## https://bugs.mysql.com/bug.php?id=76439
#handler0alter.cc line 6647 ## Fixed ## https://bugs.mysql.com/bug.php?id=76445
handler0alter.cc line 5869 ## https://bugs.mysql.com/bug.php?id=83799 PS
handler0alter.cc line 5817 ## https://bugs.mysql.com/bug.php?id=83799 MS
#explain_other .. unit->is_optimized ## Fixed ## https://bugs.mysql.com/bug.php?id=76446
## =========== MS 5.7.7 RC ===========
#Z15ha_commit_transP3THDbb ## Fixed ## https://bugs.mysql.com/bug.php?id=77520 (Could not reproduce the issue with latest build)
#trx0trx.cc line 1290 ## Fixed ## https://bugs.mysql.com/bug.php?id=77521 (# after MS 5.7.9 merged)
#Z27fill_schema_user_privilegesP3THDP10TABLE_LISTP4Item ## Fixed ## https://bugs.mysql.com/bug.php?id=77522
#Z29fill_schema_schema_privilegesP3THDP10TABLE_LISTP4Item ## Fixed ## https://bugs.mysql.com/bug.php?id=77522 (ref above)
#Z16acl_authenticateP3THDm ## Fixed ## https://bugs.mysql.com/bug.php?id=77522 (ref above)
#Z11acl_getrootP16Security_contextPcS1_S1_PKc ## Fixed ## https://bugs.mysql.com/bug.php?id=77522 (ref above)
Z11plugin_lockP3THDPPP13st_plugin_int ## https://jira.percona.com/browse/MYR-220
#Z28acl_check_proxy_grant_accessP3THDPKcS2_b ## Fixed ## https://bugs.mysql.com/bug.php?id=77523
#Z7acl_getPKcS0_S0_S0_c ## Fixed ## https://bugs.mysql.com/bug.php?id=77523
#ZN14Rpl_info_tableC1EjPKcS1_ ## Fixed ## https://bugs.mysql.com/bug.php?id=77524
#Z16name_hash_searchP7st_hashPKcS2_S2_S2_S2_bb ## Fixed ## https://bugs.mysql.com/bug.php?id=77525 (# after MS 5.7.9 merged)
#dict0mem.cc line 110 ## Fixed ## https://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 ## Fixed ## https://bugs.mysql.com/bug.php?id=77527
## 5.7.8 RC2 Test
#Z18get_interval_valueP4Item13interval_typeP6StringP8Interval ## Fixed ## https://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 ## https://bugs.mysql.com/bug.php?id=78188
#fts0fts.cc line 3160 ## Fixed ## https://bugs.mysql.com/bug.php?id=78235 (# after MS 5.7.9 merged)
#ha_innodb.cc line 1220 ## Fixed ## https://bugs.mysql.com/bug.php?id=78236
#Z14get_quick_keysP5PARAMP18QUICK_RANGE_SELECTP11st_key_partP7SEL_ARGPhjS7_j ## Fixed ## https://bugs.mysql.com/bug.php?id=78237 (duplicate of 78188)
#ZN10Field_blob8val_realEv ## Fixed ## https://bugs.mysql.com/bug.php?id=78250
#Z7row_updP10upd_node_tP9que_thr_t ## Fixed ## https://bugs.mysql.com/bug.php?id=78251
#ZN16Partition_helper19ph_read_range_firstEPK12st_key_rangeS2_bb ## Fixed ## https://bugs.mysql.com/bug.php?id=78260 (# after MS 5.7.10 merged)
ZN7SEL_ARG9store_minEjPPhj ## https://bugs.mysql.com/bug.php?id=78238
#mp->count > 0 .. my_thread_equal.my_thread_self ## Fixed ## https://bugs.mysql.com/bug.php?id=78337 (unclear what version it was fixed in)
#buf0buf.cc line 3388 ## Fixed ## https://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 ## https://bugs.mysql.com/bug.php?id=78695
#row0upd.cc line 1786 ## Fixed ## https://bugs.mysql.com/bug.php?id=75837
#row0upd.cc line 1759 ## Fixed ## https://bugs.mysql.com/bug.php?id=76528 (likely dup of 75837)
#row0upd.cc line 2171 ## Fixed ## https://bugs.mysql.com/bug.php?id=78698 (successor of 75837 & 76528 in 5.7.8)
#dict0load.cc line 2561 ## Fixed ## https://bugs.mysql.com/bug.php?id=78701
#ZN3THD21send_statement_statusEv ## Fixed ## https://bugs.mysql.com/bug.php?id=78701
#dict0stats.cc line 3049 ## Fixed ## https://bugs.mysql.com/bug.php?id=78714
#ha_innopart.cc line 3526 ## Fixed ## https://bugs.mysql.com/bug.php?id=78728
## =========== MS 5.7 GA ===========
.xid->is_null ## https://bugs.mysql.com/bug.php?id=80694
# row0quiesce.cc line 724 ## Fixed ## https://bugs.mysql.com/bug.php?id=90154 (Old bug #80669. Fixed in 5.7.11)
ut0ut.cc line 921 ## https://bugs.mysql.com/bug.php?id=80695 PS
ut0ut.cc line 936 ## https://bugs.mysql.com/bug.php?id=80668
#pfs_file .= __null ## Fixed ## https://bugs.mysql.com/bug.php?id=79016
#Z8filesortP3THDP8FilesortbPyS3_S3_ ## Fixed ## https://bugs.mysql.com/bug.php?id=79016
#ZN9Item_func4walkEM4ItemFbPhENS0_9enum_walkES1_## Fixed ## https://bugs.mysql.com/bug.php?id=79018
#Z22get_filename_hash_pinsP10PFS_thread ## Fixed ## https://bugs.mysql.com/bug.php?id=79042
refkey_rows_estimate >= 1.0 ## https://bugs.mysql.com/bug.php?id=80782
thd->owned_gtid.is_empty ## https://bugs.mysql.com/bug.php?id=80663
thd->owned_gtid.sidno == THD..OWNED_SIDNO_ANONYMOUS ## https://bugs.mysql.com/bug.php?id=80665
thd->variables.gtid_next.type == AUTOMATIC_GROUP ## https://bugs.mysql.com/bug.php?id=80670
## =========== MS 5.7 Group Replication ===========
#con->fd >= 0 ## Fixed ## https://bugs.mysql.com/bug.php?id=82584
## =========== PS 5.7 Beta & GA ===========
buf0lru.cc line 2259 ## https://bugs.launchpad.net/percona-server/+bug/1553166
#ZN8Item_row7val_strEP6String ## Fixed ## alpha ## https://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 ## https://bugs.launchpad.net/percona-server/+bug/1517757 ## Fixed in PS 5.7.10-2rc2
row0ins.cc line 282 ## https://bugs.launchpad.net/percona-server/+bug/1553883
rem0rec.cc line 886 ## MS5.7 ## https://bugs.mysql.com/bug.php?id=80681
rem0rec.cc line 872 ## MS5.7 ## https://bugs.mysql.com/bug.php?id=79794
trx0trx.cc line 1297 ## beta ## https://bugs.mysql.com/bug.php?id=79349
trx0trx.cc line 1262 ## MS5.7 ## https://bugs.mysql.com/bug.php?id=79349 (same bug as trx0trx.cc line 1297 on PS)
#thd->get_transaction ## Fixed ## beta ## https://bugs.launchpad.net/percona-server/+bug/1518183 (dup of 1488055 below) ## Fixed in PS 5.7.10-rc1
thd->get_transaction ## https://jira.percona.com/browse/PS-291 (5.7.20)
#sync0policy.ic line 63 ## MS5.7 ## https://bugs.mysql.com/bug.php?id=79391 (MS version of PS #1519201) (remarked to not miss anything in PS)
sync0policy.ic line 93 ## https://jira.percona.com/browse/PS-3902
#buf0buf.ic line 230 ## beta ## https://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 ## https://bugs.launchpad.net/percona-server/+bug/1519204 (duplicate of 1368552) ## Fixed in PS 5.7.10-rc2
ZN12ha_myisammrg15detach_childrenEv ## MS5.7 ## https://bugs.mysql.com/bug.php?id=79392
#trx0sys.cc line 1265 ## Fixed ## MS5.7 ## https://bugs.mysql.com/bug.php?id=79416 (same line for PS&MS)
#ha_innodb.cc line 2653 ## Fixed ## beta ## https://bugs.mysql.com/bug.php?id=79416 (secondary bug, same testcase as MS #79416, on PS)
#ha_innodb.cc line 2444 ## Fixed ## MS5.7 ## https://bugs.mysql.com/bug.php?id=79416 (secondary bug, same testcase as MS #79416, on MS)
ZN13st_select_lex19make_active_optionsEyy ## MS5.7 ## https://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 # https://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 # https://bugs.mysql.com/bug.php?id=79820
#.old_mh->m_key == key ## beta ## https://bugs.launchpad.net/percona-server/+bug/1534874 ## Fixed in PS 5.7.10-2rc2
#..HA_ATTACHABLE_TRX_COMPATIBLE is not set. ## beta ## https://bugs.launchpad.net/percona-server/+bug/1520403 (duplicate of 1488055) ## Fixed in PS 5.7.10-rc1
#fsp0fsp.cc line 766 ## RC1 ## https://bugs.launchpad.net/percona-server/+bug/1529555 ## Fixed in PS 5.7.10-2rc2
#ZN12Item_func_sp8val_jsonEP12Json_wrapper ## Fixed ## MS5.7 ## https://bugs.mysql.com/bug.php?id=79801 (Fixed in 5.8 only, ref 86249)
#ZN12Item_func_sp8val_jsonEP12Json_wrapper ## Fixed ## MS5.7 ## https://bugs.mysql.com/bug.php?id=86249
ha_innodb.cc line 8210 ## MS5.7 ## https://bugs.mysql.com/bug.php?id=79821 (debug)
ha_innodb.cc line 8621 ## ^ ## https://bugs.mysql.com/bug.php?id=79821 (PS 5.7, debug)
ha_innodb.cc line 9408 ## ^ ## https://bugs.mysql.com/bug.php?id=79821 (PS 5.7.20, debug)
Z18row_search_no_mvccPh15page_cur_mode_tP14row_prebuilt_tmm ## ^ ## https://bugs.mysql.com/bug.php?id=79821 (PS 5.7, opt)
#strlen.m_ptr ## Fixed ## MS5.7 ## https://bugs.mysql.com/bug.php?id=79905
ZN17sys_var_pluginvar14session_updateEP3THDP7set_var ## RC1 ## https://bugs.launchpad.net/percona-server/+bug/1532635
length == 0 .. json_binary..parse_binary.ptr, length ## RC1 ## https://bugs.launchpad.net/percona-server/+bug/1536469
trx->undo_no == 0 ## MS5.7 ## https://bugs.mysql.com/bug.php?id=74876 (duplicated by 80062(74363))
type...! ## MS5.7 ## https://bugs.mysql.com/bug.php?id=80094
#Z18mysql_audit_notifyP3THDjjz ## Fixed ## PS5.6 # https://bugs.launchpad.net/percona-server/+bug/1538019
#Z18mysql_audit_notifyP3THD30mysql_event_general_subclass_tiPKcm ## Fixed ## PS5.7 # https://bugs.launchpad.net/percona-server/+bug/1538019
#Z18mysql_audit_notifyP3THD30mysql_event_general_subclass_tiPKcm ## Fixed ## PS5.7 # https://bugs.launchpad.net/percona-server/+bug/1544398 (Valgrind builds only)
#ZN17sys_var_pluginvar13global_updateEP3THDP7set_var ## Fixed ## MS5.7 ## https://bugs.mysql.com/bug.php?id=80152
#Z15error_log_print8loglevelPKcP13__va_list_tag ## Fixed ## MS5.7 ## https://bugs.mysql.com/bug.php?id=80153
#ZN6UniqueD1Ev ## Fixed ## MS5.7 ## https://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 ## https://bugs.launchpad.net/percona-server/+bug/1597143
#log0log.cc line 1256 ## Fixed ## PS5.7 ## https://bugs.launchpad.net/percona-server/+bug/1597143
log0log.cc line 562 ## PS5.7 ## https://bugs.launchpad.net/percona-server/+bug/1660760
log0log.cc line 556 ## ^ .18 ## https://bugs.launchpad.net/percona-server/+bug/1660760
log0log.cc line 1839 ## https://bugs.mysql.com/bug.php?id=89074 (was TDB-88)
log0log.cc line 2199 ## https://bugs.mysql.com/bug.php?id=89074 (was TDB-88)
Handlerton. share->file == NULL ## PS5.7 # https://tokutek.atlassian.net/browse/FT-725
ZN6tokudb6memory4freeEPv ## PS5.7 $ https://tokutek.atlassian.net/browse/FT-727
## =========== PS 5.7 TokuDB bugs ==========
#Handlerton. error == 0 ## https://tokutek.atlassian.net/browse/DB-927 # Fixed 5.7 RC2
#Handlerton. kc_info->cp_info.keynr. == NULL ## https://tokutek.atlassian.net/browse/DB-917 # Fixed 5.7 RC2
Handlerton. 0 ## https://tokutek.atlassian.net/browse/DB-1028
Handlerton: ctx->alter_txn == trx->stmt ## https://tokutek.atlassian.net/browse/DB-936
Handlerton. ctx->alter_txn == trx->stmt ## https://tokutek.atlassian.net/browse/DB-936
Handlerton. next_key_part < _rec_per_keys ## https://tokutek.atlassian.net/browse/DB-944
Handlerton. db .= NULL ## https://tokutek.atlassian.net/browse/DB-945
Handlerton. trx->tokudb_lock_count > 0 ## logged: https://jira.percona.com/browse/TDB-193
mh->m_magic == 1234 ## https://tokutek.atlassian.net/browse/DB-920
#used_keyparts <= key->user_defined_key_parts ## https://tokutek.atlassian.net/browse/DB-926 # Fixed 5.7 RC2
ZN9ha_tokudb16fill_row_mutatorEPhPjjP5TABLEP19st_key_and_col_infojb ## https://tokutek.atlassian.net/browse/DB-921
Z26toku_xids_can_create_childP6XIDS_S ## https://tokutek.atlassian.net/browse/DB-940
Z17mysql_lock_tablesP3THDPP5TABLEmj ## https://tokutek.atlassian.net/browse/DB-941
join == __null ## https://tokutek.atlassian.net/browse/DB-985
part_id < m_tot_part s ## https://tokutek.atlassian.net/browse/DB-983
cache_el.i.->used_tables.is_empty ## https://jira.percona.com/browse/PS-4789
txn->for_recovery ## https://jira.percona.com/browse/PS-4789
.thd->locked_tables_mode ## https://jira.percona.com/browse/PS-4789
## =========== Special: Various ===========
ha_innodb.cc line 3469 ##DONOTREMOVE## https://bugs.launchpad.net/percona-server/+bug/1584556 (srv_log_block_size >= 512)
ha_innodb.cc line 2797 ##DONOTREMOVE## https://bugs.launchpad.net/percona-server/+bug/1584556 (srv_log_block_size >= 512) PS 5.5.53
ha_innodb.cc line 3512 ##DONOTREMOVE## https://bugs.launchpad.net/percona-server/+bug/1584556 (srv_log_block_size >= 512) PS 5.6.35
ha_innodb.cc line 3521 ##DONOTREMOVE## https://bugs.launchpad.net/percona-server/+bug/1584556 (srv_log_block_size >= 512) PS 5.6.36
ha_innodb.cc line 3539 ##DONOTREMOVE## https://bugs.launchpad.net/percona-server/+bug/1584556 (srv_log_block_size >= 512) PS 5.6.38
ha_innodb.cc line 3540 ##DONOTREMOVE## https://bugs.launchpad.net/percona-server/+bug/1584556 (srv_log_block_size >= 512) PS 5.6.41
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 https://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 (Not a bug. This assertion is by design)
fil0fil.cc line 3524 ##DONOTREMOVE## ^ same as above, for MS 5.7.16 (also logged as https://bugs.mysql.com/bug.php?id=84593 Also see #73926, #74873)
#ZN13MYSQL_BIN_LOG11open_binlogEPKcS1_mbbbP28Format_description_log_event ## See https://jira.percona.com/browse/PS-4493 and compare details with new testcase/findings. If MYEXTRA contains --early-plugin-load=keyring_file.so and the SQL contains INSTALL PLUGIN keyring_vault SONAME 'keyring_vault.so'; you can expect either a crash on FLUSH BINARY LOGS (or any SQL which triggers the same) or earlier (different asserts) due to undefined behaviour
TEXT=.\.get_stmt_da.$ ## https://jira.percona.com/browse/PS-4500 | Ref ZN13MYSQL_BIN_LOG11open_binlogEPKcS1_mbbbP28Format_description_log_event and https://jira.percona.com/browse/PS-4493
## =========== Special: OOS issues ===========
#row0mysql.cc line 4950 ##DONOTREMOVE## Likely out of disk space. Check pquery-results.sh section 'Likely out of disk space'. Perhaps report at some point to upstream; remarking ftm. Also; filtering any OOS bugs may cause other bug masking!
#row0mysql.cc line 5376 ##DONOTREMOVE## Likely out of disk space. Check pquery-results.sh section 'Likely out of disk space'. Perhaps report at some point to upstream; remarking ftm. Also; filtering any OOS bugs may cause other bug masking!
#btr0btr.cc line 896 ##DONOTREMOVE## Likely out of disk space. Check pquery-results.sh section 'Likely out of disk space'. Perhaps report at some point to upstream; remarking ftm. Also; filtering any OOS bugs may cause other bug masking!
#mem0mem.ic line 157 ##DONOTREMOVE## Likely out of disk space. Check pquery-results.sh section 'Likely out of disk space'. Perhaps report at some point to upstream; remarking ftm. Also; filtering any OOS bugs may cause other bug masking!
#Z22dict_create_index_stepP9que_thr_t ##DONOTREMOVE## Likely out of disk space. Check pquery-results.sh section 'Likely out of disk space'. Perhaps report at some point to upstream; remarking ftm. Also; filtering any OOS bugs may cause other bug masking!
sz == write_size ##DONOTREMOVE## Likely out of disk space. Issues do not reduce. Often seen. Reconfirmed.
os0file.cc line 2357 ##DONOTREMOVE## Likely out of disk space. Issues do not reduce. Often seen. Reconfirmed.
info->end_of_file == inline_mysql_file_tel ##DONOTREMOVE## Likely out of disk space. Issues do not reduce. Often seen. Reconfirmed. This one covers 'info->end_of_file == inline_mysql_file_tell' (extra 'l') also
## =========== Special: OOM issues ===========
ut0ut.cc line 932 ##DONOTREMOVE## OOM: InnoDB: Failing assertion: !m_fatal InnoDB: Cannot allocate 2251799813701656 bytes of memory
.m_fatal ##DONOTREMOVE## OOM ^IDEM (PS/MS 8.0.3)
ha_innodb.cc line 3495 ##DONOTREMOVE## OOM ^IDEM (PS 5.6.32-78.0)
ha_innodb.cc line 19339 ##DONOTREMOVE## OOM: Sig6 due to [ERROR] InnoDB: InnoDB: Unable to allocate memory of size 1125899906843256.
ha_innodb.cc line 19411 ##DONOTREMOVE## OOM: ^IDEM (PS 5.6.33)
ha_innodb.cc line 19384 ##DONOTREMOVE## OOM: ^IDEM (PS 5.6.35)
ha_innodb.cc line 19475 ##DONOTREMOVE## OOM: ^IDEM (PS 5.6.38)
## =========== Special: set global innodb_saved_page_number_debug=x ===========
# Mailed Umesh on 14 Aug 2017 to re-open bug 74481 as one testcase still crashes ref [13 Aug 23:29] Roel Van de Paar
ut0ut.cc line 9[0-2][0-9] ##DONOTREMOVE## https://bugs.mysql.com/bug.php?id=74481
buf0buf.cc line 2852 ##DONOTREMOVE## ^IDEM: SET GLOBAL innodb_saved_page_number_debug=100; SET GLOBAL innodb_fil_make_page_dirty_debug=0;
fil0fil.cc line 6933 ##DONOTREMOVE## ^IDEM: SET @@GLOBAL.innodb_fil_make_page_dirty_debug=22;
fil0fil.cc line 5133 ##DONOTREMOVE## ^IDEM
buf0buf.cc line 2678 ##DONOTREMOVE## ^IDEM: SET GLOBAL innodb_fil_make_page_dirty_debug=38098908; (not logged)
## =========== Special: innodb_trx_rseg_n_slots_debug: Bug 74663/74682/74876?/75913?/1385028/1384567 ===========
btr0cur.cc line 899 ## https://bugs.mysql.com/bug.php?id=74663 (was 74682) MS
btr0cur.cc line 983 ## https://bugs.mysql.com/bug.php?id=74663 (was 74682) PS (with oldPS)
btr0cur.cc line 1132 ## https://bugs.mysql.com/bug.php?id=74663 (was 74682) PS
fsp0fsp.cc line 1887 ## https://bugs.mysql.com/bug.php?id=74663 (was 74682) MS
fsp0fsp.cc line 3208 ## https://bugs.launchpad.net/percona-server/+bug/1384567 (won't be fixed)
fsp0fsp.cc line 3236 ## https://jira.percona.com/browse/PS-4807
fsp0fsp.cc line 3246 ## https://bugs.launchpad.net/percona-server/+bug/1384567 older PS (idem)
fsp0fsp.cc line 1899 ## https://bugs.launchpad.net/percona-server/+bug/1384567
btr0cur.cc line 2208 ## https://bugs.launchpad.net/percona-server/+bug/1385028 (Dup of MS #74682/MS #74663)
fsp0fsp.cc line 2025 ## https://bugs.mysql.com/bug.php?id=74876 (MS 5.7.15-m15) (InnoDB: Failing assertion: inode)
Z20commit_try_norebuildP18Alter_inplace_infoP23ha_innobase_inplace_ctxPK5TABLEP5trx_tPK ## https://bugs.mysql.com/bug.php?id=74663 (previously 74363)
Z20commit_try_norebuildP18Alter_inplace_infoP23ha_innobase_inplace_ctxP5TABLEPKS3_P5trx_tPKc ## https://bugs.mysql.com/bug.php?id=74663
#btr0cur.cc line 1239 ## Fixed ## https://bugs.mysql.com/bug.php?id=75913 MS
#btr0cur.cc line 1244 ## Fixed ## https://bugs.mysql.com/bug.php?id=75913 PS
## =========== Special: innodb_checksum_algorithm dynamic change ===========
## This problem should have been mitigated by https://bugs.mysql.com/bug.php?id=75968. If not, please update this section accordingly
#ut0ut.cc line 98[0-9] ## https://bugs.mysql.com/bug.php?id=74855 and LP 1385030 (likely non-bug)
#buf0buf.cc line 2641 ## https://bugs.mysql.com/bug.php?id=74855 (PS #1392617) (also see above)
#buf0buf.cc line 4195 ## https://bugs.mysql.com/bug.php?id=74855, 2nd testcase MS (^^)
#buf0buf.cc line 4361 ## https://bugs.mysql.com/bug.php?id=74855, 2nd testcase PS (^^)
#InnoDB. log block checksum mismatch. expected ## https://bugs.launchpad.net/percona-server/+bug/1318453 (documented)
## =========== Special: InnoDB: Failing assertion: *mbmaxlen < 5 in file ha_innodb.cc line xxxx ===========
## This bug was fixed in 5.7.10, but may still seen in 5.5 or 5.6 runs. Note [8 Oct 2015 14:08] Marko Mäkelä comment in https://bugs.mysql.com/bug.php?id=78732 - serious bug?
## When this bug is seen, please create a new bug report with testcase and add a line here to match the then-current ha_innodb.cc line number. Test on 5.5 and 5.6 and add both
## In the resulting MS bug report, please link to previous related bugs (78732, 74585). Then update the upstream link in PS bug #1384616 to the new MS bug number/url
#ha_innodb.cc line 1803 ## https://bugs.mysql.com/bug.php?id=78732 (fixed in 5.7.10+ but still present in 5.5 and 5.6)
#ha_innodb.cc line 1128 ## https://bugs.mysql.com/bug.php?id=78732 (fixed in 5.7.10+ but still present in 5.5 and 5.6) line 1128=MS5.5
#ha_innodb.cc line 1401 ## https://bugs.mysql.com/bug.php?id=78732 (fixed in 5.7.10+ but still present in 5.5 and 5.6) line 1401=PS5.5
ha_innodb.cc line 1401 ## https://bugs.mysql.com/bug.php?id=88753 (PS 5.5.58) (possible dup of above)
ha_innodb.cc line 1128 ## https://bugs.mysql.com/bug.php?id=88753 (MS 5.5.58) (possible dup of above)
ha_innodb.cc line 1725 ## https://bugs.mysql.com/bug.php?id=88797 (MS 5.6.35)
ha_innodb.cc line 2128 ## https://bugs.mysql.com/bug.php?id=88797 (PS 5.6.38)
#ha_innodb.cc line 1725 ## https://bugs.mysql.com/bug.php?id=84825 (MS 5.6, alike to 78732)
#ha_innodb.cc line 2085 ## https://bugs.mysql.com/bug.php?id=84825 (PS 5.6, alike to 78732)
#ha_innodb.cc line 2102 ## https://bugs.mysql.com/bug.php?id=84825 (PS 5.6, alike to 78732)
#ha_innodb.cc line 2110 ## https://bugs.mysql.com/bug.php?id=84825 (PS 5.6.36, alike to 78732)
#ha_innodb.cc line 1588 ## https://bugs.mysql.com/bug.php?id=78732 (previously 74585) PS (old LP #1384616)
#ha_innodb.cc line 1869 ## https://bugs.mysql.com/bug.php?id=78732 (previously 74585) MS (old LP #1384616)
#ha_innodb.cc line 1870 ## https://bugs.mysql.com/bug.php?id=78732 (previously 74585) MS (old LP #1384616)
#ha_innodb.cc line 1878 ## https://bugs.mysql.com/bug.php?id=78732 (previously 74585) MS (old LP #1384616)
## =========== 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 ## https://bugs.mysql.com/bug.php?id=74605 MS (old LP #1384561)
#btr0btr.cc line 1101 ## Fixed ## https://bugs.mysql.com/bug.php?id=74605 PS (old LP #1384561)
btr0btr.cc line 1334 ## https://bugs.mysql.com/bug.php?id=84067, MS
btr0btr.cc line 1373 ## https://bugs.mysql.com/bug.php?id=84067, PS
#btr0btr.ic line 125 ## Fixed ## https://bugs.mysql.com/bug.php?id=74577
#btr0btr.ic line 141 ## Fixed ## https://bugs.mysql.com/bug.php?id=74577
#btr0btr.ic line 143 ## Fixed ## https://bugs.mysql.com/bug.php?id=74577 (old LP #1369520)
#btr0btr.ic line 144 ## Fixed ## https://bugs.mysql.com/bug.php?id=74577 (Fixed in 5.7.6)
#btr0btr.ic line 169 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1192898
btr0cur.cc line 768 ## https://bugs.mysql.com/bug.php?id=74747
btr0cur.c line 763 ## https://bugs.launchpad.net/percona-server/+bug/1604218
fil0fil.c line 5462 ## https://bugs.launchpad.net/percona-server/+bug/1604218
btr0cur.cc line 769 ## https://bugs.launchpad.net/percona-server/+bug/1382764
btr0cur.c line 758 ## https://bugs.launchpad.net/percona-server/+bug/1382764/comments/9 PS 5.5 (.c)
#btr0cur.cc line 854 ## Fixed ## https://bugs.mysql.com/bug.php?id=75718 PS
#btr0cur.cc line 858 ## Fixed ## https://bugs.mysql.com/bug.php?id=75718 PS
btr0cur.cc line 899 ## https://bugs.mysql.com/bug.php?id=74747 MS
btr0cur.cc line 981 ## https://bugs.mysql.com/bug.php?id=74747 PS (old LP #1384596)
btr0cur.c line 991 ## https://bugs.mysql.com/bug.php?id=81452 MS 5.5.49
btr0cur.c line 1089 ## https://bugs.mysql.com/bug.php?id=81452 PS 5.5.49
#btr0cur.cc line 2730 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1226534
btr0sea.cc line 1161 ## https://bugs.mysql.com/bug.php?id=76472 MS
btr0sea.cc line 1210 ## https://bugs.mysql.com/bug.php?id=76472 PS
btr0sea.cc line 1782 ## https://bugs.mysql.com/bug.php?id=77108
btr0sea.ic line 111 ## https://bugs.launchpad.net/percona-server/+bug/1469041
buf0buf.ic line 743 ## https://bugs.launchpad.net/percona-server/5.5/+bug/1674285
buf0buf.cc line 2536 ## Still present in 5.6 ## https://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 ## https://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 ## https://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 ## https://bugs.mysql.com/bug.php?id=74481 PS ( Fixed in 5.7.7, 5.8.0)
buf0buf.cc line 2641 ## https://bugs.mysql.com/bug.php?id=74001 MS
buf0buf.cc line 2738 ## https://bugs.mysql.com/bug.php?id=74001 PS
buf0buf.cc line 2741 ## Still present in 5.6 ## https://bugs.mysql.com/bug.php?id=74481 MS ( Fixed in 5.7.7, 5.8.0)
buf0buf.cc line 2743 ## https://bugs.launchpad.net/percona-server/+bug/1392617 (with oldPS)
buf0buf.cc line 2749 ## https://bugs.launchpad.net/percona-server/+bug/1392617
buf0buf.cc line 2969 ## https://bugs.mysql.com/bug.php?id=74729 MS
buf0buf.cc line 3060 ## https://bugs.launchpad.net/percona-server/+bug/1647530
buf0buf.cc line 3078 ## https://bugs.mysql.com/bug.php?id=74729 PS (with oldPS)
buf0buf.cc line 3087 ## https://bugs.mysql.com/bug.php?id=74729 PS (with oldPS)
buf0buf.cc line 2742 ## https://bugs.mysql.com/bug.php?id=83794 PS
buf0buf.cc line 2635 ## https://bugs.mysql.com/bug.php?id=83794 MS
buf0buf.cc line 3085 ## https://bugs.mysql.com/bug.php?id=74729 PS
buf0buf.cc line 3093 ## https://bugs.mysql.com/bug.php?id=74729 PS
#buf0buf.cc line 3824 ## Fixed ## https://bugs.mysql.com/bug.php?id=75833 (Fixed in 5.7.7/5.8.0)
#buf0buf.cc line 4362 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1385030
#buf0buf.cc line 4369 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1385030
#buf0buf.cc line 4377 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1385030
#dict0dict.ic line 220 ## Fixed ## https://bugs.mysql.com/bug.php?id=81495
dict0dict.ic line 786 ## https://bugs.mysql.com/bug.php?id=73926, NS 5.6.20
dict0dict.ic line 787 ## https://bugs.mysql.com/bug.php?id=73926, MS 5.6.34
#dict0dict.cc line 1202 ## Fixed ## https://bugs.mysql.com/bug.php?id=74900 (Fixed in 5.6.24, 5.7.6)
dict0dict.cc line 23[2-4][0-9] ## https://bugs.mysql.com/bug.php?id=85060
dict0load.c line 1066 ## https://bugs.mysql.com/bug.php?id=88794
fsp0fsp.ic line 172 ## https://bugs.mysql.com/bug.php?id=73926, MS 5.7.16
fil0fil.cc line 2099 ## https://bugs.mysql.com/bug.php?id=87573, PS 5.7.19
fil0fil.cc line 2074 ## https://bugs.mysql.com/bug.php?id=87573, MS 5.7.19
fil0fil.cc line 3412 ## https://bugs.mysql.com/bug.php?id=74873, older build
fil0fil.cc line 3485 ## https://bugs.mysql.com/bug.php?id=74873 PS (5.6 only)
fil0fil.cc line 3438 ## https://bugs.mysql.com/bug.php?id=74873 MS (5.6 only)
fil0fil.cc line 5594 ## https://bugs.mysql.com/bug.php?id=74730
#fil0fil.cc line 5594 ## Fixed ## https://bugs.mysql.com/bug.php?id=74422 MS
#fil0fil.cc line 5649 ## Fixed ## https://bugs.mysql.com/bug.php?id=74422 PS (with oldPS)
#fil0fil.cc line 5663 ## https://bugs.mysql.com/bug.php?id=74422 PS
#fil0fil.cc line 5779 ## Fixed ## https://bugs.mysql.com/bug.php?id=82263 (Could not reproduce the issue)
fsp0fsp.cc line 1287 ## https://bugs.mysql.com/bug.php?id=77164 PS
fsp0fsp.cc line 1319 ## https://bugs.mysql.com/bug.php?id=77164 MS
fsp0fsp.cc line 1861 ## https://bugs.mysql.com/bug.php?id=74343 MS
fsp0fsp.cc line 1880 ## https://jira.percona.com/browse/PS-1552
fsp0fsp.cc line 1887 ## https://bugs.mysql.com/bug.php?id=74343 MS
fsp0fsp.cc line 1899 ## https://bugs.mysql.com/bug.php?id=74343 PS
fsp0fsp.cc line 2150 ## https://bugs.launchpad.net/percona-server/+bug/1382758
fsp0fsp.cc line 2188 ## https://bugs.launchpad.net/percona-server/+bug/1382758 (with older PS)
fts0fts.cc line 2209 ## https://bugs.mysql.com/bug.php?id=80579
#fts0fts.cc line 2224 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1384588 (with older PS)
#fts0fts.cc line 2228 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1384588
fts0vlc.ic line 96 ## https://bugs.mysql.com/bug.php?id=78643
gis0sea.cc line 1329 ## https://bugs.mysql.com/bug.php?id=81497 # Sakila import bug (sql line 880)
ha_innodb.cc line 3455 ## https://bugs.launchpad.net/percona-server/+bug/1584556 (old line nr)
ha_innodb.cc line 3492 ## https://bugs.launchpad.net/percona-server/+bug/1584556 (srv_log_block_size >= 512)
ha_innodb.cc line 6523 ## https://bugs.mysql.com/bug.php?id=88795
ha_innodb.cc line 16152 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1381913 (dup of PS #1368552)
#ha_innodb.cc line 16159 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1368552 (with oldPS)
#ha_innodb.cc line 16169 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1368552
#ha_innodb.cc line 16175 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1368552 (with oldPS)
#ha_innodb.cc line 16176 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1368552 ha_innodb.cc line 16182
#ha_innodb.cc line 16182 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1368552 (with oldPS)
ha_innodb.cc line 18500 ## https://bugs.launchpad.net/percona-server/+bug/1384578 (with oldPS) (documented)
ha_innodb.cc line 18523 ## https://bugs.launchpad.net/percona-server/+bug/1384578 (with oldPS) (documented)
ha_innodb.cc line 18530 ## https://bugs.launchpad.net/percona-server/+bug/1384578 (documented)
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)
ha_innodb.cc line 19523 ## PS 5.6.41 https://bugs.mysql.com/bug.php?id=91956
ha_innodb.cc line 17420 ## MS 5.6.41 https://bugs.mysql.com/bug.php?id=91956
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 ## Outdated ## MS 5.7.13 SET @@GLOBAL.innodb_buffer_pool_size=9556544565345346; (or similar)
#ut0ut.cc line 936 ## Outdated ## PS 5.7.13 SET @@GLOBAL.innodb_buffer_pool_size=9556544565345346; (or similar)
ut0ut.cc line 958 ## PS 5.7.20 --innodb-buffer-pool-size=-1125899906842624 (or similar)
mem0dbg.c line 684 ## https://bugs.mysql.com/bug.php?id=86234 PS 5.5.55, MS 5.5.54
handler0alter.cc line 787 ## https://bugs.mysql.com/bug.php?id=88747 MS
handler0alter.cc line 798 ## https://bugs.mysql.com/bug.php?id=88747 PS
handler0alter.cc line 5680 ## https://bugs.mysql.com/bug.php?id=74363 MS
handler0alter.cc line 5694 ## https://bugs.mysql.com/bug.php?id=74363 PS (with oldPS)
handler0alter.cc line 5708 ## https://bugs.mysql.com/bug.php?id=74363 PS
handler0alter.cc line 5033 ## https://bugs.mysql.com/bug.php?id=73919 MS (also see MS Bug 84762)
handler0alter.cc line 5083 ## https://bugs.mysql.com/bug.php?id=73919 PS (also see MS Bug 84762)
handler0alter.cc line 7654 ## https://bugs.mysql.com/bug.php?id=84762 PS (also see MS Bug 73919)
handler0alter.cc line 7624 ## https://bugs.mysql.com/bug.php?id=84762 MS (also see MS Bug 73919)
#ibuf0ibuf.cc line 3539 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1193138 (dup of 1410410)
lock0lock.cc line 2715 ## https://bugs.mysql.com/bug.php?id=74759 MS
lock0lock.cc line 2738 ## https://bugs.mysql.com/bug.php?id=74759 PS
lock0lock.cc line 5573 ## https://bugs.mysql.com/bug.php?id=77289 MS
lock0lock.cc line 5618 ## https://bugs.mysql.com/bug.php?id=77289 PS
#lock0lock.cc line 5985 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1226525 (with oldPS)
#lock0lock.cc line 5986 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1226525 (with oldPS)
#lock0lock.cc line 6004 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1226525 (with oldPS)
#lock0lock.cc line 6005 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1226525 (with oldPS)
#lock0lock.cc line 6007 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1226525
#lock0lock.cc line 6452 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1395579
mem0dbg.cc line 680 ## https://bugs.launchpad.net/percona-server/+bug/1233128 (TokuDB)
mtr0mtr.cc line 323 ## https://bugs.mysql.com/bug.php?id=77972 MS
mtr0mtr.cc line 325 ## https://bugs.mysql.com/bug.php?id=77972 PS
mtr0mtr.cc line 513 ## https://bugs.mysql.com/bug.php?id=77972 PS (MS:line 323) (duplicated by 78333)
mtr0mtr.cc line 574 ## https://bugs.mysql.com/bug.php?id=77972 (duplicated by 82043 (78333))
os0file.cc line 1950 ## https://bugs.mysql.com/bug.php?id=74480 MS
os0file.cc line 1951 ## https://bugs.mysql.com/bug.php?id=74480 MS
os0file.cc line 2003 ## https://bugs.mysql.com/bug.php?id=74480 PS (with oldPS)
os0file.cc line 2004 ## https://bugs.mysql.com/bug.php?id=74480 PS (with oldPS)
os0file.cc line 2021 ## https://bugs.mysql.com/bug.php?id=74480 PS (recentPS) (duplicated by 78331)
os0sync.cc line 339 ## https://bugs.mysql.com/bug.php?id=85067 (also see 77976)
#os0sync.cc line 419 ## Fixed ## https://bugs.mysql.com/bug.php?id=77976 (also see 85067)
#os0sync.cc line 475 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1372210 (dup of 1368530)
pars0pars.cc line 865 ## https://bugs.mysql.com/bug.php?id=68987
que0que.cc line 1206 ## https://bugs.mysql.com/bug.php?id=74762 MS
que0que.cc line 1216 ## https://bugs.mysql.com/bug.php?id=74762 PS
rem0rec.cc line 867 ## https://bugs.mysql.com/bug.php?id=79794
rem0rec.cc line 845 ## https://bugs.mysql.com/bug.php?id=74664
#rem0rec.ic line 939 ## Fixed ## https://bugs.launchpad.net/percona-server/5.6/+bug/1226532
#row0import.cc line 3453 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1372219
#row0ins.cc line 276 ## Fixed ## https://bugs.launchpad.net/percona-server/5.6/+bug/1395706
#row0ins.cc line 277 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1195614 (fixed in 1395706)
#row0ins.cc line 365 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1224272 (dup of 1395579)
row0ins.c line 2333 ## https://bugs.launchpad.net/percona-server/+bug/1628751
row0mysql.c line 1478 ## https://bugs.mysql.com/bug.php?id=88796 PS
row0mysql.c line 1463 ## https://bugs.mysql.com/bug.php?id=88796 MS
row0merge.cc line 2692 ## https://bugs.mysql.com/bug.php?id=74887 MS
row0merge.cc line 2698 ## https://bugs.mysql.com/bug.php?id=74887 PS
#row0mysql.cc line 2644 ## Fixed ## https://bugs.mysql.com/bug.php?id=74634 MS (Fixed in 5.6.25)
#row0mysql.cc line 2711 ## Fixed ## https://bugs.mysql.com/bug.php?id=74634 PS (Fixed in 5.6.25)
#row0mysql.cc line 5027 ## Fixed ## https://bugs.mysql.com/bug.php?id=74790 MS (Fixed in 5.6.24, 5.7.6)
#row0mysql.cc line 5094 ## Fixed ## https://bugs.mysql.com/bug.php?id=74790 PS (Fixed in 5.6.24, 5.7.6)
#row0mysql.cc line 688 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1200502 (with oldPS) (dup of 1410410)
#row0mysql.cc line 689 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1200502 (dup of 1410410)
#row0quiesce.cc line 683 ## Fixed ## https://bugs.mysql.com/bug.php?id=75398 (fixed in 5.6.23) Duplicate MS#74346
row0sel.c line 3791 ## https://bugs.mysql.com/bug.php?id=88782
row0sel.cc line 3932 ## https://bugs.launchpad.net/percona-server/+bug/1395249
#row0sel.cc line 4017 ## https://bugs.mysql.com/bug.php?id=59513 Not fixed, but needs better testcase
row0sel.cc line 4220 ## https://bugs.mysql.com/bug.php?id=59513
row0sel.cc line 4071 ## https://bugs.launchpad.net/bugs/1402999
row0trunc.cc line 1983 ## https://bugs.mysql.com/bug.php?id=83361
#row0umod.cc line 338 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1381916 (dup of 1395579)
#row0upd.ic line 182 ## Fixed ## https://bugs.mysql.com/bug.php?id=74589 - With MS debug build (fixed in 5.6.24, 5.7.6)
#row0upd.cc line 1794 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1226538 (dup of 1395579)
srv0srv.cc line 2664 ## https://bugs.mysql.com/bug.php?id=73913 (same assert as 74418 but diff)
srv0srv.cc line 3072 ## https://bugs.mysql.com/bug.php?id=73913 or 74418, PS 5.17.16 (also see PS bug 1369326)
srv0srv.cc line 3337 ## https://bugs.mysql.com/bug.php?id=73913 PS 5.6.35-79
srv0srv.cc line 3338 ## https://bugs.mysql.com/bug.php?id=73913 PS 5.6.35-80
srv0srv.cc line 3365 ## https://bugs.mysql.com/bug.php?id=73913 PS 5.6.41
srv0srv.cc line 2666 ## https://bugs.mysql.com/bug.php?id=73913 MS 5.6.22
srv0srv.cc line 3353 ## https://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 3366 ## Also 73913 PS 5.6.38
srv0srv.cc line 3074 ## Also 73913 PS 5.7.18
srv0srv.cc line 3070 ## Also 73913 PS 5.7.17
srv0srv.cc line 3084 ## Also 73913 PS 5.7.19
srv0srv.cc line 3094 ## Also 73913 PS 5.7.20
srv0srv.cc line 3183 ## Also 73913 PS 5.7.21
sync0sync.ic line 307 ## https://bugs.launchpad.net/percona-server/+bug/1435678
sync0sync.cc line 1318 ## https://bugs.mysql.com/bug.php?id=75640 MS
sync0sync.cc line 1432 ## https://bugs.launchpad.net/percona-server/+bug/1392617 (MS #74955)
sync0sync.cc line 1443 ## https://bugs.mysql.com/bug.php?id=75640 PS
sync0rw.cc line 923 ## https://bugs.mysql.com/bug.php?id=83741 PS
sync0rw.cc line 929 ## https://bugs.mysql.com/bug.php?id=83741 MS
#trx0rec.ic line 110 ## Fixed ## https://bugs.mysql.com/bug.php?id=75230 (fixed 5.6.24/5.7.6)
#trx0roll.cc line 264 ## Fixed ## https://bugs.mysql.com/bug.php?id=74671 PS(#1385036) (fixed in 5.6.23)
#trx0roll.cc line 275 ## Fixed ## https://bugs.mysql.com/bug.php?id=74671 MS (fixed in 5.6.23)
#trx0trx.cc line 1257 ## Fixed ## https://bugs.mysql.com/bug.php?id=82024 MS 5.7.13 (duplicate of 84485)
#trx0trx.cc line 1292 ## Fixed ## https://bugs.mysql.com/bug.php?id=82024 PS 5.7.13 (duplicate of 84485)
trx0trx.c line 1344 ## https://bugs.mysql.com/bug.php?id=88748
trx0trx.cc line 1365 ## https://bugs.mysql.com/bug.php?id=76844 MS
trx0trx.cc line 1578 ## https://bugs.mysql.com/bug.php?id=76844 PS
#trx0trx.cc line 1689 ## Fixed ## https://bugs.mysql.com/bug.php?id=74671 MS (duplicated by 74791)
#trx0trx.cc line 1950 ## Fixed ## https://bugs.mysql.com/bug.php?id=74671 PS (duplicated by 74791)
ut0lst.h line 131 ## https://bugs.launchpad.net/percona-server/+bug/1449994
## =========== Assertion based ===========
bit < map->n_bits ## https://bugs.mysql.com/bug.php?id=86173
user_stats->concurrent_connections > 0 ## https://bugs.launchpad.net/percona-server/+bug/1661488
allocated_status_memory .= __null ## https://bugs.mysql.com/bug.php?id=83797 (as subsequent testcase)
#1 == num_erased ## https://bugs.mysql.com/bug.php?id=76221 ## No longer reproducible
.relay_master_log_file_len == master_log_file_len ## https://jira.percona.com/browse/PS-3885
.tables .. thd->lex->is_query_tables_locked ## https://tokutek.atlassian.net/browse/DB-1027
.bytes_read == .data_written - ..old_pre_checksum_fd .. .description_event->checksum_alg == BINLOG_CHECKSUM_ALG_OFF ## https://bugs.launchpad.net/percona-server/+bug/1737023
.auto_increment_lock.*.auto_increment_safe_stmt_log_lock ## https://bugs.mysql.com/bug.php?id=76542
args.0.->fixed ## Still present in 5.6 ## https://bugs.mysql.com/bug.php?id=74695 (Fixed in 5.7.8)
auto_increment_value ## https://bugs.mysql.com/bug.php?id=75057 (old LP #1384684)
binlog_checksum_options == var->save_result.ulonglong_value ## https://jira.percona.com/browse/PS-3927
bitmap_is_set.*m_part_info->read_partitions, m_part_spec.start_part ## https://bugs.mysql.com/bug.php?id=74779 (old PS #1384591)
bitmap_is_clear_all..table->tmp_set ## https://bugs.mysql.com/bug.php?id=87576
bitmap_is_set_all...table->s->all_set ## https://bugs.mysql.com/bug.php?id=75003
bitmap_is_subset.*m_part_info->lock_partitions, .*m_locked_partitions ## https://bugs.mysql.com/bug.php?id=74777
#bit < map->n_bits ## Fixed ## https://bugs.mysql.com/bug.php?id=74491 (Fixed in 5.6.24)
.check_datetime_range.ltime ## (Originally PS Bug #1385043)
comma_length > 0 ## https://bugs.mysql.com/bug.php?id=74603 (old LP #1384625)
combo->host.str .= __null .. combo->host.str.0. .= ## https://bugs.launchpad.net/percona-server/+bug/1736905
cur_shape .= Gcalc_function..shape_point ## https://bugs.mysql.com/bug.php?id=83739 and 84075
ZN23Gcalc_operation_reducer15get_line_resultEPNS_9res_pointEP21Gcalc_result_receiver ## https://bugs.mysql.com/bug.php?id=84075
#data_offset == ..null_count ## Fixed ## https://bugs.mysql.com/bug.php?id=74677
db_length == copy->db_length ## https://bugs.mysql.com/bug.php?id=74604 (old LP #1384621)
decimals_arg <= 30 ## https://bugs.mysql.com/bug.php?id=83437
#db_txn_struct_i.txn->parent ## Fixed ## https://tokutek.atlassian.net/browse/DB-761 (fixed in 5.6.23/Tk7.5.6)
do_checksum.*remains ## https://bugs.mysql.com/bug.php?id=75079
#duration .= MDL_EXPLICIT .* .thd->mdl_context.is_lock_owner.m_namespace ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1432494
eq_cond_len >= Rdb_key_def..INDEX_NUMBER_SIZE ## https://jira.percona.com/browse/MYR-295
exec_method .= EXEC_MATERIALIZATION .* .exec_method == EXEC_MATERIALIZATION .* engine->engine_type ## https://bugs.mysql.com/bug.php?id=74889
.flags.finalized ## https://bugs.mysql.com/bug.php?id=76040
#Failing assertion: (mode . .16384) == BTR_MODIFY_LEAF ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1224272 (dup of 1395579)
#Failing assertion: purge_sys->state == PURGE_STATE_RUN ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1368552
field_types == 0.*MYSQL_TYPE_GEOMETRY ## https://tokutek.atlassian.net/browse/DB-1019
field_pos < field_count ## https://jira.percona.com/browse/TDB-69
fixed == 1 ## https://bugs.launchpad.net/percona-server/+bug/1381853
ftnode->blocknum.b == blocknum.b ## https://tokutek.atlassian.net/browse/DB-852
#from->len == to->len ## Fixed ## https://bugs.mysql.com/bug.php?id=76477
from->len == to->len ## https://bugs.mysql.com/bug.php?id=84827 (Ref also 76477) (Still present in MS 5.6.35)
#from->m_byte_count == 0 ## Fixed ## https://bugs.mysql.com/bug.php?id=76090 (fixed in 5.6.25)
Handlerton. ...share->kc_info.num_blobs == 0 ## https://jira.percona.com/browse/TDB-12
head->owned_gtid.sidno == THD..OWNED_SIDNO_ANONYMOUS ## https://bugs.mysql.com/bug.php?id=85552
head->variables.gtid_next.type == ANONYMOUS_GROUP ## https://bugs.mysql.com/bug.php?id=86251
Handlerton. error == 0 ## https://jira.percona.com/browse/PS-4721
#Handlerton.*offset_start ## https://tokutek.atlassian.net/browse/DB-771 (Fixed tokudb-7.5.4)
#Handlerton.*.share->kc_info.num_blobs == 0 ## Fixed ## https://tokutek.atlassian.net/browse/DB-811 (Fixed in tokudb-7.5.7)
#Handlerton.*trx ## Fixed ## https://tokutek.atlassian.net/browse/DB-762 (Fixed tokudb-7.5.4)
#hash_not_ok == 0 ## Fixed ## https://bugs.mysql.com/bug.php?id=74852
host_length <= 60 ## https://bugs.mysql.com/bug.php?id=74678
innodb_trx_id == 0 .. innodb_trx_id == trx_id ## https://jira.percona.com/browse/PS-4806
.table .. .table->in_use .. table->in_use == _current_thd ## https://jira.percona.com/browse/PS-4786
row0mysql.cc line 287 ## https://jira.percona.com/browse/PS-4788
ZN3THD16mark_innodb_usedEy ## https://jira.percona.com/browse/PS-4788
Z21open_table_from_shareP3THDP11TABLE_SHAREPKcjjjP5TABLEb ## https://jira.percona.com/browse/PS-4788
ZN15Sys_var_version16global_value_ptrEP3THDP19st_mysql_lex_string ## https://jira.percona.com/browse/PS-4785
item_in->left_expr->cols ## https://bugs.mysql.com/bug.php?id=88805
inited == NONE ## https://bugs.mysql.com/bug.php?id=74650
#inited == INDEX ## Fixed ## https://bugs.mysql.com/bug.php?id=75690 (No longer repeatable)
inited == INDEX ## https://bugs.launchpad.net/percona-server/+bug/1713700
#item_in->left_expr->cols ## Get better or different 5.6 testcase ## Still present in 5.6 ## https://bugs.mysql.com/bug.php?id=74357 (was 80440) (Fixed in 5.7.6) Mailed Umesh for 5.6
keys >= 0.0 ## https://jira.percona.com/browse/MYR-190
key->flags . 1 ## https://bugs.mysql.com/bug.php?id=89087
#. is_set() .. m_can_overwrite_status ## Needs better testcase ## https://bugs.mysql.com/bug.php?id=74026 & 79303 (seen as TEXT=.\. is_set.$)
..Item_result_field. ## https://bugs.mysql.com/bug.php?id=74646
last_val > 0 ## https://jira.percona.com/browse/MYR-297
.length % 4 ## https://bugs.mysql.com/bug.php?id=74220
#length > 0 ## Fixed ## https://bugs.mysql.com/bug.php?id=85059 (fixed in 8.0 only, ref bug below)
length > 0 ## https://bugs.mysql.com/bug.php?id=89088 (5.7 request for 85059 backport)
length > 0 .. keyparts .= 0 ## https://bugs.mysql.com/bug.php?id=76604
length <= max_data_length ## https://bugs.mysql.com/bug.php?id=75648
lex.sphead == __null ## https://bugs.mysql.com/bug.php?id=74537
lock_type >= TL_READ ## Still present ftm ## https://bugs.mysql.com/bug.php?id=74740 (fixed in 5.8.0) (also see near end of file 74740)
log.getting_synced ## https://github.com/facebook/mysql-5.6/issues/778 (previouly MYR-196)
reginfo.lock_type >= TL_READ ## Still present ftm ## https://bugs.mysql.com/bug.php?id=74740 (old PS #1384679) (also see near end of file 74740)
.mysql_bin_log.is_open ## https://bugs.mysql.com/bug.php?id=76614
m_owner .= __null ## https://tokutek.atlassian.net/browse/DB-1017
map->bitmap .* map2->bitmap .* map->n_bits==map2->n_bits ## https://bugs.mysql.com/bug.php?id=74504
max_val == std..numeric_limits<ulonglong>..max ## https://jira.percona.com/browse/MYR-296
#maxcount.=0 ## Fixed ## https://bugs.mysql.com/bug.php?id=74898 (Fixed as part of internal bug)
multi_range_length > 0 ## https://bugs.mysql.com/bug.php?id=81410
#mi_cmp_dynamic_unique ## https://bugs.launchpad.net/percona-server/+bug/1486849 (Remarked to get more testcases)
m_lock_type == 2 ## https://bugs.launchpad.net/percona-server/+bug/1733781 (also ref MYR-174)
#m_lock .= __null .* thd->mdl_context.is_lock_owner.m_namespace, .*, MDL_SHARED ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1377093
#m_lock_type == 2 ## Fixed ## https://bugs.mysql.com/bug.php?id=74291 (duplicated by 74436) (Originally PS Bug #1382749)
#m_prot_lock .= __null .* thd->mdl_context.is_lock_owner.m_namespace, .*, .*, MDL_INTENTION_EXCLUSIVE ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1393682
m_num_writers == 1 ## https://tokutek.atlassian.net/browse/DB-852
.m_run_once ## https://jira.percona.com/browse/PS-3817
#m_status == DA_ERROR ## Fixed ## https://bugs.mysql.com/bug.php?id=76912 (old LP #1384632) (fixed in 5.6.27)
m_status == DA_ERROR ## https://bugs.mysql.com/bug.php?id=86260 (LP #1689736)
nr >= 0.0 ## https://bugs.mysql.com/bug.php?id=74946
#n < m_size ## Fixed ## https://bugs.mysql.com/bug.php?id=74447
n_linear_rings > 0 ## https://bugs.mysql.com/bug.php?id=81411
opt_debug_sync_timeout > 0 ## https://bugs.mysql.com/bug.php?id=74002
old_value >= 1 ## https://bugs.mysql.com/bug.php?id=85064
p->value_rwlock.users ## https://tokutek.atlassian.net/browse/DB-826
#param.sort_length .= 0 ## Fixed ## https://bugs.mysql.com/bug.php?id=77194
part_func_value > part_end_val ? .loc_part_id == max_partition .* .part_info->defined_max_value ## https://bugs.mysql.com/bug.php?id=75232
#part_share->partitions_share_refs->num_parts >= m_tot_parts ## Fixed ## https://bugs.mysql.com/bug.php?id=74288 (fixed in 5.6.24)
pending.*.ttp->thd ## https://bugs.launchpad.net/percona-server/+bug/1427526
#pfs->m_processlist_id .= 0 ## Fixed ## https://bugs.mysql.com/bug.php?id=78292
precision > 0 ## https://bugs.mysql.com/bug.php?id=83433
#scale.*=.*precision ## Fixed ## https://bugs.mysql.com/bug.php?id=74859
s_tx_list.size ## https://jira.percona.com/projects/MYR/issues/MYR-213
share->rows_recorded ## https://bugs.mysql.com/bug.php?id=76307
.rocksdb_db_options->allow_mmap_writes ## https://jira.percona.com/browse/MYR-192
.tlen % 2 ## https://bugs.mysql.com/bug.php?id=74221 (2nd comment)
.tlen % 4 ## https://bugs.mysql.com/bug.php?id=74221 (3rd comment)
.slen % 2 ## https://bugs.mysql.com/bug.php?id=74221 (original report)
.slen % 4 ## https://bugs.mysql.com/bug.php?id=74221 (4th comment)
sl->join == 0 ## https://bugs.launchpad.net/percona-server/+bug/1392375
#.snapshot_lock_acquired ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1425480
sort_field->length >= length ## https://bugs.mysql.com/bug.php?id=74260, both buils (mailed Umesh on 14 Aug 2017)
status.ok ## https://jira.percona.com/browse/MYR-187
.str .... str .= Ptr ## https://bugs.launchpad.net/percona-server/5.6/+bug/1429039
#table.*file.*inited.*handler.*NONE ## Fixed ## https://bugs.mysql.com/bug.php?id=74584 (others below with same nr) (dup of 74583)
#.table->file .... table->file->inited == handler....NONE ## Fixed ## This is the same as the one above, de-regexed (MS Bug #74584)
table->db.*table->table_name ## https://bugs.launchpad.net/percona-server/+bug/1392952
table->key_read == 0 ## https://bugs.mysql.com/bug.php?id=74490
table_share->tmp_table .= NO_TMP_TABLE .* m_lock_type .= 2 ## https://bugs.mysql.com/bug.php?id=74448
. table->s->has_old_version ## https://bugs.launchpad.net/percona-server/+bug/1364707
.table .* ..table->read_set .* bitmap_is_set.table->read_set, field_index ## https://bugs.mysql.com/bug.php?id=73869
.table .* ..table->write_set .* bitmap_is_set.table->write_set, field_index ## https://bugs.mysql.com/bug.php?id=74848
table_ref->has_record ## https://bugs.mysql.com/bug.php?id=80759
tab->ref.use_count ## https://bugs.mysql.com/bug.php?id=74780
tab->select->quick->index==.uint ## https://bugs.mysql.com/bug.php?id=74505
#thd->get_stmt_da()->is_eof() ## Fixed? ## https://bugs.mysql.com/bug.php?id=73868 Log new bug if new occurence+testcase found
thd->stmt_da->is_eof ## https://bugs.mysql.com/bug.php?id=88798
thd->killed .= THD.*KILL_BAD_DATA .* error > 0 ## https://bugs.mysql.com/bug.php?id=75227
thd->lex->sql_command == SQLCOM_XA_COMMIT ## https://jira.percona.com/browse/MYR-172
.field->orig_table->const_table ## https://bugs.launchpad.net/percona-server/+bug/1662091
#. thd->in_sub_stmt ## Fixed ## https://bugs.mysql.com/bug.php?id=74665
. thd->in_sub_stmt ## https://bugs.mysql.com/bug.php?id=84828 (See also 74665) (Still present in MS 5.6.35)
.thd->in_active_multi_stmt_transaction ## https://jira.percona.com/browse/PS-3919
.thd->is_current_stmt_binlog_format_row ## https://bugs.launchpad.net/percona-server/+bug/1427030
#thd->is_error ## Fixed ## https://bugs.mysql.com/bug.php?id=74493
thd->is_error ## https://bugs.mysql.com/bug.php?id=84076 (5.6 only)
.thd->lex->context_analysis_only ## Still present in 5.6 ## https://bugs.mysql.com/bug.php?id=74668 (Fixed in 5.7.6)
thd->transaction.stmt.is_empty ## https://bugs.mysql.com/bug.php?id=74606 (old LP #1384620)
thd == _current_thd ## https://bugs.launchpad.net/percona-server/+bug/1633988
this_type .= Json_dom..J_ERROR ## Still present in 5.7 ## https://bugs.mysql.com/bug.php?id=86470 (fixed in 8.0.1)
#timer == __null ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1370002
.no_data.nbytes ## https://bugs.mysql.com/bug.php?id=86471
#txn..state..TOKUTXN_LIVE ## Fixed ## https://tokutek.atlassian.net/browse/DB-769 (fixed in 5.6.23/Tk7.5.6)
#txn->child == __null ## Fixed ## https://tokutek.atlassian.net/browse/DB-810 (fixed in 5.6.23/Tk7.5.6)
#txn->do_fsync_lsn.lsn == ZERO_LSN.lsn ## Fixed ## https://tokutek.atlassian.net/browse/DB-763 (fixed in 5.6.23/Tk7.5.6)
#txn->roll_info.num_rollentries == 0 ## Fixed ## https://tokutek.atlassian.net/browse/DB-764 (fixed in 5.6.23/Tk7.5.6)
#transactional_table .* .changed .* thd->transaction.stmt.cannot_safely_rollback ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1382745
transactional_table .. .changed .. thd->transaction.stmt.cannot_safely_rollback ## https://bugs.launchpad.net/percona-server/+bug/1647608
transactional_table .. .changed .. thd->transaction.stmt.modified_non_trans_table ## https://bugs.launchpad.net/percona-server/+bug/1689473
unknown error code 47 ## https://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: https://bugs.mysql.com/bug.php?id=74411, RQG)
next_insert_id >= auto_inc_interval_for_cur_row.minimum ## https://bugs.launchpad.net/percona-server/+bug/1582577
whitelist .= nullptr ## https://jira.percona.com/browse/PS-4474
unp_reader .= nullptr ## https://jira.percona.com/browse/PS-4477
#=========== First frame from error log based ===========
Z18fix_partition_funcP3THDP5TABLEb ## https://bugs.mysql.com/bug.php?id=78238 ([5 Sep 2:14])
Z8MYSQLlexP7YYSTYPEP3THD ## https://bugs.mysql.com/bug.php?id=78238 ([5 Sep 0:53])
ZN3THD19send_explain_fieldsEP13select_result ## https://bugs.mysql.com/bug.php?id=78238 ([5 Sep 1:42])
ZN3THD17set_new_thread_idEv ## https://bugs.launchpad.net/percona-server/+bug/1642230
ZN3THD21send_statement_statusEv ## https://bugs.launchpad.net/percona-server/+bug/1666116
#Z10MYSQLerrorP3THDPKc ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1415755 (dup of 1412423)
Z10MYSQLparseP3THD ## https://bugs.launchpad.net/percona-server/+bug/1736845
Z10read_tokenPK18sql_digest_storagejPj ## https://bugs.launchpad.net/percona-server/+bug/1688698
Z10open_tableP3THDP10TABLE_LISTP18Open_table_context ## https://bugs.launchpad.net/percona-server/+bug/1384583
#Z11alloc_queryP3THDPKcj ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1387951
#Z11lock_tablesP3THDP10TABLE_LISTjj ## Fixed ## https://tokutek.atlassian.net/browse/DB-767 (Fixed tokudb-7.5.4)
Z11mysql_grantP3THDPKcR4ListI11st_lex_userEmbb ## https://bugs.mysql.com/bug.php?id=88781
#Z11mysql_grantP3THDPKcR4ListI11st_lex_userEmbb ## Fixed ## https://bugs.mysql.com/bug.php?id=74615 (old LP #1384566) (fixed in 5.6.24)
#Z17mysql_create_userP3THDR4ListI11st_lex_userE ## Fixed ## https://bugs.mysql.com/bug.php?id=74615 (old LP #1384651) (fixed in 5.6.24)
#Z17mysql_table_grantP3THDP10TABLE_LISTR4ListI11st_lex_userERS3_I10LEX_COLUMNEmb ## Fixed ## https://bugs.mysql.com/bug.php?id=74615 (fixed in 5.6.24)
Z17mysql_show_grantsP3THDP11st_lex_user ## https://bugs.mysql.com/bug.php?id=88800
#Z11open_tablesP3THDPP10TABLE_LISTPjjP19Prelocking_strategy ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1416956 (dup of 1387951)
#Z11mysql_grantP3THDPKcR4ListI11st_lex_userEmbb ## Fixed ## https://bugs.mysql.com/bug.php?id=83816
Z12find_filenumRKP2ftS2_ ## https://tokutek.atlassian.net/browse/DB-837
#Z12find_sys_varP3THDPKcj ## https://bugs.launchpad.net/percona-server/+bug/1415828 # Need new testcase
Z12setup_tablesP3THDP23Name_resolution_contextP4ListI10TABLE_LISTEPS4_PS7_b ## https://bugs.launchpad.net/percona-server/+bug/1435740
Z12make_sortkeyP10Sort_paramPhS1_ ## https://bugs.mysql.com/bug.php?id=74260
ZN8Table_idaSERKS_ ## https://bugs.mysql.com/bug.php?id=84829 (Won't fix)
#ZN8Protocol24send_result_set_metadataEP4ListI4ItemEj ## Fixed ## https://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 ## https://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_ ## Fixed ## https://bugs.mysql.com/bug.php?id=74619 (old LP #1384658)
#Z14my_decimal_divjP10my_decimalPKS_S2_i ## Fixed ## https://bugs.mysql.com/bug.php?id=74807
#Z14mysql_ha_flushP3THD ## fixed ## https://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 ## https://bugs.mysql.com/bug.php?id=74560 (fixed in 5.6.24)
#Z15mysql_change_dbP3THDPK19st_mysql_lex_stringb ## Fixed ## https://bugs.mysql.com/bug.php?id=75701
#Z16mysql_ha_cleanupP3THD ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1417382 (dup of MS #75741)
#Z16mysql_lock_mergeP13st_mysql_lockS0_ ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1415799 (Refer MS #75677) (fixed 5.6.26)
#Z16open_table_errorP11TABLE_SHAREiii ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1416975 (dup of 1412423)
Z15eval_const_condP4Item ## https://bugs.mysql.com/bug.php?id=74418 PS (different result)
ZN8Item_row10fix_fieldsEP3THDPP4Item ## https://bugs.mysql.com/bug.php?id=57552 (duplicated by 78330)
#ZN12ha_myisammrg15attach_childrenEv ## Fixed ## https://bugs.mysql.com/bug.php?id=76277
#ZN12ha_partition15end_bulk_insertEv ## Fixed ## https://tokutek.atlassian.net/browse/DB-805 (fixed in tokudb-7.5.6)
ZN14cachefile_list9remove_cfEP9cachefile ## https://tokutek.atlassian.net/browse/DB-858
ZN14JOIN_CACHE_BNL21join_matching_recordsEb ## https://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 ## Fixed ## https://bugs.mysql.com/bug.php?id=74583 (duplicated by 74895)
#Z17mysql_show_grantsP3THDP11st_lex_user ## Fixed ## https://bugs.mysql.com/bug.php?id=74778
#Z17table_hash_searchPKcS0_S0_S0_S0_b ## Fixed ## https://bugs.mysql.com/bug.php?id=74850 (fixed in 5.6.24, 5.7.8)
#Z17toku_loader_closeP13__toku_loader ## Fixed ## https://tokutek.atlassian.net/browse/DB-806 (fixed tokudb-7.5.6)
Z17tokudb_update_funP9__toku_dbPK10__toku_dbtS3_S3_PFvS3_PvES4_ ## https://tokutek.atlassian.net/browse/DB-845
#Z17wild_case_compareP15charset_info_stPKcS2_ ## Fixed ## https://bugs.mysql.com/bug.php?id=78230 (Fixed in 5.5.49, 5.6.30, 5.7.12, 5.8.0)
#Z18close_thread_tableP3THDPP5TABLE ## Fixed ## https://bugs.mysql.com/bug.php?id=74583 (duplicated by 75854)
#Z18create_ref_for_keyP4JOINP13st_join_tableP7Key_usey ## Fixed ## https://bugs.mysql.com/bug.php?id=74559 (5.7 bug above, #75944)
Z18mysql_audit_notifyP3THD30mysql_event_general_subclass_tiPKcm ## https://bugs.launchpad.net/percona-server/+bug/1631555
#Z19close_thread_tablesP3THD ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1392924 (dup of 1387951)
#Z19mysql_unlock_tablesP3THDP13st_mysql_lock ## Fixed ## https://bugs.mysql.com/bug.php?id=75234 (dup of 74583)
ZN10ha_archive10unpack_rowEP11azio_streamPh ## https://bugs.mysql.com/bug.php?id=88797
#ZN10Sort_param17init_for_filesortEjP5TABLEmyb ## Fixed ## https://bugs.mysql.com/bug.php?id=87231
#Z19mysql_unlock_tablesP3THDP13st_mysql_lock ## Fixed ## https://bugs.mysql.com/bug.php?id=83899 MS/PS 5.6
#ZN11ha_innobase9write_rowEPh ## Fixed ## https://bugs.mysql.com/bug.php?id=83899 PS 5.7
#ZN11ha_innobase5closeEv ## Fixed ## https://bugs.mysql.com/bug.php?id=83899 MS 5.7 (on shutdown)
Z19toku_drd_unsafe_setIhEvPT_S0_ ## https://tokutek.atlassian.net/browse/DB-852
Z20get_parts_for_updatePKhPhS0_P14partition_infoPjS4_Px ## https://bugs.mysql.com/bug.php?id=74856
#Z20ha_release_savepointP3THDP12st_savepoint ## Fixed ## https://tokutek.atlassian.net/browse/DB-765 (fixed in 5.6.23/Tk7.5.6)
#Z20net_after_header_psiP6st_netPvmc ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1412423 (fixed)
Z20sp_revoke_privilegesP3THDPKcS2_b ## https://bugs.launchpad.net/percona-server/+bug/1403833
#Z21convert_error_messagePcjPK15charset_info_stPKcjS2_Pj ## Fixed ## https://bugs.launchpad.net/percona-server/5.6/+bug/1394987 (dup of 1387951)
#Z20ha_release_savepointP3THDP12st_savepoint ## Fixed ## https://tokutek.atlassian.net/browse/DB-765 (fixed in 5.6.23/Tk7.5.6)
ZN10Table_nodeC2EPK5TABLE ## https://jira.percona.com/browse/PS-290
Z21handle_alter_part_endP18st_lock_param_typeb ## https://bugs.mysql.com/bug.php?id=78496
#Z20toku_env_is_panickedP13__toku_db_env ## Fixed ftm ## https://tokutek.atlassian.net/browse/DB-821 (fixed in tokudb-7.5.6)
Z21convert_error_messagePcjPK15charset_info_stPKcjS2_Pj ## https://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 ## https://bugs.mysql.com/bug.php?id=74418
#Z21mysql_execute_commandP3THD ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1387951
#Z21plugin_thdvar_cleanupP3THD ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1415455 (dup of 1387951)
#Z21prep_alter_part_tableP3THDP5TABLEP10Alter_infoP24st_ha_create_informationP15Alter_ta ## Fixed ## https://bugs.mysql.com/bug.php?id=74412
#Z21toku_txn_is_read_onlyP7tokutxn ## Fixed ## https://tokutek.atlassian.net/browse/DB-822 (fixed in tokudb-7.5.6)
#Z22reinit_stmt_before_useP3THDP3LEX ## Fixed ## https://bugs.mysql.com/bug.php?id=74670
#Z23well_formed_copy_ncharsPK15charset_info_stPcjS1_PKcjjPS4_S5_S5_ ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1417372 (dup of 1412423)
Z23well_formed_copy_ncharsPK15charset_info_stPcjS1_PKcjjPS4_S5_S5_ ## https://bugs.mysql.com/bug.php?id=83798 (new bug, seems unrelated to 1417372)
Z23well_formed_copy_ncharsPK15charset_info_stPcmS1_PKcmmPS4_S5_S5_ ## https://bugs.mysql.com/bug.php?id=85065
ZN23Gcalc_operation_reducer11free_resultEPNS_9res_pointE ## https://bugs.mysql.com/bug.php?id=84834 (duplicated by 85070)
Z24get_schema_tables_resultP4JOIN23enum_ ## Another i-s-temp-tables bug (based on crashing query) (see comment)
#Z24ha_initialize_handlertonP13st_plugin_int ## Fixed ## https://jira.percona.com/browse/MYR-195
Z24plugin_foreach_with_maskP3THDPFcS0_PP13st_plugin_intPvEijS4_ ## https://bugs.launchpad.net/percona-server/+bug/1688176 (also listed elsewhere)
ZN25table_events_waits_common8make_rowEbP10PFS_threadPV16PFS_events_waits ## https://bugs.mysql.com/bug.php?id=88799
ZN25table_events_waits_common8make_rowEP16PFS_events_waits ## https://jira.percona.com/browse/PS-3873
#Z24make_used_partitions_strP14partition_infoP4ListIKcE ## Fixed ## https://bugs.mysql.com/bug.php?id=74746 (fixed in 5.6.24)
#Z24mark_tmp_table_for_reuseP5TABLE ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1417533 (dup of 1387951)
#Z24plugin_foreach_with_maskP3THDPFcS0_PP13st_plugin_intPvEijS4_ ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1368530 (fixed in 5.6.27)
#Z25generate_partition_syntaxP14partition_infoPjbbP24st_ha_create_informationP10Alter_infoPKc ## Fixed ## https://bugs.mysql.com/bug.php?id=74860 (fixed in 5.6.24)
#Z25get_partition_id_list_colP14partition_infoPjPx ## Fixed ## https://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 ## https://tokutek.atlassian.net/browse/DB-760 (Fixed PS 5.6.25)
#Z26get_partition_id_range_colP14partition_infoPjPx ## Fixed? ## https://bugs.mysql.com/bug.php?id=74727 (was made up of 74451 which is closed)
Z26log_online_follow_redo_logv ## https://bugs.launchpad.net/percona-server/+bug/1688176
#Z26toku_xids_can_create_childP6XIDS_S ## Fixed ## https://tokutek.atlassian.net/browse/DB-814 (fixed in tokudb-7.5.6)
Z29toku_db_release_lt_key_rangesP13__toku_db_txnP17txn_lt_key_ranges ## https://tokutek.atlassian.net/browse/DB-840
Z30dict_table_stats_latch_destroyP12dict_table_t ## https://bugs.launchpad.net/percona-server/+bug/1462852
#Z34convert_charset_partition_constantP4ItemPK15charset_info_st ## Fixed ## https://bugs.mysql.com/bug.php?id=74580 (old LP #1384573)
Z37toku_get_oldest_in_live_root_txn_listP7tokutxn ## https://tokutek.atlassian.net/browse/DB-844
#Z39get_partition_id_cols_list_for_endpointP14partition_infobbj ## Fixed ## https://bugs.mysql.com/bug.php?id=74451 (duplicated by 75862)
#Z8filesortP3THDP5TABLEP8FilesortbPyS5_ ## Fixed ## https://bugs.mysql.com/bug.php?id=74579 (old LP #1384595)
Z9os_mallocm ## https://tokutek.atlassian.net/browse/DB-839
#ZN7handler18ha_end_bulk_insertEv ## Fixed ## https://tokutek.atlassian.net/browse/DB-760 (fixed in ps-5.6.25)
#ZN7sys_var5checkEP3THDP7set_var ## Fixed ## https://bugs.mysql.com/bug.php?id=84656
#ZN7handler25update_global_table_statsEv ## Fixed ## https://bugs.mysql.com/bug.php?id=75707 (duplicated by 75741) (LP PS#1417382)
#ZN7handler8ha_checkEP3THDP15st_ha_check_opt ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1433197
ZN7myrocks15Rdb_transaction15start_bulk_loadEPNS_10ha_rocksdbE ## https://jira.percona.com/browse/MYR-214
ZN7myrocks19rdb_handle_io_errorEN7rocksdb6StatusENS_17RDB_IO_ERROR_TYPEE ## https://github.com/facebook/mysql-5.6/issues/778 (previouly MYR-196)
ZN7myrocks21Rdb_drop_index_thread3runEv ## https://jira.percona.com/browse/PS-4491
ZN7MDL_map6removeEP8MDL_lock ## https://bugs.launchpad.net/percona-server/+bug/1417116
#ZN7set_var5checkEP3THD ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1417028 (dup of 1387951)
#ZN7ha_heap9write_rowEPh ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1731343
ZN7ha_heap10delete_rowEPKh ## https://bugs.launchpad.net/percona-server/+bug/1736819
#ZN8MDL_lock11Ticket_list13remove_ticketEP10MDL_ticket ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1403373 (dup of 1393682)
#ZN9ha_myisam5extraE17ha_extra_function ## Fixed ## https://bugs.mysql.com/bug.php?id=76946
ZN9ha_myisam9write_rowEPh ## https://bugs.mysql.com/bug.php?id=75083
ZN9PROFILING13status_changeEPKcS1_S1_j ## https://bugs.mysql.com/bug.php?id=84826
ZNK7myrocks16Rdb_dict_manager9get_valueERKN7rocksdb5SliceEPSs ## https://jira.percona.com/browse/MYR-221
ZNK13QUERY_PROFILE13get_profilingEv ## https://bugs.mysql.com/bug.php?id=84826
#ZN10Field_blob13get_key_imageEPhjN5Field9imagetypeE ## Fixed ## https://bugs.mysql.com/bug.php?id=74953 (Duplicate of internal Bug#17846865)
#ZN10Item_fieldC2EP5Field ## Fixed ## https://bugs.mysql.com/bug.php?id=74628
#ZN10Item_param22safe_charset_converterEPK15charset_info_st ## Fixed ## https://bugs.mysql.com/bug.php?id=76039 (Fixed in 5.5.49, 5.6.30, 5.7.12, 5.8.0)
#ZN10my_decimalaSERKS_ ## Fixed ## https://bugs.mysql.com/bug.php?id=80438 (Fixed in 5.6.32, 5.7.14)
#ZN11Query_cache13end_of_resultEP3THD ## Fixed ## https://bugs.mysql.com/bug.php?id=83188 (duplicate of 47378)
#ZN11Query_cache13end_of_resultEP3THD ## https://bugs.mysql.com/bug.php?id=81448 # Testcase needed (may need pquery+mysqld option)
ZN11Query_cache13end_of_resultEP3THD ## https://bugs.mysql.com/bug.php?id=88571
ZN11Query_cache13end_of_resultEP3THD ## https://bugs.mysql.com/bug.php?id=88751 (likely dup of 47378 but still in 5.5)
ZN11MDL_context11find_ticketEP11MDL_requestP17enum_mdl_duration ## https://bugs.launchpad.net/percona-server/+bug/1403446
#ZN11MDL_request4initEN7MDL_key18enum_mdl_namespaceEPKcS3_13enum_mdl_type17enum_mdl_duration ## Fixed ## https://bugs.mysql.com/bug.php?id=74499 (fixed in 5.5.43)
ZN11Table_cache12remove_tableEP5TABLE ## https://bugs.launchpad.net/percona-server/+bug/1444642
ZN11Table_cache9get_tableEP3THDjPKcjPP11TABLE_SHARE ## https://bugs.launchpad.net/percona-server/5.6/+bug/1440640
#ZNK12dict_table_t13get_ref_countEv ## Fixed ## https://bugs.mysql.com/bug.php?id=78336 (Fixed in 5.7.10/5.8.0)
#ZN12ha_myisammrg18append_create_infoEP6String ## Fixed ## https://bugs.mysql.com/bug.php?id=75976 (duplicate of 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 ## https://bugs.mysql.com/bug.php?id=74869 (fixed in 5.6.24)
#ZN12ha_partition5extraE17ha_extra_function ## Fixed ## https://tokutek.atlassian.net/browse/DB-766 (fixed in tokudb-7.5.4)
#ZN12ha_partition5resetEv ## Fixed ## https://bugs.mysql.com/bug.php?id=75677 (Refer PS#1415799) (fixed in 5.6.26)
#ZN13Bounded_queueIhhE4pushEPh ## Fixed ## https://bugs.mysql.com/bug.php?id=74008 (fixed in 5.5.45, 5.6.26, 5.7.8, 8.0)
#ZN13Bounded_queueIPhS0_10Sort_paramE4pushES0_ ## Fixed ## https://bugs.mysql.com/bug.php?id=74008 (fixed in 5.5.45, 5.6.26, 5.7.8, 8.0)
#ZN13select_insert8send_eofEv ## Fixed ## https://tokutek.atlassian.net/browse/DB-806 (fixed in tokudb-7.5.6)
#ZN13st_join_table7cleanupEv ## Fixed ## https://bugs.mysql.com/bug.php?id=74628
#ZN13st_select_lex5printEP3THDP6String15enum_query_type ## Fixed ## https://bugs.mysql.com/bug.php?id=78335 (Could not reproduce the issue)
#ZN13Item_func_div10decimal_opEP10my_decimal ## Fixed ## https://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 ## https://bugs.mysql.com/bug.php?id=86256
ZN13MYSQL_BIN_LOG11open_binlogEPKcS1_mbbbP28Format_description_log_event ## https://jira.percona.com/browse/PS-3878
ZN13MYSQL_BIN_LOG13new_file_implEbP28Format_description_log_event ## https://bugs.mysql.com/bug.php?id=90190
#ZN14Arg_comparator24cache_converted_constantEP3THDPP4ItemS4_11Item_result ## Fixed ## https://bugs.mysql.com/bug.php?id=77991 (duplicate of 78188)
#ZN14cachefile_list15add_cf_unlockedEP9cachefile ## Fixed ## https://tokutek.atlassian.net/browse/DB-812 (fixed in 5.6.23/Tk7.5.6)
#ZN14Item_func_plus10decimal_opEP10my_decimal ## Fixed ## https://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 ## https://bugs.mysql.com/bug.php?id=74451 (fixed in 5.6.24)
#ZN14partition_info9get_cloneEv ## Fixed ## https://bugs.mysql.com/bug.php?id=74478 (fixed in 5.6.24)
ZNK14user_var_entry13assert_lockedEv ## https://tokutek.atlassian.net/browse/DB-1018
#ZN15Query_log_eventC1EP3THDPKcmbbbib ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1397173 (dup of 1412423)
ZN16Rpl_info_handlerD1Ev ## https://bugs.launchpad.net/percona-server/+bug/1452125
ZN16Partition_helper19handle_ordered_prevEPh ## https://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 ## https://bugs.launchpad.net/percona-server/+bug/1441001
ZN17sys_var_pluginvar14session_updateEP3THDP7set_var ## https://bugs.launchpad.net/percona-server/+bug/1384560
#Z17mysql_create_userP3THDR4ListI11st_lex_userE # Fixed ## https://bugs.mysql.com/bug.php?id=84658
#Z17mysql_table_grantP3THDP10TABLE_LISTR4ListI11st_lex_userERS3_I10LEX_COLUMNEmb # Fixed ## https://bugs.mysql.com/bug.php?id=84658
#Z19mysql_routine_grantP3THDP10TABLE_LISTbR4ListI11st_lex_userEmbb # Fixed ## https://bugs.mysql.com/bug.php?id=84658
#Z15change_passwordP3THDPKcS2_Pc # Fixed ## https://bugs.mysql.com/bug.php?id=84658
ZN17Opt_trace_context5startEbbbbllmy ## Likely not a bug, asked Umesh to check (testcase: see above at top)
Z17mysql_lock_tablesP3THDPP5TABLEjj ## https://jira.percona.com/projects/TDB/issues/TDB-87
#ZN18base_list_iterator4nextEv # Fixed ## https://bugs.mysql.com/bug.php?id=74478
ZN18sql_digest_storage4copyEPKS_ ## https://bugs.launchpad.net/percona-server/+bug/1660828
ZN18Locked_tables_list20unlock_locked_tablesEP3THD ## https://tokutek.atlassian.net/browse/DB-768
#ZN20Field_iterator_table13end_of_fieldsEv # Fixed ## https://bugs.mysql.com/bug.php?id=75707
#ZN21Sql_cmd_handler_close7executeEP3THD # Fixed ## https://bugs.mysql.com/bug.php?id=75707 (duplicated by 75721)
#ZN23Gcalc_operation_reducer10end_coupleEPNS_13active_threadES1_PKN10Gcalc_heap4InfoE ## Fixed ## https://bugs.mysql.com/bug.php?id=77580
ZN23Gcalc_operation_reducer17get_result_threadEPNS_9res_pointEP21Gcalc_result_receiveri ## Still present in 5.6 ## https://bugs.mysql.com/bug.php?id=78201 (Fixed in 5.7)
#ZN24subselect_hash_sj_engine7cleanupEv ## Fixed ## https://bugs.mysql.com/bug.php?id=82967 (old PS #1622992)
#ZN24subselect_hash_sj_engine7cleanupEv ## Fixed ## https://jira.percona.com/browse/PS-3958
#ZN4JOIN8optimizeEv ## Fixed ## https://bugs.mysql.com/bug.php?id=74783
ZN4Item31tmp_table_field_from_field_typeEP5TABLEb ## Still present in 5.7 ## https://bugs.mysql.com/bug.php?id=86254 (also bug 87577)
ZN5TABLE11set_keyreadEb ## https://bugs.mysql.com/bug.php?id=84755 (Won't fix)
ZN5QueueI16PROF_MEASUREMENTE3popEv ## https://bugs.launchpad.net/percona-server/+bug/1441139
Z21find_or_create_digestP10PFS_threadPK18sql_digest_storagePKcj ## https://bugs.launchpad.net/percona-server/+bug/1441139
ZN7MDL_map4findEP10st_lf_pinsPK7MDL_keyPb ## https://bugs.launchpad.net/percona-server/+bug/1441139
ZN5QueueI16PROF_MEASUREMENTE14iterator_valueEPv ## https://bugs.launchpad.net/percona-server/+bug/1441447
ZN5TABLE4initEP3THDP10TABLE_LIST ## https://bugs.launchpad.net/percona-server/+bug/1463381
#ZN6String4copyERKS_ ## Fixed ## https://bugs.mysql.com/bug.php?id=74644 (Fixed in 5.5.47, 5.6.28)
#ZN7handler11ha_rnd_nextEPh ## Fixed ## https://bugs.mysql.com/bug.php?id=74589 (opt) (fixed in 5.6.24, 5.7.6)
ZN7handler12ha_write_rowEPh ## https://bugs.launchpad.net/percona-server/+bug/1382738
#ZN7handler10ha_rnd_endEv ## Fixed ## https://bugs.mysql.com/bug.php?id=74583, 74584, and LP #1384656 (Fixed in 5.6.25,5.7.6)
#ZN7handler12ha_index_endEv ## Fixed ## https://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 ## https://bugs.mysql.com/bug.php?id=74583, 74584, and LP #1384656, 1417382 (Fixed as above)
#Z18mysql_ha_rm_tables ## Fixed ## https://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 ## https://bugs.mysql.com/bug.php?id=74810, LP #1385062 (fixed in 5.7.6)
#ZN7handler9ha_createEPKcP5TABLEP24st_ha_create_information ## Fixed ## https://bugs.mysql.com/bug.php?id=74292 (fixed in 5.6.23) Duplicate MS#75284
#ZN7ha_heap11index_firstEPh ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1488055 (dup of 1518183 in 5.7 above)
#ZN7MDL_key12mdl_key_initENS_18enum_mdl_namespaceEPKcS2_ ## Fixed ## https://bugs.mysql.com/bug.php?id=74499 (fixed in 5.5.43)
#ZN7sys_var5checkEP3THDP7set_var ## Fixed ## https://bugs.mysql.com/bug.php?id=78064 (fixed in 5.6.29, 5.7.11, 5.8.0)
ZN8Item_row19illegal_method_callEPKc ## https://bugs.mysql.com/bug.php?id=57552 (duplicated by 76468)
ZN8Protocol13end_statementEv ## https://bugs.mysql.com/bug.php?id=74411, pquery
ZN9READ_INFO10read_fieldEv ## https://bugs.mysql.com/bug.php?id=77993
ZNK10MDL_ticket26has_stronger_or_equal_typeE13enum_mdl_type ## https://bugs.launchpad.net/percona-server/+bug/1444706
ZNK10MDL_ticket28has_pending_conflicting_lockEv ## https://bugs.launchpad.net/percona-server/+bug/1384570 and #74584 ?
ZNK12Json_wrapper9to_stringEP6StringbPKc ## Still present in 5.7 ## https://bugs.mysql.com/bug.php?id=86472 (fixed in 8.0.1)
ZNK5Field7is_nullEx ## https://bugs.launchpad.net/percona-server/+bug/1445833 - now DB-838
ZNK5Field13column_formatEv ## https://bugs.launchpad.net/percona-server/+bug/1662055
#ZNK6String7charsetEv ## Fixed ## https://bugs.mysql.com/bug.php?id=74578
#ZNK7handler6ha_thdEv ## Fixed ## https://bugs.mysql.com/bug.php?id=75284 (fixed in 5.6.23) Duplicate MS#74292
#ZNK7handler22ha_statistic_incrementEM17system_status_vary ## Fixed ## https://bugs.mysql.com/bug.php?id=74583 (duplic by 75234)
ZNK7evictor24unsafe_read_size_currentEv ## https://tokutek.atlassian.net/browse/DB-1034
ZNK8Item_row4typeEv ## https://bugs.mysql.com/bug.php?id=81408
#ZNK11Gis_polygon4areaEPdPPKc ## Fixed ## https://bugs.mysql.com/bug.php?id=81409
#Z14get_all_tablesP3THDP10TABLE_LISTP4Item ## Fixed ## https://bugs.mysql.com/bug.php?id=81412
#is_last_prefix <= 0 ## Fixed ## https://bugs.mysql.com/bug.php?id=81412
#Z34set_field_to_null_with_conversionsP5Fieldb ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1582055 and MS Bug 81446 below
#Z17store_create_infoP3THDP10TABLE_LISTP6StringP24st_ha_create_informationb ## Fixed ## https://bugs.mysql.com/bug.php?id=81446 (ref above)
#Z19create_schema_tableP3THDP10TABLE_LIST ## Fixed ## https://bugs.mysql.com/bug.php?id=81446
#ZN10Item_field13save_in_fieldEP5Fieldb ## Fixed ## https://bugs.mysql.com/bug.php?id=81446 (dup of 81412)
#ZN8Item_int13save_in_fieldEP5Fieldb ## Fixed ## https://bugs.mysql.com/bug.php?id=81446
#ZN13Protocol_text5storeEP5Field ## Fixed ## https://bugs.mysql.com/bug.php?id=81446
#ZN10Sort_param17init_for_filesortEjP5TABLEmyb ## Fixed ## https://bugs.mysql.com/bug.php?id=84824
Z14servers_reloadP3THD ## https://bugs.mysql.com/bug.php?id=81447
#Z15mysql_drop_userP3THDR4ListI11st_lex_userE ## Fixed ## https://bugs.mysql.com/bug.php?id=81449
Z8filesortP3THDP5TABLEP13st_sort_fieldjP10SQL_SELECTybPy ## https://bugs.mysql.com/bug.php?id=81450
ZN18st_select_lex_unit4execEv ## https://bugs.mysql.com/bug.php?id=81454
#ZN7handler11get_dup_keyEi ## Fixed ## https://bugs.mysql.com/bug.php?id=81455
#Z11alloc_queryP3THDPKcj ## Fixed ## https://bugs.mysql.com/bug.php?id=81471
#ZN22subselect_union_engine7no_rowsEv ## Fixed ## https://bugs.mysql.com/bug.php?id=81472
#Z7sortcmpPK6StringS1_P15charset_info_st ## Fixed ## https://bugs.mysql.com/bug.php?id=81457
#Z10find_type2PK10st_typelibPKcjP15charset_info_st ## Fixed ## https://bugs.mysql.com/bug.php?id=81457
ZN8Item_row7val_strEP6String ## https://bugs.mysql.com/bug.php?id=57552 and 76468
ZNK4Item10field_typeEv ## https://bugs.mysql.com/bug.php?id=81532