--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
{"report":{"fcp":1093,"ttfb":330.2999997138977,"pageVisibility":"visible","entityId":82914,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"2f0b1d59-ad95-408f-903d-515b5c2834b6","navigationType":0,"readyForUser":1178.6999998092651,"redirectCount":0,"resourceLoadedEnd":1044.5999999046326,"resourceLoadedStart":341.59999990463257,"resourceTiming":[{"duration":186.90000009536743,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":341.59999990463257,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":341.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":528.5,"responseStart":0,"secureConnectionStart":0},{"duration":187.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":341.90000009536743,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":341.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":529.0999999046326,"responseStart":0,"secureConnectionStart":0},{"duration":236.19999980926514,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":342,"connectEnd":342,"connectStart":342,"domainLookupEnd":342,"domainLookupStart":342,"fetchStart":342,"redirectEnd":0,"redirectStart":0,"requestStart":342,"responseEnd":578.1999998092651,"responseStart":578.1999998092651,"secureConnectionStart":342},{"duration":322,"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":342.19999980926514,"connectEnd":342.19999980926514,"connectStart":342.19999980926514,"domainLookupEnd":342.19999980926514,"domainLookupStart":342.19999980926514,"fetchStart":342.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":342.19999980926514,"responseEnd":664.1999998092651,"responseStart":664.1999998092651,"secureConnectionStart":342.19999980926514},{"duration":325.90000009536743,"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":342.5,"connectEnd":342.5,"connectStart":342.5,"domainLookupEnd":342.5,"domainLookupStart":342.5,"fetchStart":342.5,"redirectEnd":0,"redirectStart":0,"requestStart":342.5,"responseEnd":668.4000000953674,"responseStart":668.4000000953674,"secureConnectionStart":342.5},{"duration":326.40000009536743,"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":342.69999980926514,"connectEnd":342.69999980926514,"connectStart":342.69999980926514,"domainLookupEnd":342.69999980926514,"domainLookupStart":342.69999980926514,"fetchStart":342.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":342.69999980926514,"responseEnd":669.0999999046326,"responseStart":669,"secureConnectionStart":342.69999980926514},{"duration":326.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":342.90000009536743,"connectEnd":342.90000009536743,"connectStart":342.90000009536743,"domainLookupEnd":342.90000009536743,"domainLookupStart":342.90000009536743,"fetchStart":342.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":342.90000009536743,"responseEnd":669.4000000953674,"responseStart":669.4000000953674,"secureConnectionStart":342.90000009536743},{"duration":383.40000009536743,"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":343.19999980926514,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":343.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":726.5999999046326,"responseStart":0,"secureConnectionStart":0},{"duration":326.7000002861023,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":343.2999997138977,"connectEnd":343.2999997138977,"connectStart":343.2999997138977,"domainLookupEnd":343.2999997138977,"domainLookupStart":343.2999997138977,"fetchStart":343.2999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":343.2999997138977,"responseEnd":670,"responseStart":670,"secureConnectionStart":343.2999997138977},{"duration":383.3999996185303,"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":343.40000009536743,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":343.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":726.7999997138977,"responseStart":0,"secureConnectionStart":0},{"duration":327.19999980926514,"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":343.59999990463257,"connectEnd":343.59999990463257,"connectStart":343.59999990463257,"domainLookupEnd":343.59999990463257,"domainLookupStart":343.59999990463257,"fetchStart":343.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":343.59999990463257,"responseEnd":670.7999997138977,"responseStart":670.7999997138977,"secureConnectionStart":343.59999990463257},{"duration":472.19999980926514,"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":344.59999990463257,"connectEnd":344.59999990463257,"connectStart":344.59999990463257,"domainLookupEnd":344.59999990463257,"domainLookupStart":344.59999990463257,"fetchStart":344.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":344.59999990463257,"responseEnd":816.7999997138977,"responseStart":816.7999997138977,"secureConnectionStart":344.59999990463257},{"duration":681.5999999046326,"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":344.59999990463257,"connectEnd":344.59999990463257,"connectStart":344.59999990463257,"domainLookupEnd":344.59999990463257,"domainLookupStart":344.59999990463257,"fetchStart":344.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":344.59999990463257,"responseEnd":1026.1999998092651,"responseStart":1026.1999998092651,"secureConnectionStart":344.59999990463257},{"duration":74.90000009536743,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":756.5999999046326,"connectEnd":756.5999999046326,"connectStart":756.5999999046326,"domainLookupEnd":756.5999999046326,"domainLookupStart":756.5999999046326,"fetchStart":756.5999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":756.5999999046326,"responseEnd":831.5,"responseStart":831.5,"secureConnectionStart":756.5999999046326},{"duration":39.40000009536743,"initiatorType":"link","name":"https://jira.mariadb.org/s/d5715adaadd168a9002b108b2b039b50-CDN/lu2cib/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&whisper-enabled=true","startTime":1005.1999998092651,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1005.1999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1044.5999999046326,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":155,"responseStart":331,"responseEnd":336,"domLoading":339,"domInteractive":1237,"domContentLoadedEventStart":1237,"domContentLoadedEventEnd":1282,"domComplete":1432,"loadEventStart":1432,"loadEventEnd":1433,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1218.5},{"name":"bigPipe.sidebar-id.end","time":1219.2999997138977},{"name":"bigPipe.activity-panel-pipe-id.start","time":1219.4000000953674},{"name":"bigPipe.activity-panel-pipe-id.end","time":1221},{"name":"activityTabFullyLoaded","time":1299.6999998092651}],"measures":[],"correlationId":"d3f7e892082d76","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":116,"dbReadsTimeInMs":15,"dbConnsTimeInMs":24,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}
The crash is due to templ=NULL in innobase_get_computed_value(). The arguments of the function invocation seem fine to me.
Here is a slightly cleaner test case that should repeat the problem with older 10.4 versions, also before the
MDEV-20117fix:--source include/have_innodb.inc
ENGINE=InnoDB;
We might be missing a reload of the table definition when virtual columns exist. That reload should ultimately be removed in MDEV-17468, but for now we have it in ha_innobase::commit_inplace_alter_table():
Currently dict_load_column_low() is the only place where
num_base for virtual columns is assigned to nonzero. */
DBUG_ASSERT(ctx0->old_table->get_ref_count() == 1);
If we enable this handling also for chanigng the order of columns, the crash should be avoided.