Test case from MDEV-20726 is still failing:
--source include/have_innodb.inc
|
|
CREATE TABLE `ratings_copy` (
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
`ctime` timestamp NOT NULL DEFAULT current_timestamp(),
|
`order_id` int(10) unsigned NOT NULL,
|
`client_id` int(10) unsigned DEFAULT NULL,
|
`courier_id` int(10) unsigned DEFAULT NULL,
|
`dispatcher_id` int(10) unsigned DEFAULT NULL,
|
`point_id` int(10) unsigned DEFAULT NULL,
|
`problem_id` int(10) unsigned DEFAULT NULL,
|
`courier_rating` int(11) DEFAULT NULL COMMENT 'Оценка курьера клиентом',
|
`courier_rating_comment` text CHARACTER SET utf8 DEFAULT NULL COMMENT 'Отзыв клиента',
|
`actual_rating` int(11) DEFAULT NULL,
|
`dispatcher_comment` text CHARACTER SET utf8 DEFAULT NULL COMMENT 'Комментарий диспетчера',
|
PRIMARY KEY (`id`),
|
UNIQUE KEY `problem_id` (`problem_id`),
|
KEY `courier_id` (`courier_id`),
|
KEY `order_id` (`order_id`),
|
KEY `client_id` (`client_id`),
|
KEY `idx_dispatcher_comment_courier_rating` (`dispatcher_comment`(1),`courier_rating`),
|
KEY `idx_courier_rating_comment_courier_rating` (`courier_rating_comment`(1),`courier_rating`),
|
KEY `idx_courier_rating` (`courier_rating`),
|
KEY `courier_client` (`courier_id`,`client_id`),
|
KEY `client_id_rating_ctime` (`client_id`,`courier_rating`,`ctime`)
|
) ENGINE=InnoDB AUTO_INCREMENT=14807 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Оценка качества услуг клиентом';
|
INSERT INTO `ratings_copy` VALUES (14807,'0000-00-00 00:00:00',0,0,0,0,0,0,0,'\"courier_rating_comment\"',0,'\"dispatcher_comment\"'),(14808,'0000-00-00 00:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(14809,'0000-00-00 00:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(14810,'0000-00-00 00:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(14811,'0000-00-00 00:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(14812,'0000-00-00 00:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|
ALTER TABLE `ratings_copy` MODIFY courier_rating_comment text DEFAULT NULL COMMENT 'Отзыв клиента';
|
|
10.4 9bdf35e90f36d9be8cc7591e2ed
|
mysqld: /10.4/storage/innobase/dict/dict0dict.cc:1904: dberr_t dict_index_add_to_cache(dict_index_t*&, ulint, const dict_add_v_col_t*): Assertion `field->col->is_binary() || field->prefix_len % field->col->mbmaxlen == 0' failed.
|
200615 16:01:26 [ERROR] mysqld got signal 6 ;
|
|
Server version: 10.4.14-MariaDB-debug-log
|
|
linux/raise.c:51(__GI_raise)[0x7fe2df6f17bb]
|
stdlib/abort.c:81(__GI_abort)[0x7fe2df6dc535]
|
intl/loadmsgcat.c:1177(_nl_load_domain)[0x7fe2df6dc40f]
|
/lib/x86_64-linux-gnu/libc.so.6(+0x30102)[0x7fe2df6ea102]
|
/10.4/sql/mysqld(+0x270c9b7)[0x55cd684c99b7]
|
dict/dict0dict.cc:1906(dict_index_add_to_cache(dict_index_t*&, unsigned long, dict_add_v_col_t const*))[0x55cd684adf41]
|
dict/dict0crea.cc:1249(dict_create_index_step(que_thr_t*))[0x55cd680ce563]
|
que/que0que.cc:1049(que_thr_step(que_thr_t*))[0x55cd680ce949]
|
que/que0que.cc:1101(que_run_threads_low(que_thr_t*))[0x55cd680ced8e]
|
que/que0que.cc:1143(que_run_threads(que_thr_t*))[0x55cd67ed9e1b]
|
handler/handler0alter.cc:6142(create_index_dict(trx_t*, dict_index_t*, dict_add_v_col_t const*))[0x55cd67ee38e0]
|
handler/handler0alter.cc:6968(prepare_inplace_alter_table_dict(Alter_inplace_info*, TABLE const*, TABLE const*, char const*, unsigned long, unsigned long, unsigned long, bool, bool))[0x55cd67eef726]
|
handler/handler0alter.cc:8248(ha_innobase::prepare_inplace_alter_table(TABLE*, Alter_inplace_info*))[0x55cd678ba236]
|
sql/handler.cc:4574(handler::ha_prepare_inplace_alter_table(TABLE*, Alter_inplace_info*))[0x55cd6732d9a0]
|
sql/sql_table.cc:7711(mysql_inplace_alter_table(THD*, TABLE_LIST*, TABLE*, TABLE*, Alter_inplace_info*, enum_alter_inplace_result, MDL_request*, Alter_table_ctx*))[0x55cd6733eb70]
|
sql/sql_table.cc:10151(mysql_alter_table(THD*, st_mysql_const_lex_string const*, st_mysql_const_lex_string const*, HA_CREATE_INFO*, TABLE_LIST*, Alter_info*, unsigned int, st_order*, bool))[0x55cd674b7b69]
|
sql/sql_alter.cc:514(Sql_cmd_alter_table::execute(THD*))[0x55cd670e717c]
|
sql/sql_parse.cc:6101(mysql_execute_command(THD*))[0x55cd670f2aa5]
|
sql/sql_parse.cc:7901(mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool))[0x55cd670ca0f6]
|
sql/sql_parse.cc:1844(dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool))[0x55cd670c6b75]
|
sql/sql_parse.cc:1359(do_command(THD*))[0x55cd6749fca7]
|
sql/sql_connect.cc:1412(do_handle_one_connection(CONNECT*))[0x55cd6749f549]
|
sql/sql_connect.cc:1317(handle_one_connection)[0x55cd68ac6eb3]
|
nptl/pthread_create.c:487(start_thread)[0x7fe2e01acfa3]
|
x86_64/clone.S:97(clone)[0x7fe2df7b34cf]
|
|
Query (0x62b0000a1290): ALTER TABLE `ratings_copy` MODIFY courier_rating_comment text DEFAULT NULL COMMENT '
|
also on non-debug:
10.4 49ac606a75d2f4d2898d0d56
|
2020-06-15 16:08:32 0x7f56e6eb3700 InnoDB: Assertion failure in file /10.4/storage/innobase/data/data0type.cc line 67
|
InnoDB: Failing assertion: !(prefix_len % mbmaxlen)
|
InnoDB: We intentionally generate a memory trap.
|
InnoDB: Submit a detailed bug report to https://jira.mariadb.org/
|
InnoDB: If you get repeated assertion failures or crashes, even
|
InnoDB: immediately after the mysqld startup, there may be
|
InnoDB: corruption in the InnoDB tablespace. Please refer to
|
InnoDB: https://mariadb.com/kb/en/library/innodb-recovery-modes/
|
InnoDB: about forcing recovery.
|
200615 16:08:32 [ERROR] mysqld got signal 6 ;
|
|
Server version: 10.4.14-MariaDB-log
|
|
linux/raise.c:51(__GI_raise)[0x7f56f1d1d7bb]
|
stdlib/abort.c:81(__GI_abort)[0x7f56f1d08535]
|
/10.4/sql/mysqld(+0x59e795)[0x55c94f82a795]
|
ut/ut0rbt.cc:469(rbt_eject_node(ib_rbt_node_t*, ib_rbt_node_t*) [clone .cold.8])[0x55c94f835ea5]
|
data/data0type.cc:95(dtype_validate(dtype_t const*))[0x55c94fd1ef21]
|
include/data0data.ic:58(dfield_set_len)[0x55c94fd26733]
|
row/row0merge.cc:2360(row_merge_read_clustered_index(trx_t*, TABLE*, dict_table_t const*, dict_table_t*, bool, dict_index_t**, dict_index_t*, fts_psort_t*, merge_file_t*, unsigned long const*, unsigned long, dtuple_t const*, dict_add_v_col_t const*, unsigned long const*, unsigned long, ib_sequence_t&, unsigned char*, bool, pfs_os_file_t*, ut_stage_alter_t*, double, unsigned char*, TABLE*, bool))[0x55c94fd291d2]
|
include/ut0stage.h:434(row_merge_build_indexes(trx_t*, dict_table_t*, dict_table_t*, bool, dict_index_t**, unsigned long const*, unsigned long, TABLE*, dtuple_t const*, unsigned long const*, unsigned long, ib_sequence_t&, bool, ut_stage_alter_t*, dict_add_v_col_t const*, TABLE*, bool))[0x55c94fc99e5e]
|
handler/handler0alter.cc:8482(ha_innobase::inplace_alter_table(TABLE*, Alter_inplace_info*))[0x55c94f9ada78]
|
sql/sql_table.cc:7747(mysql_inplace_alter_table)[0x55c94f9fcfb0]
|
sql/sql_alter.cc:514(Sql_cmd_alter_table::execute(THD*))[0x55c94f91a9a9]
|
sql/sql_parse.cc:6101(mysql_execute_command(THD*))[0x55c94f921818]
|
sql/sql_parse.cc:7918(mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool))[0x55c94f923a45]
|
sql/sql_parse.cc:1844(dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool))[0x55c94f924f81]
|
sql/sql_parse.cc:1359(do_command(THD*))[0x55c94f9f8e34]
|
sql/sql_connect.cc:1412(do_handle_one_connection(CONNECT*))[0x55c94f9f8f24]
|
sql/sql_connect.cc:1318(handle_one_connection)[0x55c94ff4c45f]
|
nptl/pthread_create.c:487(start_thread)[0x7f56f27d6fa3]
|
x86_64/clone.S:97(clone)[0x7f56f1ddf4cf]
|
|
Query (0x7f5698010020): ALTER TABLE `ratings_copy` MODIFY courier_rating_comment text DEFAULT NULL COMMENT '
|
Alice Sherepa
made changes -
Field |
Original Value |
New Value |
Assignee
|
|
Eugene Kosov
[ kevg
]
|
Alice Sherepa
made changes -
Status
|
Open
[ 1
]
|
Confirmed
[ 10101
]
|
Alice Sherepa
made changes -
Priority
|
Major
[ 3
]
|
Blocker
[ 1
]
|
Elena Stepanova
made changes -
Component/s
|
|
Storage Engine - InnoDB
[ 10129
]
|
Eugene Kosov (Inactive)
made changes -
Fix Version/s
|
|
10.4.14
[ 24305
]
|
Fix Version/s
|
|
10.5.5
[ 24423
]
|
Fix Version/s
|
10.4
[ 22408
]
|
|
Fix Version/s
|
10.5
[ 23123
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
Status
|
In Progress
[ 3
]
|
Closed
[ 6
]
|
Sergei Golubchik
made changes -
Workflow
|
MariaDB v3
[ 110040
]
|
MariaDB v4
[ 157961
]
|
{"report":{"fcp":2068.199999809265,"ttfb":801.7999997138977,"pageVisibility":"visible","entityId":88332,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"12d609b5-b374-4c95-a789-6993bbe8d414","navigationType":0,"readyForUser":2212.5,"redirectCount":0,"resourceLoadedEnd":1738.8999996185303,"resourceLoadedStart":808.6999998092651,"resourceTiming":[{"duration":352.90000009536743,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":808.6999998092651,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":808.6999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1161.5999999046326,"responseStart":0,"secureConnectionStart":0},{"duration":354.19999980926514,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2cib/820016/12ta74/494e4c556ecbb29f90a3d3b4f09cb99c/_/download/contextbatch/css/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":809,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":809,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1163.1999998092651,"responseStart":0,"secureConnectionStart":0},{"duration":604.0999999046326,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":809.1999998092651,"connectEnd":809.1999998092651,"connectStart":809.1999998092651,"domainLookupEnd":809.1999998092651,"domainLookupStart":809.1999998092651,"fetchStart":809.1999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":1167.1999998092651,"responseEnd":1413.2999997138977,"responseStart":1203.6999998092651,"secureConnectionStart":809.1999998092651},{"duration":801.4000000953674,"initiatorType":"script","name":"https://jira.mariadb.org/s/2d8175ec2fa4c816e8023260bd8c1786-CDN/lu2cib/820016/12ta74/494e4c556ecbb29f90a3d3b4f09cb99c/_/download/contextbatch/js/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true&whisper-enabled=true","startTime":809.3999996185303,"connectEnd":809.3999996185303,"connectStart":809.3999996185303,"domainLookupEnd":809.3999996185303,"domainLookupStart":809.3999996185303,"fetchStart":809.3999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":1165,"responseEnd":1610.7999997138977,"responseStart":1194.7999997138977,"secureConnectionStart":809.3999996185303},{"duration":398.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/a9324d6758d385eb45c462685ad88f1d-CDN/lu2cib/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":809.5999999046326,"connectEnd":809.5999999046326,"connectStart":809.5999999046326,"domainLookupEnd":809.5999999046326,"domainLookupStart":809.5999999046326,"fetchStart":809.5999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":1167.3999996185303,"responseEnd":1208.0999999046326,"responseStart":1205.7999997138977,"secureConnectionStart":809.5999999046326},{"duration":392.30000019073486,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":809.7999997138977,"connectEnd":809.7999997138977,"connectStart":809.7999997138977,"domainLookupEnd":809.7999997138977,"domainLookupStart":809.7999997138977,"fetchStart":809.7999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":1175.5,"responseEnd":1202.0999999046326,"responseStart":1200.8999996185303,"secureConnectionStart":809.7999997138977},{"duration":391.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":810,"connectEnd":810,"connectStart":810,"domainLookupEnd":810,"domainLookupStart":810,"fetchStart":810,"redirectEnd":0,"redirectStart":0,"requestStart":1175.5999999046326,"responseEnd":1201.5,"responseStart":1200.1999998092651,"secureConnectionStart":810},{"duration":362.59999990463257,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2cib/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":810.1999998092651,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":810.1999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1172.7999997138977,"responseStart":0,"secureConnectionStart":0},{"duration":392.2000002861023,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":810.3999996185303,"connectEnd":810.3999996185303,"connectStart":810.3999996185303,"domainLookupEnd":810.3999996185303,"domainLookupStart":810.3999996185303,"fetchStart":810.3999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":1175.7999997138977,"responseEnd":1202.5999999046326,"responseStart":1201.5999999046326,"secureConnectionStart":810.3999996185303},{"duration":362.90000009536743,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2cib/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/css/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.css?jira.create.linked.issue=true","startTime":810.5999999046326,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":810.5999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1173.5,"responseStart":0,"secureConnectionStart":0},{"duration":402.09999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/s/5d5e8fe91fbc506585e83ea3b62ccc4b-CDN/lu2cib/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/js/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.js?jira.create.linked.issue=true&locale=en","startTime":810.6999998092651,"connectEnd":810.6999998092651,"connectStart":810.6999998092651,"domainLookupEnd":810.6999998092651,"domainLookupStart":810.6999998092651,"fetchStart":810.6999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":1176.3999996185303,"responseEnd":1212.7999997138977,"responseStart":1211.3999996185303,"secureConnectionStart":810.6999998092651},{"duration":828,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":812.8999996185303,"connectEnd":812.8999996185303,"connectStart":812.8999996185303,"domainLookupEnd":812.8999996185303,"domainLookupStart":812.8999996185303,"fetchStart":812.8999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":1526.3999996185303,"responseEnd":1640.8999996185303,"responseStart":1630.5,"secureConnectionStart":812.8999996185303},{"duration":926,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":812.8999996185303,"connectEnd":812.8999996185303,"connectStart":812.8999996185303,"domainLookupEnd":812.8999996185303,"domainLookupStart":812.8999996185303,"fetchStart":812.8999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":1728.1999998092651,"responseEnd":1738.8999996185303,"responseStart":1738.1999998092651,"secureConnectionStart":812.8999996185303},{"duration":211.09999990463257,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":1554.2999997138977,"connectEnd":1554.2999997138977,"connectStart":1554.2999997138977,"domainLookupEnd":1554.2999997138977,"domainLookupStart":1554.2999997138977,"fetchStart":1554.2999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":1732.8999996185303,"responseEnd":1765.3999996185303,"responseStart":1764.5999999046326,"secureConnectionStart":1554.2999997138977}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":586,"responseStart":802,"responseEnd":804,"domLoading":805,"domInteractive":2310,"domContentLoadedEventStart":2310,"domContentLoadedEventEnd":2375,"domComplete":3333,"loadEventStart":3333,"loadEventEnd":3333,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":2281.2999997138977},{"name":"bigPipe.sidebar-id.end","time":2282.0999999046326},{"name":"bigPipe.activity-panel-pipe-id.start","time":2282.2999997138977},{"name":"bigPipe.activity-panel-pipe-id.end","time":2285.3999996185303},{"name":"activityTabFullyLoaded","time":2393}],"measures":[],"correlationId":"d24f33285b902d","effectiveType":"4g","downlink":9.1,"rtt":0,"serverDuration":139,"dbReadsTimeInMs":28,"dbConnsTimeInMs":39,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}