10.5.6 compiled with debug and ASAN
|
origin/10.5 938db04898ee9029421f5251751239255dd81c15 2020-09-03T16:40:42+03:00
|
|
suite/innodb/t/TBR-234.test
|
--------------------------------------------
|
--source include/have_innodb.inc
|
CREATE TABLE IF NOT EXISTS t4 (
|
col_int INTEGER,
|
col_text TEXT,
|
col_int_g INTEGER GENERATED ALWAYS AS (col_int),
|
col_text_g TEXT GENERATED ALWAYS AS (SUBSTR(col_text,1,499)) )
|
ENGINE = InnoDB ROW_FORMAT = Redundant ;
|
ALTER TABLE t4 MODIFY COLUMN col_text TEXT NOT NULL ;
|
ALTER TABLE t4 ADD UNIQUE ( col_int_g ) ;
|
ALTER TABLE t4 MODIFY COLUMN col_text TEXT NULL ;
|
DROP TABLE t4;
|
|
./mtr --mem --suite=innodb TBR-234
|
...
|
mariadbd: storage/innobase/handler/handler0alter.cc:572: bool dict_table_t::instant_column(const dict_table_t&, const ulint*): Assertion `v.v_indexes.empty()' failed.
|
...
|
Query (0x62b0000a1238): ALTER TABLE t4 MODIFY COLUMN col_text TEXT NULL
|
Connection ID (thread ID): 4
|
Status: NOT_KILLED
|
|
Thread 1 (Thread 0x7f9c4b170300 (LWP 19070)):
|
#0 __pthread_kill (threadid=<optimized out>, signo=signo@entry=6) at ../sysdeps/unix/sysv/linux/pthread_kill.c:57
|
#1 0x0000557d93de28ed in my_write_core (sig=sig@entry=6) at mysys/stacktrace.c:424
|
#2 0x0000557d92611436 in handle_fatal_signal (sig=<optimized out>) at sql/signal_handler.cc:330
|
#3 <signal handler called>
|
#4 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
|
#5 0x00007f9c59635f5d in __GI_abort () at abort.c:90
|
#6 0x00007f9c5962bf17 in __assert_fail_base (fmt=<optimized out>, assertion=assertion@entry=0x557d946ac000 "v.v_indexes.empty()", file=file@entry=0x557d9469fb60 "storage/innobase/handler/handler0alter.cc", line=line@entry=572, function=function@entry=0x557d946b4300 <dict_table_t::instant_column(dict_table_t const&, unsigned long const*)::__PRETTY_FUNCTION__> "bool dict_table_t::instant_column(const dict_table_t&, const ulint*)") at assert.c:92
|
#7 0x00007f9c5962bfc2 in __GI___assert_fail (assertion=assertion@entry=0x557d946ac000 "v.v_indexes.empty()", file=file@entry=0x557d9469fb60 "storage/innobase/handler/handler0alter.cc", line=line@entry=572, function=function@entry=0x557d946b4300 <dict_table_t::instant_column(dict_table_t const&, unsigned long const*)::__PRETTY_FUNCTION__> "bool dict_table_t::instant_column(const dict_table_t&, const ulint*)") at assert.c:101
|
#8 0x0000557d93299119 in dict_table_t::instant_column (this=0x6190000e1620, table=..., col_map=<optimized out>) at storage/innobase/handler/handler0alter.cc:572
|
#9 0x0000557d9329a7ef in ha_innobase_inplace_ctx::instant_column (this=this@entry=0x62b0000a3090) at storage/innobase/handler/handler0alter.cc:1051
|
#10 0x0000557d9329dc12 in innobase_instant_try (ha_alter_info=ha_alter_info@entry=0x7f9c4b1698e0, ctx=ctx@entry=0x62b0000a3090, altered_table=altered_table@entry=0x7f9c4b169e20, table=table@entry=0x6190000e7e98, trx=trx@entry=0x7f9c50d3cb90) at storage/innobase/handler/handler0alter.cc:5634
|
#11 0x0000557d932a2e29 in commit_try_norebuild (ha_alter_info=ha_alter_info@entry=0x7f9c4b1698e0, ctx=ctx@entry=0x62b0000a3090, altered_table=altered_table@entry=0x7f9c4b169e20, old_table=<optimized out>, trx=trx@entry=0x7f9c50d3cb90, table_name=<optimized out>) at storage/innobase/handler/handler0alter.cc:10198
|
#12 0x0000557d93270dcf in ha_innobase::commit_inplace_alter_table (this=<optimized out>, altered_table=<optimized out>, ha_alter_info=<optimized out>, commit=<optimized out>) at storage/innobase/handler/handler0alter.cc:10919
|
#13 0x0000557d926401bb in handler::ha_commit_inplace_alter_table (this=0x61d000260cb8, altered_table=altered_table@entry=0x7f9c4b169e20, ha_alter_info=ha_alter_info@entry=0x7f9c4b1698e0, commit=commit@entry=true) at sql/handler.cc:4843
|
#14 0x0000557d92042267 in mysql_inplace_alter_table (thd=thd@entry=0x62b00009a218, table_list=0x62b0000a1370, table=table@entry=0x6190000e7e98, altered_table=<optimized out>, ha_alter_info=<optimized out>, target_mdl_request=<optimized out>, alter_ctx=<optimized out>) at sql/sql_table.cc:8040
|
#15 0x0000557d92078e3b in mysql_alter_table (thd=thd@entry=0x62b00009a218, new_db=<optimized out>, new_name=new_name@entry=0x62b00009f060, create_info=create_info@entry=0x7f9c4b16bae0, table_list=<optimized out>, table_list@entry=0x62b0000a1370, alter_info=alter_info@entry=0x7f9c4b16b9e0, order_num=<optimized out>, order=<optimized out>, ignore=<optimized out>, if_exists=<optimized out>) at sql/sql_table.cc:10570
|
#16 0x0000557d922266fd in Sql_cmd_alter_table::execute (this=<optimized out>, thd=0x62b00009a218) at sql/sql_alter.cc:534
|
#17 0x0000557d91d88c7d in mysql_execute_command (thd=thd@entry=0x62b00009a218) at sql/sql_parse.cc:5952
|
#18 0x0000557d91da10f5 in mysql_parse (thd=thd@entry=0x62b00009a218, rawbuf=<optimized out>, length=<optimized out>, parser_state=parser_state@entry=0x7f9c4b16e000, is_com_multi=is_com_multi@entry=false, is_next_command=is_next_command@entry=false) at sql/sql_parse.cc:7994
|
#19 0x0000557d91d66522 in dispatch_command (command=command@entry=COM_QUERY, thd=thd@entry=0x62b00009a218, packet=packet@entry=0x629000285219 "ALTER TABLE t4 MODIFY COLUMN col_text TEXT NULL ", packet_length=packet_length@entry=48, is_com_multi=is_com_multi@entry=false, is_next_command=is_next_command@entry=false) at sql/sql_parse.cc:1867
|
#20 0x0000557d91d61367 in do_command (thd=0x62b00009a218) at sql/sql_parse.cc:1348
|
#21 0x0000557d9220b9e1 in do_handle_one_connection (connect=<optimized out>, connect@entry=0x6080000027b8, put_in_cache=put_in_cache@entry=true) at sql/sql_connect.cc:1410
|
#22 0x0000557d9220ccac in handle_one_connection (arg=arg@entry=0x6080000027b8) at sql/sql_connect.cc:1312
|
#23 0x0000557d92f973fa in pfs_spawn_thread (arg=0x615000008c98) at storage/perfschema/pfs.cc:2201
|
#24 0x00007f9c5a4db7fc in start_thread (arg=0x7f9c4b170300) at pthread_create.c:465
|
#25 0x00007f9c59711b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
|
No replay of the assert
- on 10.4 or 10.2
- tables with ROW_FORMAT != Redundant
{"report":{"fcp":984.3999999985099,"ttfb":294.8999999985099,"pageVisibility":"visible","entityId":91467,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"862255c1-c05e-4827-bc1b-1f6c0cb6e89a","navigationType":0,"readyForUser":1080.8999999985099,"redirectCount":0,"resourceLoadedEnd":1118.8999999985099,"resourceLoadedStart":300.6000000014901,"resourceTiming":[{"duration":169.60000000149012,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2bv2/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":300.6000000014901,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":300.6000000014901,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":470.20000000298023,"responseStart":0,"secureConnectionStart":0},{"duration":169.80000000447035,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2bv2/820016/12ta74/2380add21a9a1006587582385952de73/_/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":300.79999999701977,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":300.79999999701977,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":470.6000000014901,"responseStart":0,"secureConnectionStart":0},{"duration":178.29999999701977,"initiatorType":"script","name":"https://jira.mariadb.org/s/e9b27a47da5fb0f74a35acd57e9847fb-CDN/lu2bv2/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":301,"connectEnd":301,"connectStart":301,"domainLookupEnd":301,"domainLookupStart":301,"fetchStart":301,"redirectEnd":0,"redirectStart":0,"requestStart":301,"responseEnd":479.29999999701977,"responseStart":479.20000000298023,"secureConnectionStart":301},{"duration":290.3999999985099,"initiatorType":"script","name":"https://jira.mariadb.org/s/c32eb0da7ad9831253f8397e6cc26afd-CDN/lu2bv2/820016/12ta74/2380add21a9a1006587582385952de73/_/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":301.20000000298023,"connectEnd":301.20000000298023,"connectStart":301.20000000298023,"domainLookupEnd":301.20000000298023,"domainLookupStart":301.20000000298023,"fetchStart":301.20000000298023,"redirectEnd":0,"redirectStart":0,"requestStart":301.20000000298023,"responseEnd":591.6000000014901,"responseStart":591.6000000014901,"secureConnectionStart":301.20000000298023},{"duration":294.20000000298023,"initiatorType":"script","name":"https://jira.mariadb.org/s/bc0bcb146314416123c992714ee00ff7-CDN/lu2bv2/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":301.3999999985099,"connectEnd":301.3999999985099,"connectStart":301.3999999985099,"domainLookupEnd":301.3999999985099,"domainLookupStart":301.3999999985099,"fetchStart":301.3999999985099,"redirectEnd":0,"redirectStart":0,"requestStart":301.3999999985099,"responseEnd":595.6000000014901,"responseStart":595.6000000014901,"secureConnectionStart":301.3999999985099},{"duration":294.29999999701977,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bv2/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":301.70000000298023,"connectEnd":301.70000000298023,"connectStart":301.70000000298023,"domainLookupEnd":301.70000000298023,"domainLookupStart":301.70000000298023,"fetchStart":301.70000000298023,"redirectEnd":0,"redirectStart":0,"requestStart":301.70000000298023,"responseEnd":596,"responseStart":596,"secureConnectionStart":301.70000000298023},{"duration":294.6000000014901,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bv2/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":301.79999999701977,"connectEnd":301.79999999701977,"connectStart":301.79999999701977,"domainLookupEnd":301.79999999701977,"domainLookupStart":301.79999999701977,"fetchStart":301.79999999701977,"redirectEnd":0,"redirectStart":0,"requestStart":301.79999999701977,"responseEnd":596.3999999985099,"responseStart":596.3999999985099,"secureConnectionStart":301.79999999701977},{"duration":317.8999999985099,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2bv2/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":302,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":302,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":619.8999999985099,"responseStart":0,"secureConnectionStart":0},{"duration":294.6000000014901,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":302.1000000014901,"connectEnd":302.1000000014901,"connectStart":302.1000000014901,"domainLookupEnd":302.1000000014901,"domainLookupStart":302.1000000014901,"fetchStart":302.1000000014901,"redirectEnd":0,"redirectStart":0,"requestStart":302.1000000014901,"responseEnd":596.7000000029802,"responseStart":596.7000000029802,"secureConnectionStart":302.1000000014901},{"duration":317.6000000014901,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2bv2/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":302.3999999985099,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":302.3999999985099,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":620,"responseStart":0,"secureConnectionStart":0},{"duration":294.79999999701977,"initiatorType":"script","name":"https://jira.mariadb.org/s/719848dd97ebe0663199f49a3936487a-CDN/lu2bv2/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":302.5,"connectEnd":302.5,"connectStart":302.5,"domainLookupEnd":302.5,"domainLookupStart":302.5,"fetchStart":302.5,"redirectEnd":0,"redirectStart":0,"requestStart":302.5,"responseEnd":597.2999999970198,"responseStart":597.2999999970198,"secureConnectionStart":302.5},{"duration":528.6999999955297,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bv2/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":303.70000000298023,"connectEnd":303.70000000298023,"connectStart":303.70000000298023,"domainLookupEnd":303.70000000298023,"domainLookupStart":303.70000000298023,"fetchStart":303.70000000298023,"redirectEnd":0,"redirectStart":0,"requestStart":303.70000000298023,"responseEnd":832.3999999985099,"responseStart":832.3999999985099,"secureConnectionStart":303.70000000298023},{"duration":614,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bv2/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":303.8999999985099,"connectEnd":303.8999999985099,"connectStart":303.8999999985099,"domainLookupEnd":303.8999999985099,"domainLookupStart":303.8999999985099,"fetchStart":303.8999999985099,"redirectEnd":0,"redirectStart":0,"requestStart":303.8999999985099,"responseEnd":917.8999999985099,"responseStart":917.8999999985099,"secureConnectionStart":303.8999999985099},{"duration":201.30000000447035,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":631.3999999985099,"connectEnd":631.3999999985099,"connectStart":631.3999999985099,"domainLookupEnd":631.3999999985099,"domainLookupStart":631.3999999985099,"fetchStart":631.3999999985099,"redirectEnd":0,"redirectStart":0,"requestStart":631.3999999985099,"responseEnd":832.7000000029802,"responseStart":832.7000000029802,"secureConnectionStart":631.3999999985099},{"duration":54.19999999552965,"initiatorType":"link","name":"https://jira.mariadb.org/s/d5715adaadd168a9002b108b2b039b50-CDN/lu2bv2/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":886.7000000029802,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":886.7000000029802,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":940.8999999985099,"responseStart":0,"secureConnectionStart":0},{"duration":223.39999999850988,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bv2/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":887.5,"connectEnd":887.5,"connectStart":887.5,"domainLookupEnd":887.5,"domainLookupStart":887.5,"fetchStart":887.5,"redirectEnd":0,"redirectStart":0,"requestStart":887.5,"responseEnd":1110.8999999985099,"responseStart":1110.8999999985099,"secureConnectionStart":887.5},{"duration":231,"initiatorType":"script","name":"https://jira.mariadb.org/s/53a43b6764f587426c7bb9a150184c00-CDN/lu2bv2/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":887.8999999985099,"connectEnd":887.8999999985099,"connectStart":887.8999999985099,"domainLookupEnd":887.8999999985099,"domainLookupStart":887.8999999985099,"fetchStart":887.8999999985099,"redirectEnd":0,"redirectStart":0,"requestStart":887.8999999985099,"responseEnd":1118.8999999985099,"responseStart":1118.8999999985099,"secureConnectionStart":887.8999999985099},{"duration":225.10000000149012,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":978.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":978.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1203.6000000014901,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":117,"responseStart":294,"responseEnd":296,"domLoading":298,"domInteractive":1145,"domContentLoadedEventStart":1145,"domContentLoadedEventEnd":1193,"domComplete":2104,"loadEventStart":2104,"loadEventEnd":2106,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1125},{"name":"bigPipe.sidebar-id.end","time":1125.7999999970198},{"name":"bigPipe.activity-panel-pipe-id.start","time":1126},{"name":"bigPipe.activity-panel-pipe-id.end","time":1128.3999999985099},{"name":"activityTabFullyLoaded","time":1208.7999999970198}],"measures":[],"correlationId":"7dcb7efa56b77b","effectiveType":"4g","downlink":9.1,"rtt":0,"serverDuration":107,"dbReadsTimeInMs":17,"dbConnsTimeInMs":26,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}