--source include/have_innodb.inc
|
|
SET SESSION sql_mode = 'NO_ENGINE_SUBSTITUTION' ;
|
# No SEGV with Compressed
|
# CREATE TABLE t1 ( col1 INT PRIMARY KEY, col_text TEXT, col1_g INTEGER GENERATED ALWAYS AS (col1) ) ENGINE = InnoDB ROW_FORMAT = Compressed ;
|
# but with Redundant , Dynamic and Compact.
|
CREATE TABLE t1 ( col1 INT PRIMARY KEY, col_text TEXT, col1_g INTEGER GENERATED ALWAYS AS (col1) ) ENGINE = InnoDB ROW_FORMAT = Dynamic ;
|
ALTER TABLE t1 MODIFY COLUMN col_text TEXT FIRST ;
|
INSERT INTO t1 (col1, col_text ) VALUES ( 1475, 'AAA' );
|
ALTER TABLE t1 ADD UNIQUE INDEX ( col1_g ) ;
|
|
DROP TABLE t1;
|
|
Version: '10.4.13-MariaDB-debug-log' socket: '/home/mleich/Server/10.4/bld_debug/mysql-test/var/tmp/mysqld.1.sock' port: 16000 Source distribution
|
200203 17:44:42 [ERROR] mysqld got signal 11 ;
|
...
|
Query (0x7fca2c012660): ALTER TABLE t1 ADD UNIQUE INDEX ( col1_g )
|
Connection ID (thread ID): 9
|
Status: NOT_KILLED
|
Thread 1 (Thread 0x7fca81d34700 (LWP 13861)):
#0 __pthread_kill (threadid=<optimized out>, signo=11) at ../sysdeps/unix/sysv/linux/pthread_kill.c:57
#1 0x00005562d040f5b9 in my_write_core (sig=11) at /home/mleich/Server/10.4/mysys/stacktrace.c:481
#2 0x00005562cfab7d27 in handle_fatal_signal (sig=11) at /home/mleich/Server/10.4/sql/signal_handler.cc:343
#3 <signal handler called>
#4 0x00005562cfd24039 in innobase_get_computed_value (row=0x7fca2c060d98, col=0x7fca2c17af00, index=0x7fca2c043198, local_heap=0x7fca81d2de58, heap=0x0, ifield=0x7fca2c0604f0, thd=0x7fca2c000cd8, mysql_table=0x7fca81d2f800, mysql_rec=0x7fca2c070e08 '\217' <repeats 24 times>, old_table=0x7fca2c17a898, parent_update=0x0, foreign=0x0) at /home/mleich/Server/10.4/storage/innobase/handler/ha_innodb.cc:20887
#5 0x00005562cfe94103 in row_merge_buf_add (buf=0x7fca2c19a668, fts_index=0x0, old_table=0x7fca2c17a898, new_table=0x7fca2c17a898, psort_info=0x0, row=0x7fca2c060d98, ext=0x0, doc_id=0x7fca81d2de60, conv_heap=0x0, err=0x7fca81d2de4c, v_heap=0x7fca81d2de58, my_table=0x7fca81d2f800, trx=0x7fca827ca140) at /home/mleich/Server/10.4/storage/innobase/row/row0merge.cc:601
#6 0x00005562cfe9b7e4 in row_merge_read_clustered_index (trx=0x7fca827ca140, table=0x7fca81d2f800, old_table=0x7fca2c17a898, new_table=0x7fca2c17a898, online=true, index=0x7fca2c05f2a8, fts_sort_idx=0x0, psort_info=0x0, files=0x7fca2c060cc0, key_numbers=0x7fca2c05f2b0, n_index=1, defaults=0x0, add_v=0x0, col_map=0x0, add_autoinc=18446744073709551615, sequence=..., block=0x7fca784f9000 <error: Cannot access memory at address 0x7fca784f9000>, skip_pk_sort=false, tmpfd=0x7fca81d2eab0, stage=0x7fca2c05fca0, pct_cost=50, crypt_block=0x0, eval_table=0x7fca81d2f800, allow_not_null=true) at /home/mleich/Server/10.4/storage/innobase/row/row0merge.cc:2364
#7 0x00005562cfea2f77 in row_merge_build_indexes (trx=0x7fca827ca140, old_table=0x7fca2c17a898, new_table=0x7fca2c17a898, online=true, indexes=0x7fca2c05f2a8, key_numbers=0x7fca2c05f2b0, n_indexes=1, table=0x7fca81d2f800, defaults=0x0, col_map=0x0, add_autoinc=18446744073709551615, sequence=..., skip_pk_sort=false, stage=0x7fca2c05fca0, add_v=0x0, eval_table=0x7fca81d2f800, allow_not_null=true) at /home/mleich/Server/10.4/storage/innobase/row/row0merge.cc:4704
#8 0x00005562cfd5596e in ha_innobase::inplace_alter_table (this=0x7fca2c149f70, altered_table=0x7fca81d2f800, ha_alter_info=0x7fca81d2f770) at /home/mleich/Server/10.4/storage/innobase/handler/handler0alter.cc:8363
#9 0x00005562cf854149 in handler::ha_inplace_alter_table (this=0x7fca2c149f70, altered_table=0x7fca81d2f800, ha_alter_info=0x7fca81d2f770) at /home/mleich/Server/10.4/sql/handler.h:4361
#10 0x00005562cf84825f in mysql_inplace_alter_table (thd=0x7fca2c000cd8, table_list=0x7fca2c012768, table=0x7fca2c149178, altered_table=0x7fca81d2f800, ha_alter_info=0x7fca81d2f770, inplace_supported=HA_ALTER_INPLACE_NOCOPY_NO_LOCK, target_mdl_request=0x7fca81d305d0, alter_ctx=0x7fca81d31100) at /home/mleich/Server/10.4/sql/sql_table.cc:7725
#11 0x00005562cf84f0de in mysql_alter_table (thd=0x7fca2c000cd8, new_db=0x7fca2c005498, new_name=0x7fca2c0058a0, create_info=0x7fca81d31ce0, table_list=0x7fca2c012768, alter_info=0x7fca81d31c20, order_num=0, order=0x0, ignore=false) at /home/mleich/Server/10.4/sql/sql_table.cc:10119
#12 0x00005562cf8e6fc8 in Sql_cmd_alter_table::execute (this=0x7fca2c012ef8, thd=0x7fca2c000cd8) at /home/mleich/Server/10.4/sql/sql_alter.cc:502
#13 0x00005562cf765d63 in mysql_execute_command (thd=0x7fca2c000cd8) at /home/mleich/Server/10.4/sql/sql_parse.cc:6102
#14 0x00005562cf76b417 in mysql_parse (thd=0x7fca2c000cd8, rawbuf=0x7fca2c012660 "ALTER TABLE t1 ADD UNIQUE INDEX ( col1_g )", length=42, parser_state=0x7fca81d33150, is_com_multi=false, is_next_command=false) at /home/mleich/Server/10.4/sql/sql_parse.cc:7901
#15 0x00005562cf7565e9 in dispatch_command (command=COM_QUERY, thd=0x7fca2c000cd8, packet=0x7fca2c008199 "ALTER TABLE t1 ADD UNIQUE INDEX ( col1_g ) ", packet_length=43, is_com_multi=false, is_next_command=false) at /home/mleich/Server/10.4/sql/sql_parse.cc:1841
#16 0x00005562cf754c75 in do_command (thd=0x7fca2c000cd8) at /home/mleich/Server/10.4/sql/sql_parse.cc:1359
#17 0x00005562cf8dd8e7 in do_handle_one_connection (connect=0x5562d24d2a08) at /home/mleich/Server/10.4/sql/sql_connect.cc:1412
#18 0x00005562cf8dd636 in handle_one_connection (arg=0x5562d24d2a08) at /home/mleich/Server/10.4/sql/sql_connect.cc:1316
#19 0x00005562d02e2c1e in pfs_spawn_thread (arg=0x5562d23dc4f8) at /home/mleich/Server/10.4/storage/perfschema/pfs.cc:1869
#20 0x00007fca8983b7fc in start_thread (arg=0x7fca81d34700) at pthread_create.c:465
#21 0x00007fca88a71b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Replay - 10.4.13 commit d87b725eebbddb6d319ee99e51924a62635185a1 (debug build)
Replay - 10.5.1 commit 287c1db7867502348dcbc9ff7ccaae3d289cdbb1 (debug build)
Replay - 10.5.1 commit 287c1db7867502348dcbc9ff7ccaae3d289cdbb1 (non debug build)
No replay - 10.3 commit b0fa30808622fe12d474a70af1838906e60b9897 (debug build)
No replay - 10.2
Transition |
Time In Source Status |
Execution Times |
Open |
|
In Progress |
|
20h 16m
|
1
|
In Progress |
|
Closed |
|
18h 34m
|
1
|
{"report":{"fcp":811.5999999940395,"ttfb":262.5,"pageVisibility":"visible","entityId":82914,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":1,"journeyId":"65777098-6cda-46f3-ad1a-2240890e5da0","navigationType":0,"readyForUser":888.8000000119209,"redirectCount":0,"resourceLoadedEnd":853,"resourceLoadedStart":268.09999999403954,"resourceTiming":[{"duration":48.20000001788139,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2bv2/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":268.09999999403954,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":268.09999999403954,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":316.30000001192093,"responseStart":0,"secureConnectionStart":0},{"duration":48.5,"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":268.30000001192093,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":268.30000001192093,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":316.80000001192093,"responseStart":0,"secureConnectionStart":0},{"duration":109.09999999403954,"initiatorType":"script","name":"https://jira.mariadb.org/s/e9b27a47da5fb0f74a35acd57e9847fb-CDN/lu2bv2/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":268.5,"connectEnd":268.5,"connectStart":268.5,"domainLookupEnd":268.5,"domainLookupStart":268.5,"fetchStart":268.5,"redirectEnd":0,"redirectStart":0,"requestStart":268.5,"responseEnd":377.59999999403954,"responseStart":377.59999999403954,"secureConnectionStart":268.5},{"duration":212.7000000178814,"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":268.59999999403954,"connectEnd":268.59999999403954,"connectStart":268.59999999403954,"domainLookupEnd":268.59999999403954,"domainLookupStart":268.59999999403954,"fetchStart":268.59999999403954,"redirectEnd":0,"redirectStart":0,"requestStart":268.59999999403954,"responseEnd":481.30000001192093,"responseStart":481.30000001192093,"secureConnectionStart":268.59999999403954},{"duration":215.89999997615814,"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":268.80000001192093,"connectEnd":268.80000001192093,"connectStart":268.80000001192093,"domainLookupEnd":268.80000001192093,"domainLookupStart":268.80000001192093,"fetchStart":268.80000001192093,"redirectEnd":0,"redirectStart":0,"requestStart":268.80000001192093,"responseEnd":484.69999998807907,"responseStart":484.69999998807907,"secureConnectionStart":268.80000001192093},{"duration":216.30000001192093,"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":269,"connectEnd":269,"connectStart":269,"domainLookupEnd":269,"domainLookupStart":269,"fetchStart":269,"redirectEnd":0,"redirectStart":0,"requestStart":269,"responseEnd":485.30000001192093,"responseStart":485.30000001192093,"secureConnectionStart":269},{"duration":216.5,"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":269.30000001192093,"connectEnd":269.30000001192093,"connectStart":269.30000001192093,"domainLookupEnd":269.30000001192093,"domainLookupStart":269.30000001192093,"fetchStart":269.30000001192093,"redirectEnd":0,"redirectStart":0,"requestStart":269.30000001192093,"responseEnd":485.80000001192093,"responseStart":485.80000001192093,"secureConnectionStart":269.30000001192093},{"duration":245.09999999403954,"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":269.40000000596046,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":269.40000000596046,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":514.5,"responseStart":0,"secureConnectionStart":0},{"duration":216.80000001192093,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":269.5,"connectEnd":269.5,"connectStart":269.5,"domainLookupEnd":269.5,"domainLookupStart":269.5,"fetchStart":269.5,"redirectEnd":0,"redirectStart":0,"requestStart":269.5,"responseEnd":486.30000001192093,"responseStart":486.30000001192093,"secureConnectionStart":269.5},{"duration":245.09999999403954,"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":269.59999999403954,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":269.59999999403954,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":514.6999999880791,"responseStart":0,"secureConnectionStart":0},{"duration":217,"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":269.90000000596046,"connectEnd":269.90000000596046,"connectStart":269.90000000596046,"domainLookupEnd":269.90000000596046,"domainLookupStart":269.90000000596046,"fetchStart":269.90000000596046,"redirectEnd":0,"redirectStart":0,"requestStart":269.90000000596046,"responseEnd":486.90000000596046,"responseStart":486.90000000596046,"secureConnectionStart":269.90000000596046},{"duration":580.1999999880791,"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":270.80000001192093,"connectEnd":270.80000001192093,"connectStart":270.80000001192093,"domainLookupEnd":270.80000001192093,"domainLookupStart":270.80000001192093,"fetchStart":270.80000001192093,"redirectEnd":0,"redirectStart":0,"requestStart":270.80000001192093,"responseEnd":851,"responseStart":851,"secureConnectionStart":270.80000001192093},{"duration":582.0999999940395,"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":270.90000000596046,"connectEnd":270.90000000596046,"connectStart":270.90000000596046,"domainLookupEnd":270.90000000596046,"domainLookupStart":270.90000000596046,"fetchStart":270.90000000596046,"redirectEnd":0,"redirectStart":0,"requestStart":270.90000000596046,"responseEnd":853,"responseStart":853,"secureConnectionStart":270.90000000596046},{"duration":325.5,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":525.8000000119209,"connectEnd":525.8000000119209,"connectStart":525.8000000119209,"domainLookupEnd":525.8000000119209,"domainLookupStart":525.8000000119209,"fetchStart":525.8000000119209,"redirectEnd":0,"redirectStart":0,"requestStart":525.8000000119209,"responseEnd":851.3000000119209,"responseStart":851.3000000119209,"secureConnectionStart":525.8000000119209},{"duration":175.2999999821186,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":805.3000000119209,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":805.3000000119209,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":980.5999999940395,"responseStart":0,"secureConnectionStart":0}],"fetchStart":1,"domainLookupStart":1,"domainLookupEnd":1,"connectStart":1,"connectEnd":1,"requestStart":69,"responseStart":263,"responseEnd":266,"domLoading":266,"domInteractive":1011,"domContentLoadedEventStart":1011,"domContentLoadedEventEnd":1050,"domComplete":1374,"loadEventStart":1374,"loadEventEnd":1375,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":988.3000000119209},{"name":"bigPipe.sidebar-id.end","time":989.5999999940395},{"name":"bigPipe.activity-panel-pipe-id.start","time":989.8000000119209},{"name":"bigPipe.activity-panel-pipe-id.end","time":990.8000000119209},{"name":"activityTabFullyLoaded","time":1062.5}],"measures":[],"correlationId":"80aae4fc5de1e","effectiveType":"4g","downlink":9.6,"rtt":0,"serverDuration":128,"dbReadsTimeInMs":24,"dbConnsTimeInMs":34,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}