Assertion `row_start_field' failed in vers_prepare_keys.
install soname 'ha_federatedx';
|
create or replace table t1 (i int) with system versioning;
|
--eval create or replace table tf engine=FEDERATED connection='mysql://root@127.0.0.1:$MASTER_MYPORT/test/t1'
|
select * from tf;
|
|
# Cleanup
|
drop table tf, t1;
|
uninstall soname 'ha_federatedx';
|
bb-10.3-temporal a3a15126f260
|
mysqld: /data/src/bb-10.3-temporal/sql/sql_table.cc:4459: bool vers_prepare_keys(THD*, HA_CREATE_INFO*, Alter_info*, KEY**, uint): Assertion `row_start_field' failed.
|
171228 19:20:54 [ERROR] mysqld got signal 6 ;
|
|
#7 0x00007fa42fcdeee2 in __assert_fail () from /lib/x86_64-linux-gnu/libc.so.6
|
#8 0x0000560ab5e2e450 in vers_prepare_keys (thd=0x7fa3cc000b00, create_info=0x7fa4280e1258, alter_info=0x7fa4280e1678, key_info=0x7fa4280e0018, key_count=32676) at /data/src/bb-10.3-temporal/sql/sql_table.cc:4459
|
#9 0x0000560ab5e2f12c in mysql_create_frm_image (thd=0x7fa3cc000b00, db=0x7fa3cc0153e0 "test", table_name=0x7fa3cc014d78 "tf", create_info=0x7fa4280e1258, alter_info=0x7fa4280e1678, create_table_mode=0, key_info=0x7fa4280e0018, key_count=0x7fa4280e0014, frm=0x7fa4280e0060) at /data/src/bb-10.3-temporal/sql/sql_table.cc:4735
|
#10 0x0000560ab5e6e392 in TABLE_SHARE::init_from_sql_statement_string (this=0x7fa4280e33c0, thd=0x7fa3cc000b00, write=true, sql=0x7fa4280e1c20 "CREATE TABLE `t1` (\n `i` int(11) DEFAULT NULL\n) WITH SYSTEM VERSIONING CONNECTION='mysql://root@127.0.0.1:16000/test/t1'#\006\060\244\177", sql_length=121) at /data/src/bb-10.3-temporal/sql/table.cc:2785
|
#11 0x00007fa4205ea3fa in ha_federatedx::discover_assisted (hton=0x7fa3cc0a0480, thd=0x7fa3cc000b00, table_s=0x7fa4280e33c0, info=0x7fa4280e47b0) at /data/src/bb-10.3-temporal/storage/federatedx/ha_federatedx.cc:3627
|
#12 0x0000560ab5e2fafb in create_table_impl (thd=0x7fa3cc000b00, orig_db=0x7fa3cc0153e0 "test", orig_table_name=0x7fa3cc014d78 "tf", db=0x7fa3cc0153e0 "test", table_name=0x7fa3cc014d78 "tf", path=0x7fa4280e3b00 "./test/tf", options=..., create_info=0x7fa4280e47b0, alter_info=0x7fa4280e4700, create_table_mode=-3, is_trans=0x7fa4280e3d5e, key_info=0x7fa4280e3ae0, key_count=0x7fa4280e3ad4, frm=0x7fa4280e3af0) at /data/src/bb-10.3-temporal/sql/sql_table.cc:4961
|
#13 0x0000560ab5e3020d in mysql_create_table_no_lock (thd=0x7fa3cc000b00, db=0x7fa3cc0153e0 "test", table_name=0x7fa3cc014d78 "tf", create_info=0x7fa4280e47b0, alter_info=0x7fa4280e4700, is_trans=0x7fa4280e3d5e, create_table_mode=-3, table_list=0x7fa3cc014db0) at /data/src/bb-10.3-temporal/sql/sql_table.cc:5100
|
#14 0x0000560ab5e305ad in mysql_create_table (thd=0x7fa3cc000b00, create_table=0x7fa3cc014db0, create_info=0x7fa4280e47b0, alter_info=0x7fa4280e4700) at /data/src/bb-10.3-temporal/sql/sql_table.cc:5175
|
#15 0x0000560ab5d60666 in mysql_execute_command (thd=0x7fa3cc000b00) at /data/src/bb-10.3-temporal/sql/sql_parse.cc:4259
|
#16 0x0000560ab5d6c3f6 in mysql_parse (thd=0x7fa3cc000b00, rawbuf=0x7fa3cc014c48 "create or replace table tf engine=FEDERATED connection='mysql://root@127.0.0.1:16000/test/t1'", length=93, parser_state=0x7fa4280e55f0, is_com_multi=false, is_next_command=false) at /data/src/bb-10.3-temporal/sql/sql_parse.cc:7991
|
#17 0x0000560ab5d59b97 in dispatch_command (command=COM_QUERY, thd=0x7fa3cc000b00, packet=0x7fa3cc1200b1 "create or replace table tf engine=FEDERATED connection='mysql://root@127.0.0.1:16000/test/t1'", packet_length=93, is_com_multi=false, is_next_command=false) at /data/src/bb-10.3-temporal/sql/sql_parse.cc:1825
|
#18 0x0000560ab5d585cb in do_command (thd=0x7fa3cc000b00) at /data/src/bb-10.3-temporal/sql/sql_parse.cc:1370
|
#19 0x0000560ab5ec0354 in do_handle_one_connection (connect=0x560ab982edd0) at /data/src/bb-10.3-temporal/sql/sql_connect.cc:1420
|
#20 0x0000560ab5ec00e1 in handle_one_connection (arg=0x560ab982edd0) at /data/src/bb-10.3-temporal/sql/sql_connect.cc:1326
|
#21 0x0000560ab635ac5a in pfs_spawn_thread (arg=0x560ab98d17f0) at /data/src/bb-10.3-temporal/storage/perfschema/pfs.cc:1863
|
#22 0x00007fa4319b5494 in start_thread (arg=0x7fa4280e6700) at pthread_create.c:333
|
#23 0x00007fa42fd9b93f in clone () from /lib/x86_64-linux-gnu/libc.so.6
|
Reproducible with (at least) MyISAM and InnoDB for underlying tables.
{"report":{"fcp":1094.6000001430511,"ttfb":180.10000014305115,"pageVisibility":"visible","entityId":65018,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"d02cd504-6efc-4a51-bcdb-2f1542bb584b","navigationType":0,"readyForUser":1172.4000000953674,"redirectCount":0,"resourceLoadedEnd":1403.4000000953674,"resourceLoadedStart":188.40000009536743,"resourceTiming":[{"duration":337.90000009536743,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":188.40000009536743,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":188.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":526.3000001907349,"responseStart":0,"secureConnectionStart":0},{"duration":337.7000000476837,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2bu7/820016/12ta74/8679b4946efa1a0bb029a3a22206fb5d/_/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","startTime":188.70000004768372,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":188.70000004768372,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":526.4000000953674,"responseStart":0,"secureConnectionStart":0},{"duration":346.59999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/s/fbf975c0cce4b1abf04784eeae9ba1f4-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":188.80000019073486,"connectEnd":188.80000019073486,"connectStart":188.80000019073486,"domainLookupEnd":188.80000019073486,"domainLookupStart":188.80000019073486,"fetchStart":188.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":188.80000019073486,"responseEnd":535.4000000953674,"responseStart":535.4000000953674,"secureConnectionStart":188.80000019073486},{"duration":588.2000000476837,"initiatorType":"script","name":"https://jira.mariadb.org/s/099b33461394b8015fc36c0a4b96e19f-CDN/lu2bu7/820016/12ta74/8679b4946efa1a0bb029a3a22206fb5d/_/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","startTime":188.90000009536743,"connectEnd":188.90000009536743,"connectStart":188.90000009536743,"domainLookupEnd":188.90000009536743,"domainLookupStart":188.90000009536743,"fetchStart":188.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":188.90000009536743,"responseEnd":777.1000001430511,"responseStart":777.1000001430511,"secureConnectionStart":188.90000009536743},{"duration":591.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/94c15bff32baef80f4096a08aceae8bc-CDN/lu2bu7/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":189,"connectEnd":189,"connectStart":189,"domainLookupEnd":189,"domainLookupStart":189,"fetchStart":189,"redirectEnd":0,"redirectStart":0,"requestStart":189,"responseEnd":780.5,"responseStart":780.5,"secureConnectionStart":189},{"duration":591.7999999523163,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":189.10000014305115,"connectEnd":189.10000014305115,"connectStart":189.10000014305115,"domainLookupEnd":189.10000014305115,"domainLookupStart":189.10000014305115,"fetchStart":189.10000014305115,"redirectEnd":0,"redirectStart":0,"requestStart":189.10000014305115,"responseEnd":780.9000000953674,"responseStart":780.9000000953674,"secureConnectionStart":189.10000014305115},{"duration":592,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":189.20000004768372,"connectEnd":189.20000004768372,"connectStart":189.20000004768372,"domainLookupEnd":189.20000004768372,"domainLookupStart":189.20000004768372,"fetchStart":189.20000004768372,"redirectEnd":0,"redirectStart":0,"requestStart":189.20000004768372,"responseEnd":781.2000000476837,"responseStart":781.2000000476837,"secureConnectionStart":189.20000004768372},{"duration":592.2999999523163,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2bu7/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":189.30000019073486,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":189.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":781.6000001430511,"responseStart":0,"secureConnectionStart":0},{"duration":592.2000000476837,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":189.40000009536743,"connectEnd":189.40000009536743,"connectStart":189.40000009536743,"domainLookupEnd":189.40000009536743,"domainLookupStart":189.40000009536743,"fetchStart":189.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":189.40000009536743,"responseEnd":781.6000001430511,"responseStart":781.6000001430511,"secureConnectionStart":189.40000009536743},{"duration":592.3999998569489,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2bu7/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":189.60000014305115,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":189.60000014305115,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":782,"responseStart":0,"secureConnectionStart":0},{"duration":592.1999998092651,"initiatorType":"script","name":"https://jira.mariadb.org/s/3339d87fa2538a859872f2df449bf8d0-CDN/lu2bu7/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":189.80000019073486,"connectEnd":189.80000019073486,"connectStart":189.80000019073486,"domainLookupEnd":189.80000019073486,"domainLookupStart":189.80000019073486,"fetchStart":189.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":189.80000019073486,"responseEnd":782,"responseStart":782,"secureConnectionStart":189.80000019073486},{"duration":729.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":190.40000009536743,"connectEnd":190.40000009536743,"connectStart":190.40000009536743,"domainLookupEnd":190.40000009536743,"domainLookupStart":190.40000009536743,"fetchStart":190.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":190.40000009536743,"responseEnd":919.9000000953674,"responseStart":919.9000000953674,"secureConnectionStart":190.40000009536743},{"duration":1193.4000000953674,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":194.70000004768372,"connectEnd":194.70000004768372,"connectStart":194.70000004768372,"domainLookupEnd":194.70000004768372,"domainLookupStart":194.70000004768372,"fetchStart":194.70000004768372,"redirectEnd":0,"redirectStart":0,"requestStart":194.70000004768372,"responseEnd":1388.1000001430511,"responseStart":1388.1000001430511,"secureConnectionStart":194.70000004768372},{"duration":103.59999990463257,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":682.9000000953674,"connectEnd":682.9000000953674,"connectStart":682.9000000953674,"domainLookupEnd":682.9000000953674,"domainLookupStart":682.9000000953674,"fetchStart":682.9000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":682.9000000953674,"responseEnd":786.5,"responseStart":786.5,"secureConnectionStart":682.9000000953674},{"duration":176.20000004768372,"initiatorType":"link","name":"https://jira.mariadb.org/s/d5715adaadd168a9002b108b2b039b50-CDN/lu2bu7/820016/12ta74/be4b45e9cec53099498fa61c8b7acba4/_/download/contextbatch/css/jira.project.sidebar,-_super,-project.issue.navigator,-jira.general,-jira.browse.project,-jira.view.issue,-jira.global,-atl.general,-com.atlassian.jira.projects.sidebar.init/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true","startTime":789.7000000476837,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":789.7000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":965.9000000953674,"responseStart":0,"secureConnectionStart":0},{"duration":607.7000000476837,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/e65b778d185daf5aee24936755b43da6/_/download/contextbatch/js/browser-metrics-plugin.contrib,-_super,-project.issue.navigator,-jira.view.issue,-atl.general/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true","startTime":790.4000000953674,"connectEnd":790.4000000953674,"connectStart":790.4000000953674,"domainLookupEnd":790.4000000953674,"domainLookupStart":790.4000000953674,"fetchStart":790.4000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":790.4000000953674,"responseEnd":1398.1000001430511,"responseStart":1398.1000001430511,"secureConnectionStart":790.4000000953674},{"duration":612.5999999046326,"initiatorType":"script","name":"https://jira.mariadb.org/s/f51ef5507eea4c158f257c66c93b2a3f-CDN/lu2bu7/820016/12ta74/be4b45e9cec53099498fa61c8b7acba4/_/download/contextbatch/js/jira.project.sidebar,-_super,-project.issue.navigator,-jira.general,-jira.browse.project,-jira.view.issue,-jira.global,-atl.general,-com.atlassian.jira.projects.sidebar.init/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true","startTime":790.8000001907349,"connectEnd":790.8000001907349,"connectStart":790.8000001907349,"domainLookupEnd":790.8000001907349,"domainLookupStart":790.8000001907349,"fetchStart":790.8000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":790.8000001907349,"responseEnd":1403.4000000953674,"responseStart":1403.4000000953674,"secureConnectionStart":790.8000001907349},{"duration":360.89999985694885,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":1088.1000001430511,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1088.1000001430511,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1449,"responseStart":0,"secureConnectionStart":0},{"duration":356.59999990463257,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":1093.4000000953674,"connectEnd":1093.4000000953674,"connectStart":1093.4000000953674,"domainLookupEnd":1093.4000000953674,"domainLookupStart":1093.4000000953674,"fetchStart":1093.4000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":1093.4000000953674,"responseEnd":1450,"responseStart":1450,"secureConnectionStart":1093.4000000953674}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":51,"responseStart":180,"responseEnd":189,"domLoading":186,"domInteractive":1407,"domContentLoadedEventStart":1407,"domContentLoadedEventEnd":1445,"domComplete":2092,"loadEventStart":2092,"loadEventEnd":2093,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1389.8000001907349},{"name":"bigPipe.sidebar-id.end","time":1390.7000000476837},{"name":"bigPipe.activity-panel-pipe-id.start","time":1390.8000001907349},{"name":"bigPipe.activity-panel-pipe-id.end","time":1391.7000000476837},{"name":"activityTabFullyLoaded","time":1455.4000000953674}],"measures":[],"correlationId":"33c78033629091","effectiveType":"4g","downlink":9.4,"rtt":0,"serverDuration":68,"dbReadsTimeInMs":10,"dbConnsTimeInMs":18,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}
Analysis