Details
-
Bug
-
Status: Confirmed (View Workflow)
-
Major
-
Resolution: Unresolved
-
N/A
-
None
Description
This ticket lists various bugs found in bb-11.6-mdev20250-hf during preliminary testing for MDEV-20250. Issues observed (one per line):
SIGSEGV|Field::check_assignability_from|Item::check_assignability_to|TABLE::check_assignability_explicit_fields|TABLE::check_assignability_opt_fields
|
SIGSEGV|Field::check_assignability_from|TABLE::check_assignability_explicit_fields|TABLE::check_assignability_opt_fields|mysql_insert
|
SIGSEGV|TABLE::check_assignability_all_visible_fields|TABLE::check_assignability_opt_fields|mysql_insert|mysql_execute_command
|
SIGSEGV|THD::pop_internal_handler|set_used_partition|Insert_prelocking_strategy::handle_end|open_tables
|
SIGSEGV|THD::pop_internal_handler|set_used_partition|Insert_prelocking_strategy::handle_end|open_tables
|
fixed()|SIGABRT|Item_func_hybrid_field_type::val_real|Item_func_set_user_var::check|Item_func_set_user_var::save_in_field|Item_func_set_user_var::save_in_field
|
m_internal_handler != __null|SIGABRT|THD::pop_internal_handler|set_used_partition|Insert_prelocking_strategy::handle_end|open_tables
|
marked_for_write_or_computed()|SIGABRT|Field_double::store|Field_double::store|Item::save_str_value_in_field|Item_string::save_in_field
|
marked_for_write_or_computed()|SIGABRT|Field_long::store|Item::save_str_value_in_field|Item_string::save_in_field|fill_record_with_mask
|
marked_for_write_or_computed()|SIGABRT|Field_long::store|save_int_value_in_field|Item_int::save_in_field|fill_record_with_mask
|
marked_for_write_or_computed()|SIGABRT|Field_longlong::store|save_int_value_in_field|Item_int::save_in_field|fill_record_with_mask
|
marked_for_write_or_computed()|SIGABRT|Field_medium::store|Item::save_str_value_in_field|Item_string::save_in_field|fill_record_with_mask
|
marked_for_write_or_computed()|SIGABRT|Field_new_decimal::store|Item::save_str_value_in_field|Item_string::save_in_field|fill_record_with_mask
|
marked_for_write_or_computed()|SIGABRT|Field_varstring::store|Field_str::store|save_int_value_in_field|Item_int::save_in_field
|
marked_for_write_or_computed()|SIGABRT|Field_varstring::store|Item::save_str_value_in_field|Item_string::save_in_field|fill_record_with_mask
|
s->visible_fields == values.elements|SIGABRT|TABLE::check_assignability_all_visible_fields|TABLE::check_assignability_opt_fields|mysql_insert|mysql_execute_command
|
strlen(Ptr) == str_length|SIGABRT|Binary_string::chop|Item_func_json_extract::read_json|Item_func_json_extract::val_str|Item_func_conv_charset::Item_func_conv_charset
|
Revision tested: 9cbcce5ff2f190e830a5d7bc78ea4ee315f9ee27
Attachments
Issue Links
- is caused by
-
MDEV-20250 Implement early partition pruning before statement start
-
- In Progress
-
Causes:
bb-11.6-mdev20250-hf 11.6.0 9cbcce5ff2f190e830a5d7bc78ea4ee315f9ee27 (Debug)
SIGSEGV|Field::check_assignability_from|Item::check_assignability_to|TABLE::check_assignability_explicit_fields|TABLE::check_assignability_opt_fields
Versus 11.6 trunk:
11.6.1 05fe3f1c186a221c4455b4d83a9d59f09f2dfadb (Debug)
11.6.1-dbg>REPLACE DELAYED INTO t (x,y) VALUES (0,0);
ERROR 1054 (42S22): Unknown column 'x' in 'field list'
Similar testcases and their stacks:
bb-11.6-mdev20250-hf 11.6.0 9cbcce5ff2f190e830a5d7bc78ea4ee315f9ee27 (Debug)
marked_for_write_or_computed()|SIGABRT|Field_varstring::store|Item::save_str_value_in_field|Item_string::save_in_field|fill_record_with_mask
bb-11.6-mdev20250-hf 11.6.0 9cbcce5ff2f190e830a5d7bc78ea4ee315f9ee27 (Debug)
s->visible_fields == values.elements|SIGABRT|TABLE::check_assignability_all_visible_fields|TABLE::check_assignability_opt_fields|mysql_insert|mysql_execute_command