Similar stack to MDEV-19273, and same setup (DROP SEQUENCE <non-sequence>), with this bug present seemingly in 10.5 and 10.6 only.
CREATE TABLE t (c INT);
|
LOCK TABLES t READ LOCAL;
|
CREATE TEMPORARY TABLE t (a INT) SELECT 1 AS a;
|
DROP SEQUENCE t;
|
Leads to:
10.6.0 5d4599f9750140f92cfdbbe4d292ae1b8dd456f8 (Debug)
|
mysqld: /test/10.6_dbg/sql/table_cache.cc:1030: void tdc_remove_table(THD*, const char*, const char*): Assertion `thd->mdl_context.is_lock_owner(MDL_key::TABLE, db, table_name, MDL_EXCLUSIVE)' failed.
|
10.6.0 5d4599f9750140f92cfdbbe4d292ae1b8dd456f8 (Debug)
|
Core was generated by `/test/MD211020-mariadb-10.6.0-linux-x86_64-dbg/bin/mysqld --no-defaults --core-'.
|
Program terminated with signal SIGABRT, Aborted.
|
#0 __pthread_kill (threadid=<optimized out>, signo=signo@entry=6)
|
at ../sysdeps/unix/sysv/linux/pthread_kill.c:56
|
[Current thread is 1 (Thread 0x14d6a815d700 (LWP 2018263))]
|
(gdb) bt
|
#0 __pthread_kill (threadid=<optimized out>, signo=signo@entry=6) at ../sysdeps/unix/sysv/linux/pthread_kill.c:56
|
#1 0x000055b1cfcb6021 in my_write_core (sig=sig@entry=6) at /test/10.6_dbg/mysys/stacktrace.c:424
|
#2 0x000055b1cf3fd321 in handle_fatal_signal (sig=6) at /test/10.6_dbg/sql/signal_handler.cc:330
|
#3 <signal handler called>
|
#4 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
|
#5 0x000014d6b27c7859 in __GI_abort () at abort.c:79
|
#6 0x000014d6b27c7729 in __assert_fail_base (fmt=0x14d6b295d588 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=0x55b1cfe64080 "thd->mdl_context.is_lock_owner(MDL_key::TABLE, db, table_name, MDL_EXCLUSIVE)", file=0x55b1cfe76538 "/test/10.6_dbg/sql/table_cache.cc", line=1030, function=<optimized out>) at assert.c:92
|
#7 0x000014d6b27d8f36 in __GI___assert_fail (assertion=assertion@entry=0x55b1cfe64080 "thd->mdl_context.is_lock_owner(MDL_key::TABLE, db, table_name, MDL_EXCLUSIVE)", file=file@entry=0x55b1cfe76538 "/test/10.6_dbg/sql/table_cache.cc", line=line@entry=1030, function=function@entry=0x55b1cfe76a90 "void tdc_remove_table(THD*, const char*, const char*)") at assert.c:101
|
#8 0x000055b1cf35e55b in tdc_remove_table (thd=thd@entry=0x14d658000db8, db=0x14d658012df8 "test", table_name=0x14d6580126f0 "t") at /test/10.6_dbg/sql/table_cache.cc:1030
|
#9 0x000055b1cf1fdf41 in mysql_rm_table_no_locks (thd=thd@entry=0x14d658000db8, tables=tables@entry=0x14d658012728, if_exists=if_exists@entry=false, drop_temporary=drop_temporary@entry=false, drop_view=drop_view@entry=false, drop_sequence=drop_sequence@entry=true, dont_log_query=false, dont_free_locks=false) at /test/10.6_dbg/sql/sql_table.cc:2446
|
#10 0x000055b1cf1ffe2e in mysql_rm_table (thd=thd@entry=0x14d658000db8, tables=tables@entry=0x14d658012728, if_exists=<optimized out>, drop_temporary=<optimized out>, drop_sequence=<optimized out>, dont_log_query=dont_log_query@entry=false) at /test/10.6_dbg/sql/sql_table.cc:2143
|
#11 0x000055b1cf13d646 in mysql_execute_command (thd=thd@entry=0x14d658000db8) at /test/10.6_dbg/sql/structs.h:559
|
#12 0x000055b1cf126fd2 in mysql_parse (thd=thd@entry=0x14d658000db8, rawbuf=<optimized out>, length=<optimized out>, parser_state=parser_state@entry=0x14d6a815c3d0) at /test/10.6_dbg/sql/sql_parse.cc:7833
|
#13 0x000055b1cf1350c7 in dispatch_command (command=command@entry=COM_QUERY, thd=thd@entry=0x14d658000db8, packet=packet@entry=0x14d658008ce9 "DROP SEQUENCE t", packet_length=packet_length@entry=15) at /test/10.6_dbg/sql/sql_class.h:1253
|
#14 0x000055b1cf1383d2 in do_command (thd=0x14d658000db8) at /test/10.6_dbg/sql/sql_parse.cc:1343
|
#15 0x000055b1cf292994 in do_handle_one_connection (connect=<optimized out>, connect@entry=0x55b1d37d74d8, put_in_cache=put_in_cache@entry=true) at /test/10.6_dbg/sql/sql_connect.cc:1410
|
#16 0x000055b1cf29309b in handle_one_connection (arg=arg@entry=0x55b1d37d74d8) at /test/10.6_dbg/sql/sql_connect.cc:1312
|
#17 0x000055b1cf746abb in pfs_spawn_thread (arg=0x55b1d3723688) at /test/10.6_dbg/storage/perfschema/pfs.cc:2201
|
#18 0x000014d6b2cd5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
|
#19 0x000014d6b28c4293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
|
Bug confirmed present in:
MariaDB: 10.5.7 (dbg), 10.6.0 (dbg)
Bug (or feature/syntax) confirmed not present in:
MariaDB: 10.1.48 (dbg), 10.1.48 (opt), 10.2.35 (dbg), 10.2.35 (opt), 10.3.26 (dbg), 10.3.26 (opt), 10.4.16 (dbg), 10.4.16 (opt), 10.5.7 (opt), 10.6.0 (opt)
MySQL: 5.5.62 (dbg), 5.5.62 (opt), 5.6.50 (dbg), 5.6.50 (opt), 5.7.32 (dbg), 5.7.32 (opt), 8.0.22 (dbg), 8.0.22 (opt)
- relates to
-
MDEV-19273
Server crash in MDL_ticket::has_stronger_or_equal_type or Assertion `thd->mdl_context.is_lock_owner(MDL_key::TABLE, table->db.str, table->table_name.str, MDL_SHARED)' failed in mysql_rm_table_no_locks
-
-
Closed
Transition |
Time In Source Status |
Execution Times |
Open |
|
Closed |
|
139d 19h 51m
|
1
|
Closed |
|
Stalled |
|
17h 2m
|
1
|
{"report":{"fcp":1969.2999992370605,"ttfb":843.1999998092651,"pageVisibility":"visible","entityId":94834,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"661ba0b5-92d8-4468-bd8e-53e92c7cb2ad","navigationType":0,"readyForUser":2058.5,"redirectCount":0,"resourceLoadedEnd":2312.199999809265,"resourceLoadedStart":849.3999996185303,"resourceTiming":[{"duration":532.3000001907349,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":849.3999996185303,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":849.3999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1381.6999998092651,"responseStart":0,"secureConnectionStart":0},{"duration":532.8000001907349,"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":849.5999994277954,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":849.5999994277954,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1382.3999996185303,"responseStart":0,"secureConnectionStart":0},{"duration":611.3000001907349,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":849.8999996185303,"connectEnd":849.8999996185303,"connectStart":849.8999996185303,"domainLookupEnd":849.8999996185303,"domainLookupStart":849.8999996185303,"fetchStart":849.8999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":849.8999996185303,"responseEnd":1461.1999998092651,"responseStart":1461.1999998092651,"secureConnectionStart":849.8999996185303},{"duration":706,"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":850.0999994277954,"connectEnd":850.0999994277954,"connectStart":850.0999994277954,"domainLookupEnd":850.0999994277954,"domainLookupStart":850.0999994277954,"fetchStart":850.0999994277954,"redirectEnd":0,"redirectStart":0,"requestStart":850.0999994277954,"responseEnd":1556.0999994277954,"responseStart":1556,"secureConnectionStart":850.0999994277954},{"duration":710.2000007629395,"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":850.2999992370605,"connectEnd":850.2999992370605,"connectStart":850.2999992370605,"domainLookupEnd":850.2999992370605,"domainLookupStart":850.2999992370605,"fetchStart":850.2999992370605,"redirectEnd":0,"redirectStart":0,"requestStart":850.2999992370605,"responseEnd":1560.5,"responseStart":1560.5,"secureConnectionStart":850.2999992370605},{"duration":710.5,"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":850.5,"connectEnd":850.5,"connectStart":850.5,"domainLookupEnd":850.5,"domainLookupStart":850.5,"fetchStart":850.5,"redirectEnd":0,"redirectStart":0,"requestStart":850.5,"responseEnd":1561,"responseStart":1561,"secureConnectionStart":850.5},{"duration":710.6999998092651,"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":850.5999994277954,"connectEnd":850.5999994277954,"connectStart":850.5999994277954,"domainLookupEnd":850.5999994277954,"domainLookupStart":850.5999994277954,"fetchStart":850.5999994277954,"redirectEnd":0,"redirectStart":0,"requestStart":850.5999994277954,"responseEnd":1561.2999992370605,"responseStart":1561.2999992370605,"secureConnectionStart":850.5999994277954},{"duration":762.9000005722046,"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":850.7999992370605,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":850.7999992370605,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1613.6999998092651,"responseStart":0,"secureConnectionStart":0},{"duration":710.8999996185303,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":851,"connectEnd":851,"connectStart":851,"domainLookupEnd":851,"domainLookupStart":851,"fetchStart":851,"redirectEnd":0,"redirectStart":0,"requestStart":851,"responseEnd":1561.8999996185303,"responseStart":1561.8999996185303,"secureConnectionStart":851},{"duration":762.5999994277954,"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":851.1999998092651,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":851.1999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1613.7999992370605,"responseStart":0,"secureConnectionStart":0},{"duration":711.1000003814697,"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":851.2999992370605,"connectEnd":851.2999992370605,"connectStart":851.2999992370605,"domainLookupEnd":851.2999992370605,"domainLookupStart":851.2999992370605,"fetchStart":851.2999992370605,"redirectEnd":0,"redirectStart":0,"requestStart":851.2999992370605,"responseEnd":1562.3999996185303,"responseStart":1562.3999996185303,"secureConnectionStart":851.2999992370605},{"duration":1372,"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":858.6999998092651,"connectEnd":858.6999998092651,"connectStart":858.6999998092651,"domainLookupEnd":858.6999998092651,"domainLookupStart":858.6999998092651,"fetchStart":858.6999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":858.6999998092651,"responseEnd":2230.699999809265,"responseStart":2230.699999809265,"secureConnectionStart":858.6999998092651},{"duration":1453.4000005722046,"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":858.7999992370605,"connectEnd":858.7999992370605,"connectStart":858.7999992370605,"domainLookupEnd":858.7999992370605,"domainLookupStart":858.7999992370605,"fetchStart":858.7999992370605,"redirectEnd":0,"redirectStart":0,"requestStart":858.7999992370605,"responseEnd":2312.199999809265,"responseStart":2312.199999809265,"secureConnectionStart":858.7999992370605},{"duration":603.6000003814697,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":1627.5999994277954,"connectEnd":1627.5999994277954,"connectStart":1627.5999994277954,"domainLookupEnd":1627.5999994277954,"domainLookupStart":1627.5999994277954,"fetchStart":1627.5999994277954,"redirectEnd":0,"redirectStart":0,"requestStart":1627.5999994277954,"responseEnd":2231.199999809265,"responseStart":2231.199999809265,"secureConnectionStart":1627.5999994277954}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":674,"responseStart":843,"responseEnd":848,"domLoading":847,"domInteractive":2333,"domContentLoadedEventStart":2333,"domContentLoadedEventEnd":2377,"domComplete":3108,"loadEventStart":3108,"loadEventEnd":3109,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":2314.0999994277954},{"name":"bigPipe.sidebar-id.end","time":2314.8999996185303},{"name":"bigPipe.activity-panel-pipe-id.start","time":2315.0999994277954},{"name":"bigPipe.activity-panel-pipe-id.end","time":2316.199999809265},{"name":"activityTabFullyLoaded","time":2392}],"measures":[],"correlationId":"497ff4e3a893","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":104,"dbReadsTimeInMs":19,"dbConnsTimeInMs":29,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}