--source include/have_innodb.inc
CREATE TABLE t1 (a INT , b TEXT, FULLTEXT KEY ftidx (b)) ENGINE=InnoDB;
ALTER TABLE t1 DROP KEY ftidx;
INSERT INTO t1 (a) VALUES (2),(2);
--error ER_DUP_ENTRY
ALTER TABLE t1 ADD UNIQUE KEY uidx (a), ADD FULLTEXT KEY ftidx (b);
--source include/restart_mysqld.inc
# Cleanup
DROP TABLE t1;
10.4 88cf6f1c
2020-04-23 19:19:30 0 [Note] InnoDB: FTS optimize thread exiting.
2020-04-23 19:19:30 0 [Note] Event Scheduler: Purging the queue. 0 events
mysqld: /data/src/10.4/storage/innobase/trx/trx0purge.cc:269: void trx_purge_add_undo_to_history(const trx_t*, trx_undo_t*&, mtr_t*): Assertion `srv_undo_sources || trx->undo_no == 0 || (!purge_sys.enabled() && (srv_is_being_started || trx_rollback_is_active || srv_force_recovery >= SRV_FORCE_NO_BACKGROUND)) || ((trx->mysql_thd || trx->internal) && srv_fast_shutdown)' failed.
200423 19:19:30 [ERROR] mysqld got signal 6 ;
#7 0x00007f02471c1102 in __GI___assert_fail (assertion=0x55769dbcb6c0 "srv_undo_sources || trx->undo_no == 0 || (!purge_sys.enabled() && (srv_is_being_started || trx_rollback_is_active || srv_force_recovery >= SRV_FORCE_NO_BACKGROUND)) || ((trx->mysql_thd || trx->interna"..., file=0x55769dbcaf60 "/data/src/10.4/storage/innobase/trx/trx0purge.cc", line=269, function=0x55769dbce2a0 <trx_purge_add_undo_to_history(trx_t const*, trx_undo_t*&, mtr_t*)::__PRETTY_FUNCTION__> "void trx_purge_add_undo_to_history(const trx_t*, trx_undo_t*&, mtr_t*)") at assert.c:101
#8 0x000055769c98b967 in trx_purge_add_undo_to_history (trx=0x7f023df22930, undo=@0x7f023df23950: 0x61200000a6c0, mtr=0x7ffcae14db70) at /data/src/10.4/storage/innobase/trx/trx0purge.cc:269
#9 0x000055769c9e2e1a in trx_write_serialisation_history (trx=0x7f023df22930, mtr=0x7ffcae14db70) at /data/src/10.4/storage/innobase/trx/trx0trx.cc:1133
#10 0x000055769c9e7418 in trx_commit_low (trx=0x7f023df22930, mtr=0x7ffcae14db70) at /data/src/10.4/storage/innobase/trx/trx0trx.cc:1572
#11 0x000055769c9e760d in trx_commit (trx=0x7f023df22930) at /data/src/10.4/storage/innobase/trx/trx0trx.cc:1640
#12 0x000055769c9e8074 in trx_commit_for_mysql (trx=0x7f023df22930) at /data/src/10.4/storage/innobase/trx/trx0trx.cc:1786
#13 0x000055769cb761b1 in dict_table_try_drop_aborted (table=0x6190000ee808, table_id=20, ref_count=0) at /data/src/10.4/storage/innobase/dict/dict0dict.cc:276
#14 0x000055769cb76812 in dict_table_close (table=0x6190000ee808, dict_locked=0, try_drop=1) at /data/src/10.4/storage/innobase/dict/dict0dict.cc:362
#15 0x000055769c8465cd in row_prebuilt_free (prebuilt=0x620000040108, dict_locked=0) at /data/src/10.4/storage/innobase/row/row0mysql.cc:1042
#16 0x000055769c4f6675 in ha_innobase::close (this=0x61d00027d910) at /data/src/10.4/storage/innobase/handler/ha_innodb.cc:6490
#17 0x000055769bf64d43 in handler::ha_close (this=0x61d00027d910) at /data/src/10.4/sql/handler.cc:2820
#18 0x000055769ba9126d in closefrm (table=0x62000003f0f0) at /data/src/10.4/sql/table.cc:4053
#19 0x000055769bda1021 in intern_close_table (table=0x62000003f0f0) at /data/src/10.4/sql/table_cache.cc:221
#20 0x000055769bda170e in tc_purge (mark_flushed=true) at /data/src/10.4/sql/table_cache.cc:334
#21 0x000055769b600d8a in purge_tables (purge_flag=true) at /data/src/10.4/sql/sql_base.cc:335
#22 0x000055769bda4368 in tdc_start_shutdown () at /data/src/10.4/sql/table_cache.cc:657
#23 0x000055769b4ab522 in clean_up (print_message=true) at /data/src/10.4/sql/mysqld.cc:1984
#24 0x000055769b4ba4f8 in mysqld_main (argc=<error reading variable: Cannot access memory at address 0x3d40>, argv=<error reading variable: Cannot access memory at address 0x3d80>) at /data/src/10.4/sql/mysqld.cc:5922
#25 0x000055769b4a1595 in main (argc=23, argv=0x7ffcae14e908) at /data/src/10.4/sql/main.cc:25
Not reproducible on 10.1.
No obvious effect on a non-debug build.
Marko Mäkelä
made changes -
2020-04-23 16:36
Field
Original Value
New Value
issue.field.resolutiondate
2020-04-23 16:36:31.0
2020-04-23 16:36:31.692
Marko Mäkelä
made changes -
2020-04-23 16:36
Fix Version/s
10.2.32
[ 24221
]
Fix Version/s
10.3.23
[ 24222
]
Fix Version/s
10.4.13
[ 24223
]
Fix Version/s
10.5.3
[ 24263
]
Fix Version/s
10.2
[ 14601
]
Fix Version/s
10.3
[ 22126
]
Fix Version/s
10.4
[ 22408
]
Fix Version/s
10.5
[ 23123
]
Assignee
Thirunarayanan Balathandayuthapani
[ thiru
]
Marko Mäkelä
[ marko
]
Resolution
Fixed
[ 1
]
Status
Open
[ 1
]
Closed
[ 6
]
Sergei Golubchik
made changes -
2021-12-06 21:51
Workflow
MariaDB v3
[ 107681
]
MariaDB v4
[ 157667
]
{"report":{"fcp":968.1999998092651,"ttfb":297,"pageVisibility":"visible","entityId":85972,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"770e69ab-5135-48eb-95e4-3c039be31d16","navigationType":0,"readyForUser":1047.8999996185303,"redirectCount":0,"resourceLoadedEnd":1020,"resourceLoadedStart":303.69999980926514,"resourceTiming":[{"duration":137.10000038146973,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":303.69999980926514,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":303.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":440.80000019073486,"responseStart":0,"secureConnectionStart":0},{"duration":137.10000038146973,"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":304,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":304,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":441.1000003814697,"responseStart":0,"secureConnectionStart":0},{"duration":196.69999980926514,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":304.1000003814697,"connectEnd":304.1000003814697,"connectStart":304.1000003814697,"domainLookupEnd":304.1000003814697,"domainLookupStart":304.1000003814697,"fetchStart":304.1000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":304.1000003814697,"responseEnd":500.80000019073486,"responseStart":500.80000019073486,"secureConnectionStart":304.1000003814697},{"duration":260.0999994277954,"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":304.30000019073486,"connectEnd":304.30000019073486,"connectStart":304.30000019073486,"domainLookupEnd":304.30000019073486,"domainLookupStart":304.30000019073486,"fetchStart":304.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":304.30000019073486,"responseEnd":564.3999996185303,"responseStart":564.3000001907349,"secureConnectionStart":304.30000019073486},{"duration":263.79999923706055,"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":304.6000003814697,"connectEnd":304.6000003814697,"connectStart":304.6000003814697,"domainLookupEnd":304.6000003814697,"domainLookupStart":304.6000003814697,"fetchStart":304.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":304.6000003814697,"responseEnd":568.3999996185303,"responseStart":568.3999996185303,"secureConnectionStart":304.6000003814697},{"duration":264,"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":304.80000019073486,"connectEnd":304.80000019073486,"connectStart":304.80000019073486,"domainLookupEnd":304.80000019073486,"domainLookupStart":304.80000019073486,"fetchStart":304.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":304.80000019073486,"responseEnd":568.8000001907349,"responseStart":568.8000001907349,"secureConnectionStart":304.80000019073486},{"duration":265,"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":305,"connectEnd":305,"connectStart":305,"domainLookupEnd":305,"domainLookupStart":305,"fetchStart":305,"redirectEnd":0,"redirectStart":0,"requestStart":305,"responseEnd":570,"responseStart":569.8999996185303,"secureConnectionStart":305},{"duration":340.69999980926514,"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":305.19999980926514,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":305.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":645.8999996185303,"responseStart":0,"secureConnectionStart":0},{"duration":265.69999980926514,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":305.30000019073486,"connectEnd":305.30000019073486,"connectStart":305.30000019073486,"domainLookupEnd":305.30000019073486,"domainLookupStart":305.30000019073486,"fetchStart":305.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":305.30000019073486,"responseEnd":571,"responseStart":571,"secureConnectionStart":305.30000019073486},{"duration":340.6000003814697,"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":305.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":305.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":646.1000003814697,"responseStart":0,"secureConnectionStart":0},{"duration":266.69999980926514,"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":305.6000003814697,"connectEnd":305.6000003814697,"connectStart":305.6000003814697,"domainLookupEnd":305.6000003814697,"domainLookupStart":305.6000003814697,"fetchStart":305.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":305.6000003814697,"responseEnd":572.3000001907349,"responseStart":572.3000001907349,"secureConnectionStart":305.6000003814697},{"duration":466.9000005722046,"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":306.3999996185303,"connectEnd":306.3999996185303,"connectStart":306.3999996185303,"domainLookupEnd":306.3999996185303,"domainLookupStart":306.3999996185303,"fetchStart":306.3999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":306.3999996185303,"responseEnd":773.3000001907349,"responseStart":773.3000001907349,"secureConnectionStart":306.3999996185303},{"duration":699,"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":306.3999996185303,"connectEnd":306.3999996185303,"connectStart":306.3999996185303,"domainLookupEnd":306.3999996185303,"domainLookupStart":306.3999996185303,"fetchStart":306.3999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":306.3999996185303,"responseEnd":1005.3999996185303,"responseStart":1005.3999996185303,"secureConnectionStart":306.3999996185303},{"duration":126.5,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":658.1000003814697,"connectEnd":658.1000003814697,"connectStart":658.1000003814697,"domainLookupEnd":658.1000003814697,"domainLookupStart":658.1000003814697,"fetchStart":658.1000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":658.1000003814697,"responseEnd":784.6000003814697,"responseStart":784.6000003814697,"secureConnectionStart":658.1000003814697},{"duration":96.60000038146973,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/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&whisper-enabled=true","startTime":923.3999996185303,"connectEnd":923.3999996185303,"connectStart":923.3999996185303,"domainLookupEnd":923.3999996185303,"domainLookupStart":923.3999996185303,"fetchStart":923.3999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":923.3999996185303,"responseEnd":1020,"responseStart":1020,"secureConnectionStart":923.3999996185303},{"duration":158.5999994277954,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":961.3000001907349,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":961.3000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1119.8999996185303,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":119,"responseStart":297,"responseEnd":302,"domLoading":301,"domInteractive":1150,"domContentLoadedEventStart":1150,"domContentLoadedEventEnd":1191,"domComplete":1311,"loadEventStart":1311,"loadEventEnd":1311,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1126.3999996185303},{"name":"bigPipe.sidebar-id.end","time":1127.1999998092651},{"name":"bigPipe.activity-panel-pipe-id.start","time":1127.3999996185303},{"name":"bigPipe.activity-panel-pipe-id.end","time":1129.8000001907349},{"name":"activityTabFullyLoaded","time":1210.8000001907349}],"measures":[],"correlationId":"a15baedfb36f1","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":111,"dbReadsTimeInMs":12,"dbConnsTimeInMs":20,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}