forked from Percona-QA/percona-qa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
known_bugs.strings
1250 lines (1225 loc) · 164 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
ha_innobase..try_semi_consistent_read ## https://bugs.mysql.com/bug.php?id=100842
SELECT_LEX..nest_last_join ## https://bugs.mysql.com/bug.php?id=100754
.remaining_tables_after .= 0 ## https://bugs.mysql.com/bug.php?id=100288
key .= 64U ## https://bugs.mysql.com/bug.php?id=100300 https://jira.percona.com/browse/PS-7210
Field..val_str ## https://bugs.mysql.com/bug.php?id=100286
do_fill_information_schema_table ## https://jira.percona.com/browse/PS-6125
JOIN..cleanup ## https://bugs.mysql.com/bug.php?id=97928
QEP_shared_owner..qs_cleanup ## https://bugs.mysql.com/bug.php?id=97930
trx_is_rseg_assigned.trx. ## https://bugs.mysql.com/bug.php?id=97341
.check_datetime_range.my_time ## https://bugs.mysql.com/bug.php?id=97340
debug_skip ## https://bugs.mysql.com/bug.php?id=97312
direction .= 0 ## https://bugs.mysql.com/bug.php?id=97272
.num_rows == .~.ha_rows ## https://bugs.mysql.com/bug.php?id=97271
#ins_ctx->aux_index_id == fts_select_index.ins_ctx->charset, word->text.f_str, word->text.f_len. ## https://bugs.mysql.com/bug.php?id=94626
join->best_read < double.1.79769313486231570815e ## https://jira.percona.com/browse/PS-5464
#__null .= dynamic_cast<Target>.arg ## Fixed ## https://bugs.mysql.com/bug.php?id=94581
void destroy<Table_trigger_dispatcher> ## https://jira.percona.com/browse/PS-5460
#Item_func_internal_get_comment_or_error..val_str ## Fixed ## https://bugs.mysql.com/bug.php?id=90518 # Optimized build
#adjust_fk_parents ## Fixed ## https://bugs.mysql.com/bug.php?id=90520 # Optimized build
#.trx->declared_to_be_inside_innodb ## Fixed ## https://bugs.mysql.com/bug.php?id=90521 # Optimized build
#TEXT=..n . .n - 1.. == 0.$ ## Fixed ## https://bugs.mysql.com/bug.php?id=90522 # Optimized build
#ut0link_buf.h.191..capacity . .capacity - 1.. == 0 ## Fixed ## https://bugs.mysql.com/bug.php?id=90523 # Optimized build
#TEXT=.write_max_size > 0.$ ## Fixed ## https://bugs.mysql.com/bug.php?id=90526 # Optimized build
#partition_info..add_named_partition ## Fixed ## https://bugs.mysql.com/bug.php?id=90542 # Optimized build
#dirname_length ## Fixed ## https://bugs.mysql.com/bug.php?id=90543 # Optimized build
#fil_space_get.table->space. .= __null ## Fixed ## https://bugs.mysql.com/bug.php?id=90545
#.thd .. thd->locked_tables_mode .. .thd->mdl_context.has_locks ## Fixed ## https://bugs.mysql.com/bug.php?id=90546
#gtid_next_type == ANONYMOUS_GTID ## Fixed ## https://bugs.mysql.com/bug.php?id=90547
#..idx_el_it ## Fixed ## https://bugs.mysql.com/bug.php?id=90548
.m_auto_increment_lock ## https://bugs.mysql.com/bug.php?id=90549
#TEXT=.data_type.$ ## Fixed ## https://bugs.mysql.com/bug.php?id=90550
#.thd->has_gtid_consistency_violation ## Fixed ## https://bugs.mysql.com/bug.php?id=90551
#table .. table->s .. table->s->ha_share ## Fixed ## https://bugs.mysql.com/bug.php?id=90552
#addr.page == FIL_NULL .. addr.boffset >= FIL_PAGE_DATA ## Fixed ## https://bugs.mysql.com/bug.php?id=90590
#head->variables.gtid_next.type .= UNDEFINED_GTID ## Fixed ## https://bugs.mysql.com/bug.php?id=90640
#TEXT=.bin2decimal.$ ## Fixed ## https://bugs.mysql.com/bug.php?id=90673
all .. .xs->is_binlogged ## https://bugs.mysql.com/bug.php?id=92993
w->frame_buffer ## https://jira.percona.com/browse/PS-5564
#.is_owned.. ## Fixed ## https://jira.percona.com/browse/PS-6935
#.is_owned.. ## PS ## https://bugs.mysql.com/bug.php?id=95923
mtr0mtr.h.219.m_impl.m_memo.size.. == 0 ## https://bugs.mysql.com/bug.php?id=96514
mtr0mtr.h.216.m_impl.m_memo.size.. == 0 ## https://bugs.mysql.com/bug.php?id=96514 (8.0.17)
error < 10000 ## https://bugs.mysql.com/bug.php?id=96639
.table->const_table ## https://bugs.mysql.com/bug.php?id=96680
.atomic .. .error .= 2 .. error .= 155 ## https://bugs.mysql.com/bug.php?id=96681
m_where_cond->is_bool_func ## https://bugs.mysql.com/bug.php?id=96682
trn_ctx->is_active.Transaction_ctx..SESSION ## https://bugs.mysql.com/bug.php?id=96692
inited == INDEX ## https://bugs.mysql.com/bug.php?id=98867 ## Fixed 8.0.20
temptable..Handler..init_table_handle_for_HANDLER ## https://bugs.mysql.com/bug.php?id=98221 ## Fixed 8.0.20
my_strnxfrm_unicode ## https://bugs.mysql.com/bug.php?id=98883 ## Fixed 8.0.20
outer_select ## https://bugs.mysql.com/bug.php?id=99018
MYSQLlex ## https://bugs.mysql.com/bug.php?id=99017
Acl_restrictions..size ## https://bugs.mysql.com/bug.php?id=99023
.var->check.thd ## https://bugs.mysql.com/bug.php?id=99029
## =========== PS/MS 8.0
myrocks..rdb_normalize_tablename ## https://jira.percona.com/browse/PS-7290
compression_dict..create_zip_dict ## https://jira.percona.com/browse/PS-7151
my_print_stacktrace.unsigned ## https://jira.percona.com/browse/PS-7150
JOIN..create_root_iterator_for_join ## https://jira.percona.com/browse/PS-6937
prepare_fields_and_keys ## https://jira.percona.com/browse/PS-6903
algorithm .= nullptr ## https://jira.percona.com/browse/PS-6904
Partition_helper..handle_ordered_prev ## https://jira.percona.com/browse/PS-5856
is_classic_protocol ## https://jira.percona.com/browse/PS-5853
#.innodb_inited .. strlen.s_uuid. .= 0 ## Fixed ## Reproduced only with PS-8.0.13-debug release branch (release-8.0.13-3) ## https://jira.percona.com/browse/PS-5189
#.part_share ## Fixed ## https://jira.percona.com/browse/PS-5210
addr.page == FIL_NULL .. addr.boffset >= FIL_PAGE_DATA ## https://jira.percona.com/browse/PS-5073
#ha_innodb.cc.4926.0 ## Fixed ## https://jira.percona.com/browse/PS-4801
#mysql_alter_table ## Fixed ## https://jira.percona.com/browse/PS-4802
#dd_table_has_instant_cols ## Fixed ## https://jira.percona.com/browse/PS-4803
#ha_innodb.cc.4974.0 ## Fixed ## https://jira.percona.com/browse/PS-4846
dd..sdi..store ## https://jira.percona.com/browse/PS-4970
Gtid_set..ensure_sidno ## https://bugs.mysql.com/bug.php?id=90946 (Assertion is from release build)
#handler..get_ha_share_ptr ## Fixed ## https://jira.percona.com/browse/PS-5206
#is_storage_available.tuple - packed_tuple, 0 ## Fixed ## https://jira.percona.com/browse/PS-4971
m_id .= LATCH_ID_NONE ## https://jira.percona.com/browse/PS-5358
m_output_buf->m_curr_offset <= m_output_buf->m_total_size ## https://jira.percona.com/browse/PS-5241
m_protocol->type ## https://jira.percona.com/browse/PS-5232
MDL_checker..is_read_locked.m_thd, .object ## https://jira.percona.com/browse/PS-5208
myrocks..Rdb_index_merge..add ## https://jira.percona.com/browse/PS-5242
MYSQL_BIN_LOG..handle_binlog_flush_or_sync_error ## https://bugs.mysql.com/bug.php?id=86256
#safe_mutex_lock ## Fixed ## https://bugs.mysql.com/bug.php?id=93726
srv_shutdown_state <= SRV_SHUTDOWN_FLUSH_PHASE ## https://bugs.mysql.com/bug.php?id=93716
srv_track_changed_pages ## https://jira.percona.com/browse/PS-5214
#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> >.._M_bucket_index ## Fixed ## https://jira.percona.com/browse/PS-4974
#std.._Hashtable<std..string, std..pair<std..string const, std..list<ACL_USER., Acl_cache_allocator<ACL_USER.> > >, Acl_cache_allocator<std..pair<std..string const, std..list<ACL_USER., Acl_cache_allocator<ACL_USER.> > > >, 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 ## Fixed ## https://jira.percona.com/browse/PS-5160
thread_ids.empty ## https://jira.percona.com/browse/PS-4975
plugin_lock ## https://jira.percona.com/browse/PS-3817
Z13ha_commit_lowP3THDbb ## https://jira.percona.com/browse/PS-3817
Z21ha_default_handlertonP3THD ## https://jira.percona.com/browse/PS-3817
#PFS_column_row..make_row ## Fixed ## https://jira.percona.com/browse/PS-4977
#strlen.db_name ## Fixed ## https://bugs.mysql.com/bug.php?id=83114
#maybe_null ## Fixed ## https://bugs.mysql.com/bug.php?id=83115
#maybe_null ## Fixed ## https://bugs.mysql.com/bug.php?id=93701
#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 ## Fixed ## https://bugs.mysql.com/bug.php?id=88161
#m_thd->get_transaction ## Fixed ## https://bugs.mysql.com/bug.php?id=88255
#max_length >= length ## Fixed ## https://bugs.mysql.com/bug.php?id=88256
TEXT=.String\.\.ptr.$ ## https://bugs.mysql.com/bug.php?id=88257
TEXT=String\.\.length$ ## https://bugs.mysql.com/bug.php?id=96691
#trans_table .. .changed .. thd->get_transaction ## Fixed ## https://bugs.mysql.com/bug.php?id=88258
#TEXT=.mon > 0 \.\. mon < 13.$ ## Fixed ## https://bugs.mysql.com/bug.php?id=88259
#trn_ctx->is_active.Transaction_ctx..SESSION ## Fixed ## https://bugs.mysql.com/bug.php?id=88260
#TEXT=.type.$ ## Fixed ## https://bugs.mysql.com/bug.php?id=88261
#MYSQL_BIN_LOG..new_file_impl ## Fixed ## https://bugs.mysql.com/bug.php?id=88262
#recv_recovery_is_on.. .. Log_DDL..is_in_recovery.. ## Fixed ## https://bugs.mysql.com/bug.php?id=88263
#has_prelocking_list .. thd->mdl_context.owns_equal_or_stronger_lock. MDL_key..TABLE, rt->db ## Fixed ## https://bugs.mysql.com/bug.php?id=88264
#sys_var_pluginvar..global_update ## Fixed ## https://bugs.mysql.com/bug.php?id=88265 (not repeatable on 8.0.4)
# ticket->m_lock->m_obtrusive_locks_granted_waiting_count .= 0 ## Fixed ## https://bugs.mysql.com/bug.php?id=88266
#val <= 4294967295u ## Fixed ## https://bugs.mysql.com/bug.php?id=88267
#Sql_cmd_call..prepare_inner ## Fixed ## https://bugs.mysql.com/bug.php?id=88268
.drop_ctx->has_base_non_atomic_tables ## https://jira.percona.com/browse/PS-5181
.field->prefix_len .. field->fixed_len == field->prefix_len ## https://bugs.mysql.com/bug.php?id=88269
#TEXT=.length == 3.$ ## Fixed ## https://bugs.mysql.com/bug.php?id=88270
TEXT=.new_table \.= nullptr.$ ## https://bugs.mysql.com/bug.php?id=88271
#new_value >= 0 ## Fixed ## 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 ## Fixed ## https://bugs.mysql.com/bug.php?id=88274
#next_insert_id == 0 ## Fixed ## https://bugs.mysql.com/bug.php?id=88276
#thd->is_system_thread ## Fixed ## https://bugs.mysql.com/bug.php?id=88277
#num_codepoints >= scanner.get_char_index ## Fixed ## https://bugs.mysql.com/bug.php?id=88278 (Fixed in 8.0.4)
#my_strnncollsp_simple ## https://jira.percona.com/browse/PS-5180 # WOULD BE GOOD TO HAVE EXTRA TESTCASES
num_codepoints >= scanner.get_char_index ## https://bugs.mysql.com/bug.php?id=92537 and 92569 (New finding in 8.0.12)
#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. ## Fixed ## 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.. ## Fixed ## https://bugs.mysql.com/bug.php?id=88283
#Item_direct_view_ref..fix_fields ## Fixed ## 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 ## Fixed ## https://bugs.mysql.com/bug.php?id=88326
#TEXT=.null_value.$ ## Fixed ## https://bugs.mysql.com/bug.php?id=88352
#m_prebuilt->magic_n == 78540783 ## Fixed ## 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.$ ## Fixed ## https://bugs.mysql.com/bug.php?id=88356 https://bugs.mysql.com/bug.php?id=96700 (fixed in 8.0.18)
purge_sys->n_stop == 0 ## https://bugs.mysql.com/bug.php?id=89503
#Sql_cmd_install_plugin..execute ## Fixed ## https://bugs.mysql.com/bug.php?id=89504
#thread_ids.empty ## Fixed ## 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 ## Fixed ## https://bugs.mysql.com/bug.php?id=91973
#TEXT=.\.fail.$ ## Fixed ## 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.$ ## Fixed ## https://bugs.mysql.com/bug.php?id=91978 (MS 8.0.12) (Fixed 8.0.14 / 5.7.25, remark as such when released)
ut0ut.cc.670 ## https://bugs.mysql.com/bug.php?id=91978 (MS 8.0.12) (Fixed 8.0.14 / 5.7.25, remark as such when released)
#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 (Fixed in 8.0.14, remark as such when released)
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) (Fixed in 8.0.14, remark as such when released)
#TEXT=.\.is_set.$ ## Fixed ## https://bugs.mysql.com/bug.php?id=90525
#TEXT=.\.is_set.$ ## Fixed ## 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) (Fixed in 8.0.14, remark as such when released)
set_field_to_null_with_conversions ## https://bugs.mysql.com/bug.php?id=92189 (likely opt dup of 92034) (Fixed in 8.0.14, remark as such when released)
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 (Fixed in 8.0.14, remark as such when released)
Item..save_in_field_inner ## https://bugs.mysql.com/bug.php?id=92067 (Fixed in 8.0.14, remark as such when released)
#lock_rec_get_rec_not_gap.lock. ## Fixed ## https://bugs.mysql.com/bug.php?id=92068
#lock0lock.cc.7034 ## Fixed ## https://bugs.mysql.com/bug.php?id=92069 (Fixed in 8.0.14, remark as such when released)
thd->variables.gtid_next.type == AUTOMATIC_GTID ## https://bugs.mysql.com/bug.php?id=92070
#dict0dd.cc:5.....error ## Fixed ## https://bugs.mysql.com/bug.php?id=92071
#TEXT=.mi->rli->inited.$ ## Fixed ## 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 (Fixed in 5.6.43, 5.7.25, 8.0.14, remark as such when released, especially for a 5.7.25 or 8.0.14 release)
#my_free ## https://jira.percona.com/browse/PS-5162 # NEEDS MORE TESTCASES OR RESEARCH
#TEXT=.can_switch.$ ## Fixed ## https://bugs.mysql.com/bug.php?id=92097
#Item_field..val_time_temporal ## Fixed ## https://bugs.mysql.com/bug.php?id=92170
#Locked_tables_list..unlock_locked_tables ## Fixed ## 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.$ ## Fixed ## https://bugs.mysql.com/bug.php?id=92187
#uint4korr.kp1 ## Fixed ## https://bugs.mysql.com/bug.php?id=92448
#Field_varstring..unpack ## Fixed?## Likely https://bugs.mysql.com/bug.php?id=92448 (pquery C-API replay)
TEXT=.acl_reload.$ ## https://bugs.mysql.com/bug.php?id=92433 (and dup 92452)
#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 ## Fixed ## https://bugs.mysql.com/bug.php?id=90544 # Optimized build
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
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 ## https://bugs.mysql.com/bug.php?id=91988
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, std..unique_ptr<GRANT_COLUMN, Destroy_only<GRANT_COLUMN> > >, Malloc_allocator<std..pair<std..__cxx11..basic_string<char, std..char_traits<char>, std..allocator<char> > const, std..unique_ptr<GRANT_COLUMN, Destroy_only<GRANT_COLUMN> > > >, std..__detail.._Select ## https://bugs.mysql.com/bug.php?id=92456 (Fixed in 8.0.14, remark as such when released)
TEXT=.filesort.$ ## https://bugs.mysql.com/bug.php?id=92487
#TEXT=.thd_report_innodb_stat.$ ## Fixed ## https://jira.percona.com/browse/PS-4788 (PS 8.0.12)
#ZN10DsMrr_impl11dsmrr_closeEv ## Fixed ## https://jira.percona.com/browse/PS-4788 (PS 8.0.12)
#innodb_trx_id == 0 .. innodb_trx_id == trx_id .. is_attachable_ro_transaction_active ## Fixed ## https://jira.percona.com/browse/PS-4788 (PS 8.0.12)
#index .= nullptr ## Fixed ## https://jira.percona.com/browse/PS-4884 (PS 8.0.12, dbg)
#void dd_write_table<dd..Table> ## Fixed ## https://jira.percona.com/browse/PS-4884 (PS 8.0.12, opt)
#void dd_write_table<dd..Table> ## https://bugs.mysql.com/bug.php?id=92188 (MS/PS 8.0.12, opt) (note that this string is also the one for likely unrelated PS-4884)
#dict0dict.cc.5743 ## Fixed ## https://bugs.mysql.com/bug.php?id=92188 (MS 8.0.12, dbg)
#dict0dict.cc.5775 ## Fixed ## https://bugs.mysql.com/bug.php?id=92188 (PS 8.0.12, dbg)
#m_form->s->row_type == m_create_info->row_type ## Fixed ## https://jira.percona.com/browse/PS-4885
#dd_table_has_instant_cols ## Fixed ## https://jira.percona.com/browse/PS-4886 (change string to a more specific version if not fixed before 1/1/2019, and test without it for PS8 GA!)
## old_dd_tab .= __null ## Fixed ## https://jira.percona.com/browse/PS-4886 (change string to a more specific version if not fixed before 1/1/2019, and test without it for PS8 GA!)
TABLE_LIST..prepare_security ## https://bugs.mysql.com/bug.php?id=92539
table_id == id ## https://jira.percona.com/browse/PS-5169
base_list_iterator..next_fast ## https://bugs.mysql.com/bug.php?id=92539
#TEXT=.THD..thread_id.$ ## Fixed ## https://jira.percona.com/browse/PS-4896
#void dd_write_table<dd..Partition> ## Fixed ## https://jira.percona.com/browse/PS-4892 (opt expand_fast_index_creation)
#m_prebuilt->table->id == old_part->se_private_id.. ## Fixed ## https://jira.percona.com/browse/PS-4892 (dbg expand_fast_index_creation)
#valid_flags == m_flags ## Fixed ## https://jira.percona.com/browse/PS-4898 (INSTALL PLUGIN auth_pam SONAME 'auth_pam.so' or 'auth_compat.so';)
TEXT=.ha_myisammrg..clone.$ ## https://jira.percona.com/browse/PS-4900
# ha_innopart..prepare_inplace_alter_table ## Fixed ## https://jira.percona.com/browse/PS-4928
ha_innopart..prepare_inplace_alter_table ## https://jira.percona.com/browse/PS-6014
PolicyMutex<TTASEventMutex<GenericPolicy> >..pfs_begin_lock ## https://jira.percona.com/browse/PS-4927
TEXT=.ha_release_savepoint.$ ## https://jira.percona.com/browse/PS-4899
handler..unbind_psi ## https://jira.percona.com/browse/PS-4929
#TEXT=..error == 3110.$ ## Fixed ## https://bugs.mysql.com/bug.php?id=92777
#Field_varstring..unpack ## Fixed? ## Likely https://bugs.mysql.com/bug.php?id=92448 but replayed under pquery
#innodb_trx_id == 0 .. innodb_trx_id == trx_id .. is_attachable_transaction_active ## Fixed ## https://jira.percona.com/browse/PS-4933
#innodb_trx_id == 0 .. innodb_trx_id == trx_id .. is_attachable_transaction_active ## Fixed ## https://jira.percona.com/browse/PS-5026
#TEXT=.thd_report_innodb_stat.$ ## Fixed ## https://jira.percona.com/browse/PS-5027
#TEXT=.THD..mark_innodb_used.$ ## Fixed ## https://jira.percona.com/browse/PS-5027
#dd..create_dd_user_table ## Fixed ## https://jira.percona.com/browse/PS-4931
#dd..create_tmp_table ## Fixed ## https://jira.percona.com/browse/PS-4931
#len <= dtype_get_len.type. + prtype_get_compression_extra.dtype_get_prtype.type.. .. ..dtype_get_mtype.type.. == 5 .. .dtype_get_mtype.type.. == 16 .. .dtype_get_mtype.type.. == 14. .. .strcmp.index->name, .FTS_INDEX_TABLE_IND.. ## Fixed ## https://jira.percona.com/browse/PS-4932
#len <= col->len .. ..col->mtype. == 5 .. .col->mtype. == 16 .. .col->mtype. == 14. .. ...col->mtype. == 15 .. .col->mtype. == 16. .. len == 2 . 2 . sizeof.double.. .. ..col->mtype == 1 .. col->mtype == 4 .. col->mtype == 12. .. .col->len == 0 .. len <= col->len + prtype_get_compression_extra.col->prtype... ## Fixed ## https://jira.percona.com/browse/PS-5025
#TEXT=..table_name.$ ## Fixed ## https://jira.percona.com/browse/PS-4979
TEXT=..table_name.$ ## https://jira.percona.com/browse/PS-5410
ZN7OSMutex5enterEv ## https://jira.percona.com/browse/PS-4986
Z12os_event_setP8os_event ## https://jira.percona.com/browse/PS-4986
log0log.cc line 1432 ## https://jira.percona.com/browse/PS-4987
#sync0types.h line 1051 ## Fixed ## https://jira.percona.com/browse/PS-4988
#Z9abort_txnP13__toku_db_txn ## Fixed ## https://jira.percona.com/browse/PS-5056
TEXT=.Item..save_in_field.$ ## https://bugs.mysql.com/bug.php?id=93306 (MS)
TEXT=.Item..save_in_field_inner.$ ## https://bugs.mysql.com/bug.php?id=93306 (PS, dbg)
set_field_to_null_with_conversions ## https://bugs.mysql.com/bug.php?id=93306 (PS, opt)
Item_func_can_access_view..val_int ## https://bugs.mysql.com/bug.php?id=93525
#TEXT=.THD..thread_id.$ ## Fixed ## https://jira.percona.com/browse/PS-5134 (dbg)
TEXT=.thd_get_thread_id.$ ## https://jira.percona.com/browse/PS-5134 (opt) Fixed in 5.7/8.0 https://jira.percona.com/browse/PS-5826 <-5/6 (not fixed)
ZN7handler7ha_openEP5TABLEPKcii ## https://jira.percona.com/browse/PS-5826
#TEXT=.compression_dict..create_zip_dict.$ ## Fixed ## https://jira.percona.com/browse/PS-5148 (dbg)
#MYSQL_BIN_LOG..open_binlog ## https://jira.percona.com/browse/PS-5173 # NEEDS MORE RESEARCH AND/OR TESTCASES
#MYSQL_BIN_LOG..new_file_impl ## Fixed ## https://bugs.mysql.com/bug.php?id=93631 (MS 8.0.13)
#MYSQL_BIN_LOG..rotate ## Fixed ## https://bugs.mysql.com/bug.php?id=93631 (PS 8.0.13)
#DsMrr_impl..dsmrr_init ## Fixed ## https://jira.percona.com/browse/PS-5163 (opt)
#TEXT=.table .= __null.$ ## Fixed ## https://jira.percona.com/browse/PS-5163 (dbg)
TEXT=.stored_object == nullptr.$ ## https://jira.percona.com/browse/PS-5224
MDL_ticket_store..find_in_lists ## https://bugs.mysql.com/bug.php?id=93718
space_id == page_get_space_id.buf_block_get_frame.block.. ## https://bugs.mysql.com/bug.php?id=93717 (MS)
#space_id == page_get_space_id.buf_block_get_frame.block.. ## https://bugs.mysql.com/bug.php?id=93651 (Can't repeat)
myrocks..rdb_check_mutex_call_result ## https://jira.percona.com/browse/PS-5066 (opt)
TEXT=.s_tx_list.size.$ ## https://jira.percona.com/browse/PS-5066 (dbg)
TEXT=.s_tx_list.size.$ ## https://jira.percona.com/browse/PS-4065
TEXT=.s_tx_list.size.$ ## https://jira.percona.com/browse/PS-5228 (dbg)
rocksdb..PessimisticTransactionDB..UnLock ## https://jira.percona.com/browse/PS-5228 (opt)
#opt_event_scheduler == Events..EVENTS_ON .. opt_event_scheduler == Events..EVENTS_OFF ## Fixed ## https://bugs.mysql.com/bug.php?id=93719
#table2 == NULL ## https://bugs.mysql.com/bug.php?id=93720 # HAVE STRONG SUSPICION THERE ARE MORE BUGS HIDING BEHIND THIS STRING, SO LEAVING IT FILTERED. SOME MAY BE HARD TO REDUCE. START MULTIPLE REDUCERS FOR EACH OCCURENCE.
#table2 == NULL ## https://jira.percona.com/browse/PS-5580
#TEXT=.false.$ ## https://bugs.mysql.com/bug.php?id=93720 # IDEM AS ABOVE. ALSO ALREADY FILTERED ELSEWHERE
Item_func_in..cleanup ## https://bugs.mysql.com/bug.php?id=94176
#void destroy<in_vector> ## This is likely https://bugs.mysql.com/bug.php?id=94176 but on PS
get_schema_tables_result ## https://jira.percona.com/browse/PS-5414
#std..vector<boost..detail..adj_list_gen<boost..adjacency_list<boost..setS, boost..vecS, boost..bidirectionalS, boost..property ## Fixed ## https://bugs.mysql.com/bug.php?id=95087
## =========== PS8/MS8, need better tetcases
#mp->count > 0 .. my_thread_equal.my_thread_self ## Seen in run 13013717 (PS 8.0.12) but testcase does not reduce at all, need good testcase. Try and reduce when seen again
#TEXT=.safe_mutex_destroy.$ ## Seen in run 21151181 (PS 8.0.12) but testcase does not reduce at all, need good testcase. Try and reduce when seen again
# mp->count > 0 .. my_thread_equal.my_thread_self ## Seen in run 99721085 - looks like a shutdown or startup issue, need good testcase. Try and reduce when seen again
## =========== 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 ## Fixed ## https://jira.percona.com/browse/PS-3572 (old line nr)
#ha_innodb.cc line 4203 ## Fixed ## https://jira.percona.com/browse/PS-3572 (old line nr)
#ha_innodb.cc line 4170 ## Fixed ## https://jira.percona.com/browse/PS-3572 (old line nr)
#ha_innodb.cc line 4218 ## Fixed ## https://jira.percona.com/browse/PS-3572 (PS 5.6.35)
#ha_innodb.cc line 4206 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1666101 (similar to 1668508)
#ha_innodb.cc line 4170 ## Fixed ## 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 ## Fixed ## https://jira.percona.com/browse/PS-396
#zip_dict_name.str == 0 .. column_format ## Fixed ## https://jira.percona.com/browse/PS-1018
#compression_dict..cols_table_delete ## https://jira.percona.com/browse/PS-5174 ## MORE TESTCASES NEEDED
## =========== 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 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 ## Fixed ## 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 ## https://bugs.mysql.com/bug.php?id=82386 (Can't repeat)
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) (Can't repeat)
#ZN7myrocks21Rdb_drop_index_thread3runEv ## https://jira.percona.com/browse/PS-4491 (Can't repeat)
#ZN7rocksdb16ColumnFamilyData19InstallSuperVersionEPNS_19SuperVersionContextEPNS_17InstrumentedMutexERKNS_16MutableCFOptionsE ## Likely duplicate of PS-4491 above also logged as PS-4478 (Can't repeat)
#rocksdb..ColumnFamilyData..InstallSuperVersion ## Likely duplicate of PS-4478/PS-4491 (Can't repeat)
# manifest_filenames->empty ## Likely duplicate of PS-4491 above (Can't repeat)
#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 ## Fixed ## https://bugs.mysql.com/bug.php?id=83737 (but seen again in 5.6.34)
#t1->result_range ## Fixed ## 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
trx0trx.h line 1654 ## https://bugs.mysql.com/bug.php?id=93083 (PS assertion line number)
#thd->ha_data.ht_arg->slot..ha_ptr_backup == __null .. .thd->is_binlog_applier ## Fixed ## 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
Geometry::is_valid_geotype(gt) ## https://bugs.mysql.com/bug.php?id=92868
## =========== MS 5.7.7 RC ===========
#Z15ha_commit_transP3THDbb ## https://bugs.mysql.com/bug.php?id=77520 (Can't repeat 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/PS-3817
TEXT=.plugin_lock.$ ## https://jira.percona.com/browse/PS-5021 (likely dup of 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 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 ===========
field_type.. == MYSQL_TYPE_GEOMETRY ## https://bugs.mysql.com/bug.php?id=95827
table->has_instant_cols.. ## https://jira.percona.com/browse/PS-5483
dict0stats_bg.cc ## https://bugs.mysql.com/bug.php?id=89759
.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 ===========
join == __null ## https://jira.percona.com/browse/PS-6077
get_innobase_type_from_mysql_type ## https://jira.percona.com/browse/PS-5478
#buf0lru.cc line 2259 ## Fixed ## https://jira.percona.com/browse/PS-1702
#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
key .= __null .. key_length == 16 ## https://jira.percona.com/browse/PS-4827
m_pos.m_index_1 < mi->rli->get_worker_count ## https://bugs.mysql.com/bug.php?id=92348 (PS-4824)
name .= ..void . ## https://jira.percona.com/browse/PS-4823
#row0ins.cc line 282 ## Fixed ## https://jira.percona.com/browse/PS-3391
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 ## Fixed ## https://jira.percona.com/browse/PS-3333 # 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://jira.percona.com/browse/PS-6816
#.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 ## Fixed ## MS5.7 ## https://bugs.mysql.com/bug.php?id=79821 (debug)
#ha_innodb.cc line 8621 ## Fixed ## https://bugs.mysql.com/bug.php?id=79821 (PS 5.7, debug)
#ha_innodb.cc line 9408 ## Fixed ## https://bugs.mysql.com/bug.php?id=79821 (PS 5.7.20, debug)
#Z18row_search_no_mvccPh15page_cur_mode_tP14row_prebuilt_tmm ## Fixed ## 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://jira.percona.com/browse/PS-954
#length == 0 .. json_binary..parse_binary.ptr, length ## Fixed ## RC1 ## https://jira.percona.com/browse/PS-3363
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://jira.percona.com/browse/PS-1780
log0log.cc line 556 ## ^ .18 ## https://jira.percona.com/browse/PS-1780
#log0log.cc line 574 ## Fixed ## https://jira.percona.com/browse/PS-4989
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)
log0log.cc line 2279 ## https://bugs.mysql.com/bug.php?id=89074 (was TDB-88) #5.7.24
Z19find_field_in_tableP3THDP5TABLEPKcmbPj ## https://jira.percona.com/browse/PS-4830
ZN9ha_tokudb16fill_row_mutatorEPhPjjP5TABLEP19st_key_and_col_infojb ## https://jira.percona.com/browse/PS-5077
ha_tokudb..fill_row_mutator ## https://jira.percona.com/browse/PS-5077 (PS 8.0.13 opt+dbg)
.options.use_direct_reads ## https://jira.percona.com/browse/PS-5085
thd->mdl_context.owns_equal_or_stronger_lock.MDL_key..TABLE, src_table->db, src_table->table_name, MDL_SHARED ##https://jira.percona.com/browse/PS-5087
Z21que_thr_end_lock_waitP5trx_t ## https://jira.percona.com/browse/PS-5112 (opt)
ZNK3THD23innodb_slow_log_enabledEv ## https://jira.percona.com/browse/PS-5112 (dbg)
row0quiesce.cc line 643 ## https://jira.percona.com/browse/PS-6932
## =========== PS 5.7 TokuDB bugs ==========
#Handlerton. trx->tokudb_lock_count > 0 ## Fixed ## https://jira.percona.com/browse/PS-4294
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
#ZN9ha_tokudb16bulk_insert_pollEPvf ## Fixed ## https://jira.percona.com/browse/PS-4828
#ha_tokudb..bulk_insert_poll ## Fixed ## https://jira.percona.com/browse/PS-5158 (dup of 4828)
#mh->m_magic == 1234 ## Fixed ## https://jira.percona.com/browse/PS-4943
mh->m_magic == 1234 ## https://jira.percona.com/browse/PS-6083
send_metadata .. field_types == 0 .. field_types.field_pos. == MYSQL_TYPE_DECIMAL .. field_types.field_pos. == MYSQL_TYPE_BIT .. field_types.field_pos. == MYSQL_TYPE_NEWDECIMAL .. field_types.field_pos. == MYSQL_TYPE_NEWDATE .. field_types.field_pos. == MYSQL_TYPE_JSON .. .field_types.field_pos. >= MYSQL_TYPE_ENUM .. field_types.field_pos. <= MYSQL_TYPE_GEOMETRY ## https://jira.percona.com/browse/PS-4945
send_metadata .. field_types == nullptr .. field_types.field_pos. == MYSQL_TYPE_DECIMAL .. field_types.field_pos. == MYSQL_TYPE_BIT .. field_types.field_pos. == MYSQL_TYPE_NEWDECIMAL .. field_types.field_pos. == MYSQL_TYPE_NEWDATE .. field_types.field_pos. == MYSQL_TYPE_JSON .. .field_types.field_pos. >= MYSQL_TYPE_ENUM .. field_types.field_pos. <= MYSQL_TYPE_GEOMETRY ## https://jira.percona.com/browse/PS-6126
ZN18Locked_tables_list20unlock_locked_tablesEP3THD ## https://jira.percona.com/browse/PS-5855
## =========== Special: Various & Permanent Filters ===========
ha_innodb.cc line 3469 ##DONOTREMOVE## https://jira.percona.com/browse/PS-3443 (srv_log_block_size >= 512)
ha_innodb.cc line 2797 ##DONOTREMOVE## https://jira.percona.com/browse/PS-3443 (srv_log_block_size >= 512) PS 5.5.53
ha_innodb.cc line 3512 ##DONOTREMOVE## https://jira.percona.com/browse/PS-3443 (srv_log_block_size >= 512) PS 5.6.35
ha_innodb.cc line 3521 ##DONOTREMOVE## https://jira.percona.com/browse/PS-3443 (srv_log_block_size >= 512) PS 5.6.36
ha_innodb.cc line 3539 ##DONOTREMOVE## https://jira.percona.com/browse/PS-3443 (srv_log_block_size >= 512) PS 5.6.38
ha_innodb.cc line 3540 ##DONOTREMOVE## https://jira.percona.com/browse/PS-3443 (srv_log_block_size >= 512) PS 5.6.41
ha_innodb.cc line 3545 ##DONOTREMOVE## https://jira.percona.com/browse/PS-3443 (srv_log_block_size >= 512) PS 5.6.41
ha_innodb.cc line 3557 ##DONOTREMOVE## https://jira.percona.com/browse/PS-3443 (srv_log_block_size >= 512) PS 5.6.43
ha_innodb.cc line 3565 ##DONOTREMOVE## https://jira.percona.com/browse/PS-3443 (srv_log_block_size >= 512) PS 5.6.46
ha_innodb.cc line 3566 ##DONOTREMOVE## https://jira.percona.com/browse/PS-3443 (srv_log_block_size >= 512) PS 5.6.46
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://jira.percona.com/browse/PS-3571)
#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
# ZN13MYSQL_BIN_LOG11open_binlogEPKcS1_mbbbP28Format_description_log_event ## Invalid ## https://jira.percona.com/browse/PS-3878 (Permanent filter)
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
#MYSQL_BIN_LOG..handle_binlog_flush_or_sync_error ## https://bugs.mysql.com/bug.php?id=92451 (test sequence error; ignore issues unless it proves to be real bug. Ref bug 92451. Scan testcase or log for; grep -i 'gtid_purged', if the string is present, it is highly likely this occurence can be ignored)
## =========== 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.
os0file.cc line 2361 ##DONOTREMOVE## Likely out of disk space. Issues do not reduce. Often seen.
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)
ha_innodb.cc line 19475 ##DONOTREMOVE## OOM: ^IDEM (PS 5.6.43); logged upstream: https://bugs.mysql.com/bug.php?id=94096
ha_innodb.cc line 19542 ##DONOTREMOVE## OOM: ^IDEM (PS 5.6.44); logged upstream: https://bugs.mysql.com/bug.php?id=94096
ha_innodb.cc line 19527 ##DONOTREMOVE## OOM: ^IDEM (PS 5.6.45); logged upstream: https://bugs.mysql.com/bug.php?id=94096
## =========== 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-4][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://jira.percona.com/browse/PS-2094 (won't be fixed)
fsp0fsp.cc line 3236 ## https://jira.percona.com/browse/PS-4807
fsp0fsp.cc line 3328 ## https://jira.percona.com/browse/PS-4807 (PS-5.7.23-24)
fsp0fsp.cc line 3246 ## https://jira.percona.com/browse/PS-2094 older PS (idem)
fsp0fsp.cc line 1899 ## https://jira.percona.com/browse/PS-2094
btr0cur.cc line 2208 ## https://jira.percona.com/browse/PS-1563 (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
RSEG.....dd_table_discard_tablespace ## https://bugs.mysql.com/bug.php?id=92449 MS8
RSEG.....strcmp.table->name.m_name, table_name. == 0 ## https://bugs.mysql.com/bug.php?id=92449 MS8
## =========== 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 #846) (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 ## Fixed ## https://jira.percona.com/browse/PS-787 (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 2139 ## https://bugs.mysql.com/bug.php?id=84825 (PS 5.6.43, alike to 78732)
ha_innodb.cc line 2147 ## https://bugs.mysql.com/bug.php?id=84825 (PS 5.6.46, alike to 78732) row_format=redundant issue
ha_innodb.cc line 2148 ## https://bugs.mysql.com/bug.php?id=84825 (PS 5.6.49, alike to 78732) row_format=redundant issue
#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 ## Fixed ## https://jira.percona.com/browse/PS-3487
#fil0fil.c line 5462 ## Fixed ## https://jira.percona.com/browse/PS-3487
btr0cur.cc line 769 ## https://jira.percona.com/browse/PS-2093
btr0cur.c line 758 ## https://jira.percona.com/browse/PS-2093 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://jira.percona.com/browse/PS-910
#buf0buf.ic line 743 ## Fixed ## Duplicate of https://jira.percona.com/browse/PS-3011
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 ## Fixed ## https://jira.percona.com/browse/PS-846 (with oldPS)
#buf0buf.cc line 2749 ## Fixed ## https://jira.percona.com/browse/PS-846
buf0buf.cc line 2969 ## https://bugs.mysql.com/bug.php?id=74729 MS
#buf0buf.cc line 3060 ## Fixed ## https://jira.percona.com/browse/PS-1766
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
dict0dict.cc line 2354 ## https://bugs.mysql.com/bug.php?id=85060 (MS 5.7.28)
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 470 ## https://bugs.mysql.com/bug.php?id=94100 #PS 5.6.43
fil0fil.cc line 325 ## https://bugs.mysql.com/bug.php?id=94100 #PS 5.7.25
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 ## https://bugs.mysql.com/bug.php?id=82263 (Can't repeat)
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://jira.percona.com/browse/PS-1552
fsp0fsp.cc line 2188 ## https://jira.percona.com/browse/PS-1552 (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 ## Fixed ## https://bugs.mysql.com/bug.php?id=81497 # Sakila import bug (sql line 880)
ha_innodb.cc line 3455 ## https://jira.percona.com/browse/PS-3443 (old line nr)
ha_innodb.cc line 3492 ## https://jira.percona.com/browse/PS-3443 (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 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1384578 (with oldPS) (documented)
#ha_innodb.cc line 18523 ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1384578 (with oldPS) (documented)
#ha_innodb.cc line 18530 ## Fixed ## https://jira.percona.com/browse/PS-787
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 19528 ## PS 5.6.42 https://bugs.mysql.com/bug.php?id=91956
ha_innodb.cc line 19535 ## PS 5.6.46 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)
ut0ut.cc line 962 ## PS 5.7.23 --innodb-log-buffer-size=1125899906842624 (or similar)
ut0ut.cc line 979 ## PS 5.7.26 --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:670 ## https://bugs.mysql.com/bug.php?id=92487, MS8, related to large innodb-buffer-pool-size
ut0ut.cc.632 ## https://bugs.mysql.com/bug.php?id=94579 # on MS 8.0.15
ut0ut.cc.629 ## https://bugs.mysql.com/bug.php?id=94579 # on MS 8.0.16
ut0ut.cc.722 ## https://bugs.mysql.com/bug.php?id=92487, PS8, related to large innodb-buffer-pool-size
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
mem0dbg.c line 688 ## https://bugs.mysql.com/bug.php?id=86234 PS 5.6.46, MS 5.6.46
#handler0alter.cc line 787 ## Fixed ## https://bugs.mysql.com/bug.php?id=88747 MS
#handler0alter.cc line 798 ## Fixed ## 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://jira.percona.com/browse/PS-726 (TokuDB)
mem0mem.ic line 165 ## https://jira.percona.com/browse/PS-6817
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))
mtr0mtr.cc line 582 ## https://bugs.mysql.com/bug.php?id=77972 (PS 5.7.28-31)
mtr0mtr.cc line 333 ## https://jira.percona.com/browse/PS-6061 PS 5.6.46
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 ## Fixed ## 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 880 ## https://bugs.mysql.com/bug.php?id=79794 PS 5.7.29
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://jira.percona.com/browse/PS-3570
#row0mysql.c line 1478 ## Fixed ## https://bugs.mysql.com/bug.php?id=88796 PS (Duplicate of 88782)
#row0mysql.c line 1463 ## Fixed ## 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)
row0mysql.cc line 5134 ## https://bugs.mysql.com/bug.php?id=95470
row0mysql.cc line 5136 ## https://bugs.mysql.com/bug.php?id=95470 (5.7.27)
table->n_rec_locks == 0 ## https://bugs.mysql.com/bug.php?id=95470 MS 8.0.16
#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 ## Fixed ## https://bugs.mysql.com/bug.php?id=88782
row0sel.cc line 3932 ## https://jira.percona.com/browse/PS-850
#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 ## Fixed ## https://jira.percona.com/browse/PS-857
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
srv0srv.cc line 3222 ## Also 73913 PS 5.7.23
srv0srv.cc line 3218 ## Also 73913 PS 5.7.29
sync0sync.ic line 307 ## https://jira.percona.com/browse/PS-884
sync0sync.cc line 1318 ## https://bugs.mysql.com/bug.php?id=75640 MS
#sync0sync.cc line 1432 ## Fixed ## https://jira.percona.com/browse/PS-846 (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://jira.percona.com/browse/PS-897
## =========== Assertion based ===========
bit < map->n_bits ## https://bugs.mysql.com/bug.php?id=86173
#user_stats->concurrent_connections > 0 ## Fixed ## https://jira.percona.com/browse/PS-1057
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 ## Fixed ## https://jira.percona.com/browse/PS-3885
# .bytes_read == .data_written - ..old_pre_checksum_fd .. .description_event->checksum_alg == BINLOG_CHECKSUM_ALG_OFF ## Fixed ## https://jira.percona.com/browse/PS-1131
.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 ## Fixed ## 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. .= ## Fixed ## https://jira.percona.com/browse/PS-3766
#cur_shape .= Gcalc_function..shape_point ## Fixed ## https://bugs.mysql.com/bug.php?id=83739 and 84075
#ZN23Gcalc_operation_reducer15get_line_resultEPNS_9res_pointEP21Gcalc_result_receiver ## Fixed ## 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
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 ## Can't Rep ## https://jira.percona.com/browse/PS-4050
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
#flags2 . 16 ## Fixed ## https://jira.percona.com/browse/PS-5156
#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_pos < field_count ## https://jira.percona.com/browse/TDB-69
#fixed == 1 ## Fixed ## https://jira.percona.com/browse/PS-2090
fixed == 1 ## https://jira.percona.com/browse/PS-5381
#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
#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
#.innodb_was_used .. innodb_slow_log_enabled ## Fixed ## https://jira.percona.com/browse/PS-4788
.innodb_was_used .. innodb_slow_log_enabled ## https://jira.percona.com/browse/PS-5028 (5.7.23 & 8.0.12)
#THD..mark_innodb_used ## Fixed ## https://jira.percona.com/browse/PS-4788
#Z33row_mysql_prebuilt_free_blob_heapP14row_prebuilt_t ## Fixed ## https://jira.percona.com/browse/PS-4788
#row0mysql.cc line 287 ## Fixed ## https://jira.percona.com/browse/PS-4788
#ZN3THD16mark_innodb_usedEy ## Fixed ## https://jira.percona.com/browse/PS-4788
#Z21open_table_from_shareP3THDP11TABLE_SHAREPKcjjjP5TABLEb ## Fixed ## https://jira.percona.com/browse/PS-4788
#ZN15Sys_var_version16global_value_ptrEP3THDP19st_mysql_lex_string ## Fixed ## https://jira.percona.com/browse/PS-4785
item_in->left_expr->cols ## https://bugs.mysql.com/bug.php?id=88805
#info->read_pos == info->read_end ## Fixed ## https://jira.percona.com/browse/PS-5108
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 ## Fixed ## https://jira.percona.com/browse/PS-1114
#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 ## Fixed ## https://jira.percona.com/browse/PS-4207
#keys >= 0.0 ## Fixed ## https://jira.percona.com/browse/PS-5090 (PS-8.0.13)
keys >= 0.0 ## https://jira.percona.com/browse/PS-6069 (PS-5.7.28-31)
#key->flags . 1 ## Fixed ## 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 ## Fixed ## 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
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 ## Fixed ## https://jira.percona.com/browse/PS-1127 (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_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 ## Fixed ## 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 < m_size ## https://bugs.mysql.com/bug.php?id=96510
#n_linear_rings > 0 ## Fixed ## https://bugs.mysql.com/bug.php?id=81411 (Affects only 5.5)
opt_debug_sync_timeout > 0 ## https://bugs.mysql.com/bug.php?id=74002
old_value >= 1 ## https://bugs.mysql.com/bug.php?id=85064
#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://jira.percona.com/browse/PS-878
#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
engine_type .= __null ## https://jira.percona.com/browse/PS-5022 (likely dup of MYR-213)
dd..sdi..store ## https://jira.percona.com/browse/PS-5023 (likely dup of MYR-213)
share->rows_recorded ## https://bugs.mysql.com/bug.php?id=76307
#.rocksdb_db_options->allow_mmap_writes ## Fixed ## https://jira.percona.com/browse/PS-3989
.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 ## Fixed ## https://jira.percona.com/browse/PS-845
#.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)
#TEXT=.status.ok.$ ## Fixed ## https://jira.percona.com/browse/MYR-187 (NOTE: status.ok is a very generic assert according to GL, so if seen, improve text_string.sh each time you see this string to cater for the specific issue seen with a more specific string, alike to the string below: rocksdb::Status rocksdb::BlockCacheTier::Open status.ok)
rocksdb::Status rocksdb::BlockCacheTier::Open status.ok ## https://jira.percona.com/browse/PS-5055 (ref above on status.ok generic crashes, this is a specific string in text_string.sh)
#.str .... str .= Ptr ## Fixed ## https://jira.percona.com/browse/PS-880
#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://jira.percona.com/browse/PS-847
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://jira.percona.com/browse/PS-813
.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://bugs.mysql.com/bug.php?id=87588
.field->orig_table->const_table ## https://jira.percona.com/browse/PS-3635
#. 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://jira.percona.com/browse/PS-876
#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 ## Fixed ## https://jira.percona.com/browse/PS-1019
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
#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 ## Fixed ## https://jira.percona.com/browse/PS-3613
transactional_table .. .changed .. thd->transaction.stmt.cannot_safely_rollback ## https://jira.percona.com/browse/PS-5384
transactional_table .. .changed .. thd->transaction.stmt.modified_non_trans_table ## https://jira.percona.com/browse/PS-3695
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://jira.percona.com/browse/PS-3436
#whitelist .= nullptr ## Fixed ## https://jira.percona.com/browse/PS-4474
#unp_reader .= nullptr ## Fixed ## https://jira.percona.com/browse/PS-4477
os0thread.cc line 209 ## https://jira.percona.com/browse/PS-4991
os0thread.cc line 217 ## https://jira.percona.com/browse/PS-6931
JOIN..create_root_iterator_for_join ## https://jira.percona.com/browse/PS-6931
IB_thread create_detached_thread<void ## https://jira.percona.com/browse/PS-6931
std..thread..thread<Runnable, void ## https://jira.percona.com/browse/PS-6931
os0thread-create.h.119.old <= static_cast<int>.srv_max_n_threads. - 1 ## https://jira.percona.com/browse/PS-5159
#.options.use_direct_reads ## Fixed ## https://jira.percona.com/browse/PS-4990
fil0crypt.cc line 2081 ## https://jira.percona.com/browse/PS-4992
handler0alter.cc line 4348 ## https://jira.percona.com/browse/PS-4993
Handlerton. share->file == NULL ## https://jira.percona.com/browse/PS-4307
srv0srv.cc line 3671 ## https://jira.percona.com/browse/PS-4995
#=========== First frame from error log based ===========
Z18fix_partition_funcP3THDP5TABLEb ## https://bugs.mysql.com/bug.php?id=78238 ([5 Sep 2:14])
Z29fil_io_set_keyring_encryptionR9IORequestP11fil_space_tRK9page_id_t ## https://jira.percona.com/browse/PS-4997
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 ## Fixed ## https://jira.percona.com/browse/PS-1032
ZN3THD21send_statement_statusEv ## https://jira.percona.com/browse/PS-1062
#Z10MYSQLerrorP3THDPKc ## Fixed ## https://bugs.launchpad.net/percona-server/+bug/1415755 (dup of 1412423)
Z10MYSQLparseP3THD ## https://jira.percona.com/browse/PS-1826
#Z10read_tokenPK18sql_digest_storagejPj ## Fixed ## https://jira.percona.com/browse/PS-1089