Type:
Bug
Priority:
Major
Resolution:
Unresolved
Affects Version/s:
10.5 , 10.6 , 10.11 , 11.2(EOL) , 11.4
CREATE PROCEDURE proc_1() LOAD INDEX INTO CACHE new_t7 IGNORE LEAVES;
DROP TABLE IF EXISTS t;
SET max_session_mem_used=8192;
CREATE TABLE t (id INT KEY );
SELECT * FROM t;
SET GLOBAL wsrep_on= OFF ;
BEGIN ;
CALL proc_1();
SET GLOBAL wsrep_on= ON ;
SELECT * FROM t;
CALL proc_1();
Leads to:
CS 10.11.10 649e08f8b3c62414b31b23c64d960b9e3269c415 (Debug)
mysqld: /test/10.11_dbg/storage/innobase/trx/trx0trx.cc:1501: void trx_t::commit_in_memory(const mtr_t*): Assertion `is_wsrep() == wsrep_on(mysql_thd)' failed.
CS 10.11.10 649e08f8b3c62414b31b23c64d960b9e3269c415 (Debug)
Core was generated by `/test/GAL_MD181024-mariadb-10.11.10-linux-x86_64-dbg/bin/mysqld --defaults-file'.
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 0x1477dc979700 (LWP 872517))]
(gdb) bt
#0 __pthread_kill (threadid=<optimized out>, signo=signo@entry=6) at ../sysdeps/unix/sysv/linux/pthread_kill.c:56
#1 0x000055c0bceaa869 in my_write_core (sig=sig@entry=6) at /test/10.11_dbg/mysys/stacktrace.c:424
#2 0x000055c0bc761db3 in handle_fatal_signal (sig=6) at /test/10.11_dbg/sql/signal_handler.cc:366
#3 <signal handler called>
#4 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
#5 0x00001478165c5859 in __GI_abort () at abort.c:79
#6 0x00001478165c5729 in __assert_fail_base (fmt=0x14781675b588 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=0x55c0bd33f058 "is_wsrep() == wsrep_on(mysql_thd)", file=0x55c0bd33e488 "/test/10.11_dbg/storage/innobase/trx/trx0trx.cc", line=1501, function=<optimized out>) at assert.c:92
#7 0x00001478165d6fd6 in __GI___assert_fail (assertion=assertion@entry=0x55c0bd33f058 "is_wsrep() == wsrep_on(mysql_thd)", file=file@entry=0x55c0bd33e488 "/test/10.11_dbg/storage/innobase/trx/trx0trx.cc", line=line@entry=1501, function=function@entry=0x55c0bd33ef50 "void trx_t::commit_in_memory(const mtr_t*)") at assert.c:101
#8 0x000055c0bccb5c0f in trx_t::commit_in_memory (mtr=<optimized out>, this=0x147814815680) at /test/10.11_dbg/storage/innobase/include/trx0trx.h:758
#9 trx_t::commit_low (this=this@entry=0x147814815680, mtr=<optimized out>) at /test/10.11_dbg/storage/innobase/trx/trx0trx.cc:1596
#10 0x000055c0bccb5f37 in trx_t::commit_persist (this=this@entry=0x147814815680) at /test/10.11_dbg/storage/innobase/trx/trx0trx.cc:1610
#11 0x000055c0bccb5fb9 in trx_t::commit (this=this@entry=0x147814815680) at /test/10.11_dbg/storage/innobase/trx/trx0trx.cc:1619
#12 0x000055c0bcca6f0d in trx_t::rollback_finish (this=0x147814815680) at /test/10.11_dbg/storage/innobase/trx/trx0roll.cc:65
#13 trx_t::rollback_low (this=this@entry=0x147814815680, savept=savept@entry=0x0) at /test/10.11_dbg/storage/innobase/trx/trx0roll.cc:132
#14 0x000055c0bcca3a08 in trx_rollback_for_mysql_low (trx=0x147814815680) at /test/10.11_dbg/storage/innobase/trx/trx0roll.cc:198
#15 trx_rollback_for_mysql (trx=trx@entry=0x147814815680) at /test/10.11_dbg/storage/innobase/trx/trx0roll.cc:233
#16 0x000055c0bca66e33 in innobase_rollback (hton=<optimized out>, thd=0x1477b0000d48, rollback_trx=<optimized out>) at /test/10.11_dbg/storage/innobase/handler/ha_innodb.cc:4648
#17 0x000055c0bc767566 in ha_rollback_trans (thd=thd@entry=0x1477b0000d48, all=all@entry=true) at /test/10.11_dbg/sql/handler.cc:2281
#18 0x000055c0bc5f6382 in trans_rollback_implicit (thd=thd@entry=0x1477b0000d48) at /test/10.11_dbg/sql/transaction.cc:441
#19 0x000055c0bc5f466b in mysql_admin_table (thd=thd@entry=0x1477b0000d48, tables=tables@entry=0x1477b009cf88, check_opt=check_opt@entry=0x0, operator_name=operator_name@entry=0x55c0bd88cc30 <msg_preload_keys>, lock_type=lock_type@entry=TL_READ_NO_INSERT, org_open_for_modify=org_open_for_modify@entry=false, repair_table_use_frm=false, extra_open_options=0, prepare_func=0x0, operator_func=&virtual table offset 752, view_operator_func=0x0, is_cmd_replicated=false) at /test/10.11_dbg/sql/sql_admin.cc:1390
#20 0x000055c0bc5f4d28 in mysql_preload_keys (thd=thd@entry=0x1477b0000d48, tables=tables@entry=0x1477b009cf88) at /test/10.11_dbg/sql/sql_admin.cc:1544
#21 0x000055c0bc479554 in mysql_execute_command (thd=0x1477b0000d48, is_called_from_prepared_stmt=is_called_from_prepared_stmt@entry=false) at /test/10.11_dbg/sql/sql_parse.cc:4130
#22 0x000055c0bc3a5b6a in sp_instr_stmt::exec_core (this=0x1477b009d6a0, thd=<optimized out>, nextp=0x1477dc9771f4) at /test/10.11_dbg/sql/sp_head.cc:3924
#23 0x000055c0bc3b3288 in sp_lex_keeper::reset_lex_and_exec_core (this=this@entry=0x1477b009d6e8, thd=thd@entry=0x1477b0000d48, nextp=nextp@entry=0x1477dc9771f4, open_tables=open_tables@entry=false, instr=instr@entry=0x1477b009d6a0) at /test/10.11_dbg/sql/sp_head.cc:3646
#24 0x000055c0bc3b39d4 in sp_instr_stmt::execute (this=0x1477b009d6a0, thd=0x1477b0000d48, nextp=0x1477dc9771f4) at /test/10.11_dbg/sql/sp_head.cc:3827
#25 0x000055c0bc3af878 in sp_head::execute (this=this@entry=0x1477b009bfb0, thd=thd@entry=0x1477b0000d48, merge_da_on_success=merge_da_on_success@entry=true) at /test/10.11_dbg/sql/sp_head.cc:1463
#26 0x000055c0bc3b1416 in sp_head::execute_procedure (this=0x1477b009bfb0, thd=thd@entry=0x1477b0000d48, args=0x1477b0005f58) at /test/10.11_dbg/sql/sp_head.cc:2479
#27 0x000055c0bc46bf88 in do_execute_sp (thd=thd@entry=0x1477b0000d48, sp=sp@entry=0x1477b009bfb0) at /test/10.11_dbg/sql/sql_parse.cc:3065
#28 0x000055c0bc471572 in Sql_cmd_call::execute (this=0x1477b0013350, thd=0x1477b0000d48) at /test/10.11_dbg/sql/sql_parse.cc:3310
#29 0x000055c0bc47eb3f in mysql_execute_command (thd=thd@entry=0x1477b0000d48, is_called_from_prepared_stmt=is_called_from_prepared_stmt@entry=false) at /test/10.11_dbg/sql/sql_parse.cc:6142
#30 0x000055c0bc46613f in mysql_parse (thd=thd@entry=0x1477b0000d48, rawbuf=rawbuf@entry=0x1477b0013290 "CALL proc_1()", length=length@entry=13, parser_state=parser_state@entry=0x1477dc978300) at /test/10.11_dbg/sql/sql_parse.cc:8161
#31 0x000055c0bc465a45 in wsrep_mysql_parse (thd=thd@entry=0x1477b0000d48, rawbuf=0x1477b0013290 "CALL proc_1()", length=13, parser_state=parser_state@entry=0x1477dc978300) at /test/10.11_dbg/sql/sql_parse.cc:7971
#32 0x000055c0bc4743c8 in dispatch_command (command=command@entry=COM_QUERY, thd=thd@entry=0x1477b0000d48, packet=packet@entry=0x1477b000af59 "", packet_length=packet_length@entry=13, blocking=blocking@entry=true) at /test/10.11_dbg/sql/sql_class.h:1400
#33 0x000055c0bc476a80 in do_command (thd=0x1477b0000d48, blocking=blocking@entry=true) at /test/10.11_dbg/sql/sql_parse.cc:1408
#34 0x000055c0bc5e12a3 in do_handle_one_connection (connect=<optimized out>, connect@entry=0x55c0c0855918, put_in_cache=put_in_cache@entry=true) at /test/10.11_dbg/sql/sql_connect.cc:1417
#35 0x000055c0bc5e177d in handle_one_connection (arg=0x55c0c0855918) at /test/10.11_dbg/sql/sql_connect.cc:1319
#36 0x0000147816ad6609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#37 0x00001478166c2133 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Bug confirmed present in:
MariaDB: 10.5.27 (dbg), 10.6.20 (dbg), 10.11.10 (dbg), 11.2.6 (dbg), 11.4.4 (dbg)
Bug (or feature/syntax) confirmed not present in:
MariaDB: 10.5.27 (opt), 10.6.20 (opt), 10.11.10 (opt), 11.2.6 (opt), 11.4.4 (opt)
{"report":{"fcp":855.1000003814697,"ttfb":242.80000019073486,"pageVisibility":"visible","entityId":131291,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":1,"journeyId":"228e9e15-b939-481b-bf33-2341ebd7c734","navigationType":0,"readyForUser":940.1999998092651,"redirectCount":0,"resourceLoadedEnd":871.3999996185303,"resourceLoadedStart":253.10000038146973,"resourceTiming":[{"duration":78,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":253.10000038146973,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":253.10000038146973,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":331.1000003814697,"responseStart":0,"secureConnectionStart":0},{"duration":78.09999942779541,"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":253.30000019073486,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":253.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":331.3999996185303,"responseStart":0,"secureConnectionStart":0},{"duration":87.10000038146973,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":253.5,"connectEnd":253.5,"connectStart":253.5,"domainLookupEnd":253.5,"domainLookupStart":253.5,"fetchStart":253.5,"redirectEnd":0,"redirectStart":0,"requestStart":253.5,"responseEnd":340.6000003814697,"responseStart":340.6000003814697,"secureConnectionStart":253.5},{"duration":160.69999980926514,"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":253.69999980926514,"connectEnd":253.69999980926514,"connectStart":253.69999980926514,"domainLookupEnd":253.69999980926514,"domainLookupStart":253.69999980926514,"fetchStart":253.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":253.69999980926514,"responseEnd":414.3999996185303,"responseStart":414.3999996185303,"secureConnectionStart":253.69999980926514},{"duration":165.19999980926514,"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":254,"connectEnd":254,"connectStart":254,"domainLookupEnd":254,"domainLookupStart":254,"fetchStart":254,"redirectEnd":0,"redirectStart":0,"requestStart":254,"responseEnd":419.19999980926514,"responseStart":419.19999980926514,"secureConnectionStart":254},{"duration":166,"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":254.19999980926514,"connectEnd":254.19999980926514,"connectStart":254.19999980926514,"domainLookupEnd":254.19999980926514,"domainLookupStart":254.19999980926514,"fetchStart":254.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":254.19999980926514,"responseEnd":420.19999980926514,"responseStart":420.19999980926514,"secureConnectionStart":254.19999980926514},{"duration":166.30000019073486,"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":254.39999961853027,"connectEnd":254.39999961853027,"connectStart":254.39999961853027,"domainLookupEnd":254.39999961853027,"domainLookupStart":254.39999961853027,"fetchStart":254.39999961853027,"redirectEnd":0,"redirectStart":0,"requestStart":254.39999961853027,"responseEnd":420.69999980926514,"responseStart":420.69999980926514,"secureConnectionStart":254.39999961853027},{"duration":230,"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":254.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":254.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":484.5,"responseStart":0,"secureConnectionStart":0},{"duration":167,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":254.69999980926514,"connectEnd":254.69999980926514,"connectStart":254.69999980926514,"domainLookupEnd":254.69999980926514,"domainLookupStart":254.69999980926514,"fetchStart":254.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":254.69999980926514,"responseEnd":421.69999980926514,"responseStart":421.69999980926514,"secureConnectionStart":254.69999980926514},{"duration":229.80000019073486,"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":254.89999961853027,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":254.89999961853027,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":484.69999980926514,"responseStart":0,"secureConnectionStart":0},{"duration":167.80000019073486,"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":255,"connectEnd":255,"connectStart":255,"domainLookupEnd":255,"domainLookupStart":255,"fetchStart":255,"redirectEnd":0,"redirectStart":0,"requestStart":255,"responseEnd":422.80000019073486,"responseStart":422.80000019073486,"secureConnectionStart":255},{"duration":306,"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":255.89999961853027,"connectEnd":255.89999961853027,"connectStart":255.89999961853027,"domainLookupEnd":255.89999961853027,"domainLookupStart":255.89999961853027,"fetchStart":255.89999961853027,"redirectEnd":0,"redirectStart":0,"requestStart":255.89999961853027,"responseEnd":561.8999996185303,"responseStart":561.8999996185303,"secureConnectionStart":255.89999961853027},{"duration":615.5,"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":255.89999961853027,"connectEnd":255.89999961853027,"connectStart":255.89999961853027,"domainLookupEnd":255.89999961853027,"domainLookupStart":255.89999961853027,"fetchStart":255.89999961853027,"redirectEnd":0,"redirectStart":0,"requestStart":255.89999961853027,"responseEnd":871.3999996185303,"responseStart":871.3999996185303,"secureConnectionStart":255.89999961853027},{"duration":66.69999980926514,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":496.5,"connectEnd":496.5,"connectStart":496.5,"domainLookupEnd":496.5,"domainLookupStart":496.5,"fetchStart":496.5,"redirectEnd":0,"redirectStart":0,"requestStart":496.5,"responseEnd":563.1999998092651,"responseStart":563.1999998092651,"secureConnectionStart":496.5}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":60,"responseStart":243,"responseEnd":247,"domLoading":251,"domInteractive":994,"domContentLoadedEventStart":994,"domContentLoadedEventEnd":1035,"domComplete":2377,"loadEventStart":2377,"loadEventEnd":2379,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":982.6000003814697},{"name":"bigPipe.sidebar-id.end","time":983.3000001907349},{"name":"bigPipe.activity-panel-pipe-id.start","time":983.3999996185303},{"name":"bigPipe.activity-panel-pipe-id.end","time":985.8000001907349},{"name":"activityTabFullyLoaded","time":1045.5}],"measures":[],"correlationId":"e3e3bb0816b1aa","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":108,"dbReadsTimeInMs":10,"dbConnsTimeInMs":19,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}