Type:
Bug
Priority:
Major
Resolution:
Unresolved
Affects Version/s:
10.1(EOL) , (16) 10.2(EOL) , 10.3(EOL) , 10.4(EOL) , 10.5 , 10.6 , 10.7(EOL) , 10.8(EOL) , 10.9(EOL) , 10.10(EOL) , 10.11 , 11.0(EOL) , 11.1(EOL) , 11.2(EOL) , 11.3(EOL) , 11.4 , 11.7(EOL)
USE test;
CREATE FUNCTION f(z INT) RETURNS INT READS SQL DATA RETURN (SELECT * FROM t);
CREATE TABLE t(a INT) ENGINE=InnoDB;
CREATE TEMPORARY TABLE t(c INT);
CREATE OR REPLACE TABLE t AS SELECT f();
Leads to:
10.5.5 054f10365c49b70a3868edc0c955ffe187f8344c (Debug)
mysqld: /test/10.5_dbg/sql/sql_base.cc:4908: bool check_lock_and_start_stmt(THD*, Query_tables_list*, TABLE_LIST*): Assertion `table_list->prelocking_placeholder == TABLE_LIST::PRELOCK_NONE' failed.
10.5.5 054f10365c49b70a3868edc0c955ffe187f8344c (Debug)
Core was generated by `/test/MD200720-mariadb-10.5.5-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:57
[Current thread is 1 (Thread 0x14f8d4d14700 (LWP 654806))]
(gdb) bt
#0 __pthread_kill (threadid=<optimized out>, signo=signo@entry=6) at ../sysdeps/unix/sysv/linux/pthread_kill.c:57
#1 0x0000559cdd3bd82d in my_write_core (sig=sig@entry=6) at /test/10.5_dbg/mysys/stacktrace.c:518
#2 0x0000559cdcb7775c in handle_fatal_signal (sig=6) at /test/10.5_dbg/sql/signal_handler.cc:330
#3 <signal handler called>
#4 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
#5 0x000014f8d2faa8b1 in __GI_abort () at abort.c:79
#6 0x000014f8d2f9a42a in __assert_fail_base (fmt=0x14f8d3121a38 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0x559cdd528340 "table_list->prelocking_placeholder == TABLE_LIST::PRELOCK_NONE", file=file@entry=0x559cdd5278f0 "/test/10.5_dbg/sql/sql_base.cc", line=line@entry=4908, function=function@entry=0x559cdd52a920 <check_lock_and_start_stmt(THD*, Query_tables_list*, TABLE_LIST*)::__PRETTY_FUNCTION__> "bool check_lock_and_start_stmt(THD*, Query_tables_list*, TABLE_LIST*)") at assert.c:92
#7 0x000014f8d2f9a4a2 in __GI___assert_fail (assertion=assertion@entry=0x559cdd528340 "table_list->prelocking_placeholder == TABLE_LIST::PRELOCK_NONE", file=file@entry=0x559cdd5278f0 "/test/10.5_dbg/sql/sql_base.cc", line=line@entry=4908, function=function@entry=0x559cdd52a920 <check_lock_and_start_stmt(THD*, Query_tables_list*, TABLE_LIST*)::__PRETTY_FUNCTION__> "bool check_lock_and_start_stmt(THD*, Query_tables_list*, TABLE_LIST*)") at assert.c:101
#8 0x0000559cdc848be6 in check_lock_and_start_stmt (thd=thd@entry=0x14f8b0c15088, prelocking_ctx=0x14f8b0c18fe0, table_list=table_list@entry=0x14f8b0c76668) at /test/10.5_dbg/sql/sql_base.cc:4908
#9 0x0000559cdc84b157 in restart_trans_for_tables (thd=thd@entry=0x14f8b0c15088, table=0x14f8b0c76668) at /test/10.5_dbg/sql/sql_base.cc:5576
#10 0x0000559cdc99c1ea in create_table_impl (thd=thd@entry=0x14f8b0c15088, orig_db=@0x14f8b0c741c8: {str = 0x14f8b0c74880 "test", length = 4}, orig_table_name=@0x14f8b0c741d8: {str = 0x14f8b0c74178 "t", length = 1}, db=@0x14f8b0c741c8: {str = 0x14f8b0c74880 "test", length = 4}, table_name=@0x14f8b0c741d8: {str = 0x14f8b0c74178 "t", length = 1}, path=path@entry=0x14f8d4d11740 "./test/t", options={m_options = DDL_options_st::OPT_OR_REPLACE}, create_info=0x14f8d4d128f0, alter_info=0x14f8d4d12820, create_table_mode=1, is_trans=0x0, key_info=0x14f8d4d11728, key_count=0x14f8d4d11724, frm=0x14f8d4d11730) at /test/10.5_dbg/sql/sql_table.cc:5204
#11 0x0000559cdc99cbd3 in mysql_create_table_no_lock (thd=thd@entry=0x14f8b0c15088, db=0x14f8b0c741c8, table_name=0x14f8b0c741d8, create_info=0x14f8d4d128f0, alter_info=0x14f8d4d12820, is_trans=is_trans@entry=0x0, create_table_mode=1, table_list=0x14f8b0c741b0) at /test/10.5_dbg/sql/sql_table.cc:5374
#12 0x0000559cdc89037a in select_create::create_table_from_items (this=this@entry=0x14f8b0c76d80, thd=0x14f8b0c15088, items=items@entry=0x14f8d4d12420, lock=lock@entry=0x14f8d4d12418, hooks=hooks@entry=0x14f8d4d12460) at /test/10.5_dbg/sql/sql_insert.cc:4456
#13 0x0000559cdc8908c8 in select_create::prepare (this=0x14f8b0c76d80, _values=<optimized out>, u=<optimized out>) at /test/10.5_dbg/sql/sql_insert.cc:4653
#14 0x0000559cdc93cb70 in JOIN::prepare (this=this@entry=0x14f8b0c76e80, tables_init=tables_init@entry=0x0, conds_init=conds_init@entry=0x0, og_num=og_num@entry=0, order_init=order_init@entry=0x0, skip_order_by=skip_order_by@entry=false, group_init=0x0, having_init=0x0, proc_param_init=0x0, select_lex_arg=0x14f8b0c74888, unit_arg=0x14f8b0c190a0) at /test/10.5_dbg/sql/sql_select.cc:1494
#15 0x0000559cdc948fd2 in mysql_select (thd=thd@entry=0x14f8b0c15088, tables=0x0, fields=@0x14f8b0c749d8: {<base_list> = {<Sql_alloc> = {<No data fields>}, first = 0x14f8b0c75a18, last = 0x14f8b0c75a18, elements = 1}, <No data fields>}, conds=0x0, og_num=0, order=0x0, group=0x0, having=0x0, proc_param=0x0, select_options=2201171004160, result=0x14f8b0c76d80, unit=0x14f8b0c190a0, select_lex=0x14f8b0c74888) at /test/10.5_dbg/sql/sql_select.cc:4620
#16 0x0000559cdc9493d4 in handle_select (thd=thd@entry=0x14f8b0c15088, lex=lex@entry=0x14f8b0c18fd8, result=result@entry=0x14f8b0c76d80, setup_tables_done_option=setup_tables_done_option@entry=0) at /test/10.5_dbg/sql/sql_select.cc:417
#17 0x0000559cdc99e6ca in Sql_cmd_create_table_like::execute (this=0x14f8b0c74150, thd=0x14f8b0c15088) at /test/10.5_dbg/sql/sql_table.cc:11957
#18 0x0000559cdc8d0282 in mysql_execute_command (thd=thd@entry=0x14f8b0c15088) at /test/10.5_dbg/sql/sql_parse.cc:5951
#19 0x0000559cdc8d7b8a in mysql_parse (thd=thd@entry=0x14f8b0c15088, rawbuf=<optimized out>, length=<optimized out>, parser_state=parser_state@entry=0x14f8d4d13350, is_com_multi=is_com_multi@entry=false, is_next_command=is_next_command@entry=false) at /test/10.5_dbg/sql/sql_parse.cc:7993
#20 0x0000559cdc8c463c in dispatch_command (command=command@entry=COM_QUERY, thd=thd@entry=0x14f8b0c15088, packet=packet@entry=0x14f8b0c67089 "CREATE OR REPLACE TABLE t AS SELECT f()", packet_length=packet_length@entry=39, is_com_multi=is_com_multi@entry=false, is_next_command=is_next_command@entry=false) at /test/10.5_dbg/sql/sql_parse.cc:1866
#21 0x0000559cdc8c2e16 in do_command (thd=0x14f8b0c15088) at /test/10.5_dbg/sql/sql_parse.cc:1347
#22 0x0000559cdca1f4af in do_handle_one_connection (connect=<optimized out>, connect@entry=0x14f8b40c9808, put_in_cache=put_in_cache@entry=true) at /test/10.5_dbg/sql/sql_connect.cc:1411
#23 0x0000559cdca1fbcb in handle_one_connection (arg=arg@entry=0x14f8b40c9808) at /test/10.5_dbg/sql/sql_connect.cc:1313
#24 0x0000559cdce83dca in pfs_spawn_thread (arg=0x14f8d1846508) at /test/10.5_dbg/storage/perfschema/pfs.cc:2201
#25 0x000014f8d3c8d6db in start_thread (arg=0x14f8d4d14700) at pthread_create.c:463
#26 0x000014f8d308ba3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Bug confirmed present in:
MariaDB: 10.1.46 (dbg), 10.2.33 (dbg), 10.3.24 (dbg), 10.4.14 (dbg), 10.5.5 (dbg)
Bug confirmed not present in:
MariaDB: 10.1.46 (opt), 10.2.33 (opt), 10.3.24 (opt), 10.4.14 (opt), 10.5.5 (opt)
MySQL: 5.5.62 (dbg), 5.5.62 (opt), 5.6.47 (dbg), 5.6.47 (opt), 5.7.29 (dbg), 5.7.29 (opt), 8.0.19 (dbg), 8.0.19 (opt)
{"report":{"fcp":942.9000000059605,"ttfb":392.90000000596046,"pageVisibility":"visible","entityId":89994,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"8a175924-25ff-44fb-8fbc-7c102b60c5f5","navigationType":0,"readyForUser":1064.4000000059605,"redirectCount":0,"resourceLoadedEnd":1094.6000000238419,"resourceLoadedStart":398.2000000178814,"resourceTiming":[{"duration":7,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2bv2/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":398.2000000178814,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":398.2000000178814,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":405.2000000178814,"responseStart":0,"secureConnectionStart":0},{"duration":7,"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":398.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":398.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":405.5,"responseStart":0,"secureConnectionStart":0},{"duration":76.59999999403954,"initiatorType":"script","name":"https://jira.mariadb.org/s/e9b27a47da5fb0f74a35acd57e9847fb-CDN/lu2bv2/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":398.60000002384186,"connectEnd":398.60000002384186,"connectStart":398.60000002384186,"domainLookupEnd":398.60000002384186,"domainLookupStart":398.60000002384186,"fetchStart":398.60000002384186,"redirectEnd":0,"redirectStart":0,"requestStart":398.60000002384186,"responseEnd":475.2000000178814,"responseStart":475.2000000178814,"secureConnectionStart":398.60000002384186},{"duration":155.80000001192093,"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":398.90000000596046,"connectEnd":398.90000000596046,"connectStart":398.90000000596046,"domainLookupEnd":398.90000000596046,"domainLookupStart":398.90000000596046,"fetchStart":398.90000000596046,"redirectEnd":0,"redirectStart":0,"requestStart":398.90000000596046,"responseEnd":554.7000000178814,"responseStart":554.7000000178814,"secureConnectionStart":398.90000000596046},{"duration":159.30000001192093,"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":399,"connectEnd":399,"connectStart":399,"domainLookupEnd":399,"domainLookupStart":399,"fetchStart":399,"redirectEnd":0,"redirectStart":0,"requestStart":399,"responseEnd":558.3000000119209,"responseStart":558.2000000178814,"secureConnectionStart":399},{"duration":159.5,"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":399.2000000178814,"connectEnd":399.2000000178814,"connectStart":399.2000000178814,"domainLookupEnd":399.2000000178814,"domainLookupStart":399.2000000178814,"fetchStart":399.2000000178814,"redirectEnd":0,"redirectStart":0,"requestStart":399.2000000178814,"responseEnd":558.7000000178814,"responseStart":558.6000000238419,"secureConnectionStart":399.2000000178814},{"duration":159.59999999403954,"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":399.40000000596046,"connectEnd":399.40000000596046,"connectStart":399.40000000596046,"domainLookupEnd":399.40000000596046,"domainLookupStart":399.40000000596046,"fetchStart":399.40000000596046,"redirectEnd":0,"redirectStart":0,"requestStart":399.40000000596046,"responseEnd":559,"responseStart":559,"secureConnectionStart":399.40000000596046},{"duration":215.80000001192093,"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":399.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":399.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":615.3000000119209,"responseStart":0,"secureConnectionStart":0},{"duration":159.69999998807907,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":399.7000000178814,"connectEnd":399.7000000178814,"connectStart":399.7000000178814,"domainLookupEnd":399.7000000178814,"domainLookupStart":399.7000000178814,"fetchStart":399.7000000178814,"redirectEnd":0,"redirectStart":0,"requestStart":399.7000000178814,"responseEnd":559.4000000059605,"responseStart":559.4000000059605,"secureConnectionStart":399.7000000178814},{"duration":215.5,"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":399.90000000596046,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":399.90000000596046,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":615.4000000059605,"responseStart":0,"secureConnectionStart":0},{"duration":160,"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":400,"connectEnd":400,"connectStart":400,"domainLookupEnd":400,"domainLookupStart":400,"fetchStart":400,"redirectEnd":0,"redirectStart":0,"requestStart":400,"responseEnd":560,"responseStart":560,"secureConnectionStart":400},{"duration":358.10000002384186,"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":405,"connectEnd":405,"connectStart":405,"domainLookupEnd":405,"domainLookupStart":405,"fetchStart":405,"redirectEnd":0,"redirectStart":0,"requestStart":405,"responseEnd":763.1000000238419,"responseStart":763.1000000238419,"secureConnectionStart":405},{"duration":634.6999999880791,"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":405.10000002384186,"connectEnd":405.10000002384186,"connectStart":405.10000002384186,"domainLookupEnd":405.10000002384186,"domainLookupStart":405.10000002384186,"fetchStart":405.10000002384186,"redirectEnd":0,"redirectStart":0,"requestStart":405.10000002384186,"responseEnd":1039.800000011921,"responseStart":1039.800000011921,"secureConnectionStart":405.10000002384186},{"duration":136.80000001192093,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":626.9000000059605,"connectEnd":626.9000000059605,"connectStart":626.9000000059605,"domainLookupEnd":626.9000000059605,"domainLookupStart":626.9000000059605,"fetchStart":626.9000000059605,"redirectEnd":0,"redirectStart":0,"requestStart":626.9000000059605,"responseEnd":763.7000000178814,"responseStart":763.7000000178814,"secureConnectionStart":626.9000000059605},{"duration":196.90000000596046,"initiatorType":"link","name":"https://jira.mariadb.org/s/d5715adaadd168a9002b108b2b039b50-CDN/lu2bv2/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","startTime":897.7000000178814,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":897.7000000178814,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1094.6000000238419,"responseStart":0,"secureConnectionStart":0},{"duration":162,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bv2/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","startTime":898.6000000238419,"connectEnd":898.6000000238419,"connectStart":898.6000000238419,"domainLookupEnd":898.6000000238419,"domainLookupStart":898.6000000238419,"fetchStart":898.6000000238419,"redirectEnd":0,"redirectStart":0,"requestStart":898.6000000238419,"responseEnd":1060.6000000238419,"responseStart":1060.6000000238419,"secureConnectionStart":898.6000000238419},{"duration":166.40000000596046,"initiatorType":"script","name":"https://jira.mariadb.org/s/53a43b6764f587426c7bb9a150184c00-CDN/lu2bv2/820016/12ta74/be4b45e9cec53099498fa61c8b7acba4/_/download/contextbatch/js/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.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true","startTime":899,"connectEnd":899,"connectStart":899,"domainLookupEnd":899,"domainLookupStart":899,"fetchStart":899,"redirectEnd":0,"redirectStart":0,"requestStart":899,"responseEnd":1065.4000000059605,"responseStart":1065.4000000059605,"secureConnectionStart":899},{"duration":223.2999999821186,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":936.7000000178814,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":936.7000000178814,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1160,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":65,"responseStart":393,"responseEnd":398,"domLoading":396,"domInteractive":1121,"domContentLoadedEventStart":1121,"domContentLoadedEventEnd":1159,"domComplete":2240,"loadEventStart":2240,"loadEventEnd":2242,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1110.4000000059605},{"name":"bigPipe.sidebar-id.end","time":1111.2000000178814},{"name":"bigPipe.activity-panel-pipe-id.start","time":1111.300000011921},{"name":"bigPipe.activity-panel-pipe-id.end","time":1113.800000011921},{"name":"activityTabFullyLoaded","time":1172.6000000238419}],"measures":[],"correlationId":"c54311ebe168f3","effectiveType":"4g","downlink":9.6,"rtt":0,"serverDuration":260,"dbReadsTimeInMs":8,"dbConnsTimeInMs":183,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}