I am removing the label "affects-tests" because
|
- per my RQG testing result bookkeeping the assertions
|
`!col->mbmaxlen || len >= col->mbminlen * fixed_len / col->mbmaxlen' failed
|
`len <= col->len || ((col->mtype) == 5 || (col->mtype) == 14) || (col->len == 0 && col->mtype == 1)'
|
and similar were no more observed since my systematic bookkeeping exists (~ 2020-11)
|
- most testing happens on higher MariaDB versions where the problem seems to be
|
- fixed (IMHO very likely)
|
or
|
- maybe shows up with some very different text about the assertion (IMHO very unlikely)
|
or
|
- maybe shows up with some very different RQG test (IMHO very unlikely)
|
|
Results of RQG testing with the simplified grammar
|
-------------------------------------------------------------------------------
|
rem0rec.cc:1157: ulint rec_get_converted_size_comp_prefix_low(const dict_index_t*, const dfield_t*, ulint, ulint*, rec_comp_status_t, bool): Assertion `!col->mbmaxlen || len >= col->mbminlen * fixed_len / col->mbmaxlen' failed.
|
was
|
- not repeatable (within ~ 3000 test runs) on
|
10.3.32 25d6bbcd5172eb9af0a68be11fb662457a7d572b 2021-09-21T14:44:39+07:00
|
And there were also no other bad effects which might be some "replacement" showing up.
|
- quite fast repeatable on
|
10.3.13 d4144c8e010b61a440d422d0f1ca5b066532d173 2019-01-21T09:50:52+02:00
|
pluto:/data/Results/1632230503/TBR-571-MDEV-18334/dev/shm/vardir/1632230503/48/1/rr
|
(rr) bt
|
#0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
|
#1 0x000039687cfb8859 in __GI_abort () at abort.c:79
|
#2 0x000039687cfb8729 in __assert_fail_base (fmt=0x39687d14e588 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=0x55fe05c87b20 "!col->mbmaxlen || len >= col->mbminlen * fixed_len / col->mbmaxlen",
|
file=0x55fe05c85f40 "/data/Server/10.3_old/storage/innobase/rem/rem0rec.cc", line=1157, function=<optimized out>) at assert.c:92
|
#3 0x000039687cfc9f36 in __GI___assert_fail (assertion=0x55fe05c87b20 "!col->mbmaxlen || len >= col->mbminlen * fixed_len / col->mbmaxlen", file=0x55fe05c85f40 "/data/Server/10.3_old/storage/innobase/rem/rem0rec.cc", line=1157,
|
function=0x55fe05c87580 "ulint rec_get_converted_size_comp_prefix_low(const dict_index_t*, const dfield_t*, ulint, ulint*, rec_comp_status_t, bool)") at assert.c:101
|
#4 0x000055fe04b21e13 in rec_get_converted_size_comp_prefix_low (index=0x617000201408, fields=0x6120000f0e90, n_fields=3, extra=0x6ffd9ee0, status=REC_STATUS_ORDINARY, temp=false) at /data/Server/10.3_old/storage/innobase/rem/rem0rec.cc:1157
|
#5 0x000055fe04b24c7f in rec_get_converted_size_temp (index=0x617000201408, fields=0x6120000f0e90, n_fields=3, extra=0x6ffd9ee0, status=REC_STATUS_ORDINARY) at /data/Server/10.3_old/storage/innobase/rem/rem0rec.cc:1675
|
#6 0x000055fe04bde21a in row_log_table_delete (rec=0x64000880007e "\200", index=0x6170001f7d88, offsets=0x6110000f0708, sys=0x0) at /data/Server/10.3_old/storage/innobase/row/row0log.cc:742
|
#7 0x000055fe05068f67 in row_undo_ins_remove_clust_rec (node=0x61b000171508) at /data/Server/10.3_old/storage/innobase/row/row0uins.cc:120
|
#8 0x000055fe0506bccd in row_undo_ins (node=0x61b000171508, thr=0x6170001d27c8) at /data/Server/10.3_old/storage/innobase/row/row0uins.cc:612
|
#9 0x000055fe04c67a60 in row_undo (node=0x61b000171508, thr=0x6170001d27c8) at /data/Server/10.3_old/storage/innobase/row/row0undo.cc:301
|
#10 0x000055fe04c67fba in row_undo_step (thr=0x6170001d27c8) at /data/Server/10.3_old/storage/innobase/row/row0undo.cc:360
|
#11 0x000055fe04b061fe in que_thr_step (thr=0x6170001d27c8) at /data/Server/10.3_old/storage/innobase/que/que0que.cc:1040
|
#12 0x000055fe04b065f5 in que_run_threads_low (thr=0x6170001d27c8) at /data/Server/10.3_old/storage/innobase/que/que0que.cc:1104
|
#13 0x000055fe04b069c3 in que_run_threads (thr=0x6170001d27c8) at /data/Server/10.3_old/storage/innobase/que/que0que.cc:1144
|
#14 0x000055fe04d2ea2c in trx_rollback_to_savepoint_low (trx=0x301c28470f58, savept=0x301c28471f10) at /data/Server/10.3_old/storage/innobase/trx/trx0roll.cc:141
|
#15 0x000055fe04d2f24b in trx_rollback_to_savepoint (trx=0x301c28470f58, savept=0x301c28471f10) at /data/Server/10.3_old/storage/innobase/trx/trx0roll.cc:189
|
#16 0x000055fe04d30d29 in trx_rollback_last_sql_stat_for_mysql (trx=0x301c28470f58) at /data/Server/10.3_old/storage/innobase/trx/trx0roll.cc:322
|
#17 0x000055fe048c8622 in innobase_rollback (hton=0x614000002848, thd=0x62a00021c208, rollback_trx=false) at /data/Server/10.3_old/storage/innobase/handler/ha_innodb.cc:4725
|
#18 0x000055fe043a535e in ha_rollback_trans (thd=0x62a00021c208, all=false) at /data/Server/10.3_old/sql/handler.cc:1722
|
#19 0x000055fe0405aa41 in trans_rollback_stmt (thd=0x62a00021c208) at /data/Server/10.3_old/sql/transaction.cc:583
|
#20 0x000055fe03cbb6fe in mysql_execute_command (thd=0x62a00021c208) at /data/Server/10.3_old/sql/sql_parse.cc:6334
|
#21 0x000055fe03cc6d83 in mysql_parse (thd=0x62a00021c208, rawbuf=0x62b00011f220 "INSERT INTO t2 (col2, col_int, col_string) VALUES (NULL,NULL,NULL), (NULL,NULL,NULL) /* E_R Thread8 QNO 17 CON_ID 27 */", length=120, parser_state=0x6ffdcd00,
|
is_com_multi=false, is_next_command=false) at /data/Server/10.3_old/sql/sql_parse.cc:8092
|
#22 0x000055fe03c9e1ef in dispatch_command (command=COM_QUERY, thd=0x62a00021c208, packet=0x6290008de209 " INSERT INTO t2 (col2, col_int, col_string) VALUES (NULL,NULL,NULL), (NULL,NULL,NULL) /* E_R Thread8 QNO 17 CON_ID 27 */ ", packet_length=122,
|
is_com_multi=false, is_next_command=false) at /data/Server/10.3_old/sql/sql_parse.cc:1850
|
#23 0x000055fe03c9afab in do_command (thd=0x62a00021c208) at /data/Server/10.3_old/sql/sql_parse.cc:1395
|
#24 0x000055fe0402aaff in do_handle_one_connection (connect=0x6080000011a8) at /data/Server/10.3_old/sql/sql_connect.cc:1402
|
#25 0x000055fe0402a426 in handle_one_connection (arg=0x6080000011a8) at /data/Server/10.3_old/sql/sql_connect.cc:1308
|
#26 0x00006d507925f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
|
#27 0x000039687d0b5293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
|
(rr)
|
|