#4 Field::set_default (this=0x7fb774038f58) at /10.2/src/sql/field.cc:2457
#5 0x0000564d85bd09a1 in Item_default_value::calculate (this=0x7fb774038e48) at /10.2/src/sql/item.cc:9040
#6 0x0000564d85bd0b53 in Item_default_value::save_in_field (this=0x7fb774038e48, field_arg=0x7fb774037ba8, no_conversions=false) at /10.2/src/sql/item.cc:9084
#7 0x0000564d85a35bc0 in TABLE::update_default_fields (this=0x7fb774036ea0, ignore_errors=true) at /10.2/src/sql/table.cc:7879
#8 0x0000564d859f8bb7 in mysql_alter_table (thd=0x7fb774000d90, new_db=0x7fb774012e48 "test", new_name=0x0, create_info=0x7fb7c2038250, table_list=0x7fb774012828, alter_info=0x7fb7c20381a0, order_num=0, order=0x0, ignore=false) at /10.2/src/sql/sql_table.cc:9609
#9 0x0000564d85a77c6c in Sql_cmd_alter_table::execute (this=0x7fb774013180, thd=0x7fb774000d90) at /10.2/src/sql/sql_alter.cc:333
#10 0x0000564d85924cdc in mysql_execute_command (thd=0x7fb774000d90) at /10.2/src/sql/sql_parse.cc:6017
#11 0x0000564d85929b42 in mysql_parse (thd=0x7fb774000d90, rawbuf=0x7fb774012708 "ALTER TABLE t1 ADD COLUMN t1 TEXT DEFAULT ( DEFAULT ( v1 ) )", length=60, parser_state=0x7fb7c2039560, is_com_multi=false, is_next_command=false) at /10.2/src/sql/sql_parse.cc:7793
#12 0x0000564d85917d9d in dispatch_command (command=COM_QUERY, thd=0x7fb774000d90, packet=0x7fb774008b61 "ALTER TABLE t1 ADD COLUMN t1 TEXT DEFAULT ( DEFAULT ( v1 ) ) ", packet_length=61, is_com_multi=false, is_next_command=false) at /10.2/src/sql/sql_parse.cc:1827
#13 0x0000564d85916898 in do_command (thd=0x7fb774000d90) at /10.2/src/sql/sql_parse.cc:1381
#14 0x0000564d85a72661 in do_handle_one_connection (connect=0x564d896e1d30) at /10.2/src/sql/sql_connect.cc:1336
#15 0x0000564d85a723c6 in handle_one_connection (arg=0x564d896e1d30) at /10.2/src/sql/sql_connect.cc:1241
#16 0x0000564d8629bec4 in pfs_spawn_thread (arg=0x564d896c4ff0) at /10.2/src/storage/perfschema/pfs.cc:1869
#17 0x00007fb7c8214609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#18 0x00007fb7c7def293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
#20 0x000055ef96a8d898 in do_command (thd=0x7efccc000d90) at /10.2/src/sql/sql_parse.cc:1381
#21 0x000055ef96be9661 in do_handle_one_connection (connect=0x55ef99309d10) at /10.2/src/sql/sql_connect.cc:1336
#22 0x000055ef96be93c6 in handle_one_connection (arg=0x55ef99309d10) at /10.2/src/sql/sql_connect.cc:1241
#23 0x000055ef97412ec4 in pfs_spawn_thread (arg=0x55ef992ecfd0) at /10.2/src/storage/perfschema/pfs.cc:1869
#24 0x00007efd28d74609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#25 0x00007efd2894f293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Alice Sherepa
added a comment - - edited test case from MDEV-26435 , with ALTER
CREATE TABLE t1 ( v1 TIMESTAMP ) ;
ALTER TABLE t1 ADD COLUMN t1 TEXT DEFAULT ( DEFAULT ( v1 ) ) ;
10.2 1f1d5606e08c928e3da98b
#3 <signal handler called>
#4 Field::set_default (this=0x7fb774038f58) at /10.2/src/sql/field.cc:2457
#5 0x0000564d85bd09a1 in Item_default_value::calculate (this=0x7fb774038e48) at /10.2/src/sql/item.cc:9040
#6 0x0000564d85bd0b53 in Item_default_value::save_in_field (this=0x7fb774038e48, field_arg=0x7fb774037ba8, no_conversions=false) at /10.2/src/sql/item.cc:9084
#7 0x0000564d85a35bc0 in TABLE::update_default_fields (this=0x7fb774036ea0, ignore_errors=true) at /10.2/src/sql/table.cc:7879
#8 0x0000564d859f8bb7 in mysql_alter_table (thd=0x7fb774000d90, new_db=0x7fb774012e48 "test", new_name=0x0, create_info=0x7fb7c2038250, table_list=0x7fb774012828, alter_info=0x7fb7c20381a0, order_num=0, order=0x0, ignore=false) at /10.2/src/sql/sql_table.cc:9609
#9 0x0000564d85a77c6c in Sql_cmd_alter_table::execute (this=0x7fb774013180, thd=0x7fb774000d90) at /10.2/src/sql/sql_alter.cc:333
#10 0x0000564d85924cdc in mysql_execute_command (thd=0x7fb774000d90) at /10.2/src/sql/sql_parse.cc:6017
#11 0x0000564d85929b42 in mysql_parse (thd=0x7fb774000d90, rawbuf=0x7fb774012708 "ALTER TABLE t1 ADD COLUMN t1 TEXT DEFAULT ( DEFAULT ( v1 ) )", length=60, parser_state=0x7fb7c2039560, is_com_multi=false, is_next_command=false) at /10.2/src/sql/sql_parse.cc:7793
#12 0x0000564d85917d9d in dispatch_command (command=COM_QUERY, thd=0x7fb774000d90, packet=0x7fb774008b61 "ALTER TABLE t1 ADD COLUMN t1 TEXT DEFAULT ( DEFAULT ( v1 ) ) ", packet_length=61, is_com_multi=false, is_next_command=false) at /10.2/src/sql/sql_parse.cc:1827
#13 0x0000564d85916898 in do_command (thd=0x7fb774000d90) at /10.2/src/sql/sql_parse.cc:1381
#14 0x0000564d85a72661 in do_handle_one_connection (connect=0x564d896e1d30) at /10.2/src/sql/sql_connect.cc:1336
#15 0x0000564d85a723c6 in handle_one_connection (arg=0x564d896e1d30) at /10.2/src/sql/sql_connect.cc:1241
#16 0x0000564d8629bec4 in pfs_spawn_thread (arg=0x564d896c4ff0) at /10.2/src/storage/perfschema/pfs.cc:1869
#17 0x00007fb7c8214609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#18 0x00007fb7c7def293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
from MDEV-26430
CREATE TABLE t1 (v1 TIMESTAMP , a INT NULL CHECK (ceil( DEFAULT (v1)) = NULL )) ;
INSERT t1 VALUES ( NULL ,0) ;
10.2 1f1d5606e08c928e3da98b
#3 <signal handler called>
#4 Field::set_default (this=0x7f833c035440) at /10.2/src/sql/field.cc:2457
#5 0x0000558dc2f009a1 in Item_default_value::calculate (this=0x7f833c035158) at /10.2/src/sql/item.cc:9040
#6 0x0000558dc2f00a34 in Item_default_value::val_real (this=0x7f833c035158) at /10.2/src/sql/item.cc:9052
#7 0x0000558dc2f548bc in Item_func_ceiling::real_op (this=0x7f833c0352b8) at /10.2/src/sql/item_func.cc:2382
#8 0x0000558dc2f5484a in Item_func_ceiling::int_op (this=0x7f833c0352b8) at /10.2/src/sql/item_func.cc:2370
#9 0x0000558dc2f4ea08 in Item_func_hybrid_field_type::val_real (this=0x7f833c0352b8) at /10.2/src/sql/item_func.cc:905
#10 0x0000558dc2f1304c in Arg_comparator::compare_real_fixed (this=0x7f833c035678) at /10.2/src/sql/item_cmpfunc.cc:934
#11 0x0000558dc2f27554 in Arg_comparator::compare (this=0x7f833c035678) at /10.2/src/sql/item_cmpfunc.h:87
#12 0x0000558dc2f159a7 in Item_func_eq::val_int (this=0x7f833c0355b8) at /10.2/src/sql/item_cmpfunc.cc:1806
#13 0x0000558dc2d5f624 in TABLE::verify_constraints (this=0x7f833c175dc0, ignore_failure=false) at /10.2/src/sql/table.cc:5303
#14 0x0000558dc2d5f517 in TABLE_LIST::view_check_option (this=0x7f833c0127e8, thd=0x7f833c000d90, ignore_failure=false) at /10.2/src/sql/table.cc:5280
#15 0x0000558dc2c26f9e in mysql_insert (thd=0x7f833c000d90, table_list=0x7f833c0127e8, fields=..., values_list=..., update_fields=..., update_values=..., duplic=DUP_ERROR, ignore=false) at /10.2/src/sql/sql_insert.cc:1042
#16 0x0000558dc2c4e638 in mysql_execute_command (thd=0x7f833c000d90) at /10.2/src/sql/sql_parse.cc:4217
#17 0x0000558dc2c59b42 in mysql_parse (thd=0x7f833c000d90, rawbuf=0x7f833c012708 "INSERT t1 VALUES (NULL ,0)", length=26, parser_state=0x7f839446a560, is_com_multi=false, is_next_command=false) at /10.2/src/sql/sql_parse.cc:7793
#18 0x0000558dc2c47d9d in dispatch_command (command=COM_QUERY, thd=0x7f833c000d90, packet=0x7f833c008b61 "INSERT t1 VALUES (NULL ,0) ", packet_length=27, is_com_multi=false, is_next_command=false) at /10.2/src/sql/sql_parse.cc:1827
#19 0x0000558dc2c46898 in do_command (thd=0x7f833c000d90) at /10.2/src/sql/sql_parse.cc:1381
#20 0x0000558dc2da2661 in do_handle_one_connection (connect=0x558dc5689d10) at /10.2/src/sql/sql_connect.cc:1336
#21 0x0000558dc2da23c6 in handle_one_connection (arg=0x558dc5689d10) at /10.2/src/sql/sql_connect.cc:1241
#22 0x0000558dc35cbec4 in pfs_spawn_thread (arg=0x558dc566cfd0) at /10.2/src/storage/perfschema/pfs.cc:1869
#23 0x00007f8399de5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#24 0x00007f83999c0293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
CREATE TABLE t1 ( v1 TIMESTAMP , a INT CHECK ( DEFAULT (v1) = NULL ) ) ;
INSERT t1 VALUES ( NULL , 0 ) ;
10.2 1f1d5606e08c928e3da98b
#3 <signal handler called>
#4 Field::set_default (this=0x7efccc0355b8) at /10.2/src/sql/field.cc:2457
#5 0x000055ef96d479a1 in Item_default_value::calculate (this=0x7efccc035158) at /10.2/src/sql/item.cc:9040
#6 0x000055ef96d47ac6 in Item_default_value::get_date (this=0x7efccc035158, ltime=0x7efd22b98270, fuzzydate=33554433) at /10.2/src/sql/item.cc:9070
#7 0x000055ef96d2dfc6 in Item::get_date_with_conversion (this=0x7efccc035158, ltime=0x7efd22b98270, fuzzydate=33554433) at /10.2/src/sql/item.cc:151
#8 0x000055ef969b8aef in Item::val_datetime_packed (this=0x7efccc035158) at /10.2/src/sql/item.h:1511
#9 0x000055ef96d4f39d in Item::val_temporal_packed (this=0x7efccc035158, f_type=MYSQL_TYPE_DATETIME) at /10.2/src/sql/item.h:1531
#10 0x000055ef96d59714 in Arg_comparator::compare_temporal (this=0x7efccc0353b0, type=MYSQL_TYPE_DATETIME) at /10.2/src/sql/item_cmpfunc.cc:792
#11 0x000055ef969a7aff in Arg_comparator::compare_datetime (this=0x7efccc0353b0) at /10.2/src/sql/item_cmpfunc.h:105
#12 0x000055ef96d6e554 in Arg_comparator::compare (this=0x7efccc0353b0) at /10.2/src/sql/item_cmpfunc.h:87
#13 0x000055ef96d5c9a7 in Item_func_eq::val_int (this=0x7efccc0352f0) at /10.2/src/sql/item_cmpfunc.cc:1806
#14 0x000055ef96ba6624 in TABLE::verify_constraints (this=0x7efccc175dc0, ignore_failure=false) at /10.2/src/sql/table.cc:5303
#15 0x000055ef96ba6517 in TABLE_LIST::view_check_option (this=0x7efccc0127e8, thd=0x7efccc000d90, ignore_failure=false) at /10.2/src/sql/table.cc:5280
#16 0x000055ef96a6df9e in mysql_insert (thd=0x7efccc000d90, table_list=0x7efccc0127e8, fields=..., values_list=..., update_fields=..., update_values=..., duplic=DUP_ERROR, ignore=false) at /10.2/src/sql/sql_insert.cc:1042
#17 0x000055ef96a95638 in mysql_execute_command (thd=0x7efccc000d90) at /10.2/src/sql/sql_parse.cc:4217
#18 0x000055ef96aa0b42 in mysql_parse (thd=0x7efccc000d90, rawbuf=0x7efccc012708 "INSERT t1 VALUES ( NULL , 0 )", length=29, parser_state=0x7efd22b99560, is_com_multi=false, is_next_command=false) at /10.2/src/sql/sql_parse.cc:7793
#19 0x000055ef96a8ed9d in dispatch_command (command=COM_QUERY, thd=0x7efccc000d90, packet=0x7efccc008b61 "INSERT t1 VALUES ( NULL , 0 ) ", packet_length=30, is_com_multi=false, is_next_command=false) at /10.2/src/sql/sql_parse.cc:1827
#20 0x000055ef96a8d898 in do_command (thd=0x7efccc000d90) at /10.2/src/sql/sql_parse.cc:1381
#21 0x000055ef96be9661 in do_handle_one_connection (connect=0x55ef99309d10) at /10.2/src/sql/sql_connect.cc:1336
#22 0x000055ef96be93c6 in handle_one_connection (arg=0x55ef99309d10) at /10.2/src/sql/sql_connect.cc:1241
#23 0x000055ef97412ec4 in pfs_spawn_thread (arg=0x55ef992ecfd0) at /10.2/src/storage/perfschema/pfs.cc:1869
#24 0x00007efd28d74609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#25 0x00007efd2894f293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
People
Sergei Golubchik
yaoguang
Votes:
0Vote for this issue
Watchers:
4Start watching this issue
Dates
Created:
Updated:
Resolved:
Git Integration
Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.
{"report":{"fcp":1581,"ttfb":725.3000001907349,"pageVisibility":"visible","entityId":100946,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"9f5cfaca-1044-4d51-878b-2eee2d94f6b3","navigationType":0,"readyForUser":1708,"redirectCount":0,"resourceLoadedEnd":1778.9000005722046,"resourceLoadedStart":731.2000007629395,"resourceTiming":[{"duration":247.5999994277954,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":731.2000007629395,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":731.2000007629395,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":978.8000001907349,"responseStart":0,"secureConnectionStart":0},{"duration":247.60000038146973,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2cib/820016/12ta74/2bf333562ca6724060a9d5f1535471f6/_/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":731.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":731.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":979.1000003814697,"responseStart":0,"secureConnectionStart":0},{"duration":321.5999994277954,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":731.7000007629395,"connectEnd":731.7000007629395,"connectStart":731.7000007629395,"domainLookupEnd":731.7000007629395,"domainLookupStart":731.7000007629395,"fetchStart":731.7000007629395,"redirectEnd":0,"redirectStart":0,"requestStart":731.7000007629395,"responseEnd":1053.3000001907349,"responseStart":1053.3000001907349,"secureConnectionStart":731.7000007629395},{"duration":405.3999996185303,"initiatorType":"script","name":"https://jira.mariadb.org/s/2d8175ec2fa4c816e8023260bd8c1786-CDN/lu2cib/820016/12ta74/2bf333562ca6724060a9d5f1535471f6/_/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":731.9000005722046,"connectEnd":731.9000005722046,"connectStart":731.9000005722046,"domainLookupEnd":731.9000005722046,"domainLookupStart":731.9000005722046,"fetchStart":731.9000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":731.9000005722046,"responseEnd":1137.3000001907349,"responseStart":1137.3000001907349,"secureConnectionStart":731.9000005722046},{"duration":409.6000003814697,"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":732.1000003814697,"connectEnd":732.1000003814697,"connectStart":732.1000003814697,"domainLookupEnd":732.1000003814697,"domainLookupStart":732.1000003814697,"fetchStart":732.1000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":732.1000003814697,"responseEnd":1141.7000007629395,"responseStart":1141.7000007629395,"secureConnectionStart":732.1000003814697},{"duration":409.9000005722046,"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":732.3000001907349,"connectEnd":732.3000001907349,"connectStart":732.3000001907349,"domainLookupEnd":732.3000001907349,"domainLookupStart":732.3000001907349,"fetchStart":732.3000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":732.3000001907349,"responseEnd":1142.2000007629395,"responseStart":1142.2000007629395,"secureConnectionStart":732.3000001907349},{"duration":410.1000003814697,"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":732.5,"connectEnd":732.5,"connectStart":732.5,"domainLookupEnd":732.5,"domainLookupStart":732.5,"fetchStart":732.5,"redirectEnd":0,"redirectStart":0,"requestStart":732.5,"responseEnd":1142.6000003814697,"responseStart":1142.6000003814697,"secureConnectionStart":732.5},{"duration":475.29999923706055,"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":732.7000007629395,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":732.7000007629395,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1208,"responseStart":0,"secureConnectionStart":0},{"duration":410.6000003814697,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":732.8000001907349,"connectEnd":732.8000001907349,"connectStart":732.8000001907349,"domainLookupEnd":732.8000001907349,"domainLookupStart":732.8000001907349,"fetchStart":732.8000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":732.8000001907349,"responseEnd":1143.4000005722046,"responseStart":1143.3000001907349,"secureConnectionStart":732.8000001907349},{"duration":475.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":732.9000005722046,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":732.9000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1208.3000001907349,"responseStart":0,"secureConnectionStart":0},{"duration":410.8999996185303,"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":733.1000003814697,"connectEnd":733.1000003814697,"connectStart":733.1000003814697,"domainLookupEnd":733.1000003814697,"domainLookupStart":733.1000003814697,"fetchStart":733.1000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":733.1000003814697,"responseEnd":1144,"responseStart":1143.9000005722046,"secureConnectionStart":733.1000003814697},{"duration":658.1000003814697,"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":741.5,"connectEnd":741.5,"connectStart":741.5,"domainLookupEnd":741.5,"domainLookupStart":741.5,"fetchStart":741.5,"redirectEnd":0,"redirectStart":0,"requestStart":741.5,"responseEnd":1399.6000003814697,"responseStart":1399.5,"secureConnectionStart":741.5},{"duration":986.9000005722046,"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":744.8000001907349,"connectEnd":744.8000001907349,"connectStart":744.8000001907349,"domainLookupEnd":744.8000001907349,"domainLookupStart":744.8000001907349,"fetchStart":744.8000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":744.8000001907349,"responseEnd":1731.7000007629395,"responseStart":1731.7000007629395,"secureConnectionStart":744.8000001907349},{"duration":177.60000038146973,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":1223.1000003814697,"connectEnd":1223.1000003814697,"connectStart":1223.1000003814697,"domainLookupEnd":1223.1000003814697,"domainLookupStart":1223.1000003814697,"fetchStart":1223.1000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":1223.1000003814697,"responseEnd":1400.7000007629395,"responseStart":1400.7000007629395,"secureConnectionStart":1223.1000003814697},{"duration":269.30000019073486,"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","startTime":1509.6000003814697,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1509.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1778.9000005722046,"responseStart":0,"secureConnectionStart":0},{"duration":230.69999980926514,"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","startTime":1510.6000003814697,"connectEnd":1510.6000003814697,"connectStart":1510.6000003814697,"domainLookupEnd":1510.6000003814697,"domainLookupStart":1510.6000003814697,"fetchStart":1510.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":1510.6000003814697,"responseEnd":1741.3000001907349,"responseStart":1741.3000001907349,"secureConnectionStart":1510.6000003814697},{"duration":235.80000019073486,"initiatorType":"script","name":"https://jira.mariadb.org/s/097ae97cb8fbec7d6ea4bbb1f26955b9-CDN/lu2cib/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":1510.9000005722046,"connectEnd":1510.9000005722046,"connectStart":1510.9000005722046,"domainLookupEnd":1510.9000005722046,"domainLookupStart":1510.9000005722046,"fetchStart":1510.9000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":1510.9000005722046,"responseEnd":1746.7000007629395,"responseStart":1746.7000007629395,"secureConnectionStart":1510.9000005722046},{"duration":284.70000076293945,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":1570.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1570.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1855.2000007629395,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":515,"responseStart":726,"responseEnd":745,"domLoading":729,"domInteractive":1959,"domContentLoadedEventStart":1959,"domContentLoadedEventEnd":2021,"domComplete":2300,"loadEventStart":2300,"loadEventEnd":2300,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1869.7000007629395},{"name":"bigPipe.sidebar-id.end","time":1870.6000003814697},{"name":"bigPipe.activity-panel-pipe-id.start","time":1870.8000001907349},{"name":"bigPipe.activity-panel-pipe-id.end","time":1881.6000003814697},{"name":"activityTabFullyLoaded","time":2057.800000190735}],"measures":[],"correlationId":"d1e8dfcdeef1f7","effectiveType":"4g","downlink":9.2,"rtt":0,"serverDuration":126,"dbReadsTimeInMs":20,"dbConnsTimeInMs":29,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}
Thank you!
Repeatable on 10.3-10.6:
10.3 29098083f7ac3b445ee59c3e765eb6
Version: '10.3.31-MariaDB-debug-log'
210701 10:01:18 [ERROR] mysqld got signal 11 ;
sigaction.c:0(__restore_rt)[0x7f19466823c0]
sql/field.cc:2420(Field::set_default())[0x55d4807c0aba]
sql/item.cc:9429(Item_default_value::calculate())[0x55d4808ff2dc]
sql/item.cc:9441(Item_default_value::val_real())[0x55d4808ff402]
sql/sql_type.cc:3302(Type_handler_temporal_result::Item_val_bool(Item*) const)[0x55d4806026f0]
sql/item.h:1220(Item::val_bool())[0x55d47fe65c74]
sql/item_cmpfunc.cc:1151(Item_func_truth::val_bool())[0x55d48092bfaf]
sql/item_cmpfunc.cc:1174(Item_func_truth::val_int())[0x55d48092c1d4]
sql/table.cc:5409(TABLE::verify_constraints(bool))[0x55d4803f54fe]
sql/table.cc:5384(TABLE_LIST::view_check_option(THD*, bool))[0x55d4803f50b9]
sql/sql_insert.cc:3931(select_insert::send_data(List<Item>&))[0x55d480068266]
sql/sql_select.cc:4012(JOIN::exec_inner())[0x55d4801bb916]
sql/sql_select.cc:3933(JOIN::exec())[0x55d4801ba6a4]
sql/sql_select.cc:4342(mysql_select(THD*, TABLE_LIST*, unsigned int, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*))[0x55d4801be18c]
sql/sql_select.cc:372(handle_select(THD*, LEX*, select_result*, unsigned long))[0x55d480194aeb]
sql/sql_table.cc:11337(Sql_cmd_create_table_like::execute(THD*))[0x55d48035fc1b]
sql/sql_parse.cc:6075(mysql_execute_command(THD*))[0x55d480103c35]
sql/sql_parse.cc:7870(mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool))[0x55d48010ff60]
sql/sql_parse.cc:1855(dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool))[0x55d4800e6e31]
sql/sql_parse.cc:1398(do_command(THD*))[0x55d4800e3974]
sql/sql_connect.cc:1403(do_handle_one_connection(CONNECT*))[0x55d4804b18b7]
sql/sql_connect.cc:1309(handle_one_connection)[0x55d4804b1171]
perfschema/pfs.cc:1871(pfs_spawn_thread)[0x55d481ae3e01]
nptl/pthread_create.c:478(start_thread)[0x7f1946676609]
x86_64/clone.S:97(__GI___clone)[0x7f194659d293]
Query (0x62b000000410): CREATE TABLE t1 (d timestamp CHECK (DEFAULT (d) is true)) AS SELECT 1