#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":1600.1999998092651,"ttfb":329,"pageVisibility":"visible","entityId":100946,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"13f17d0d-203f-481e-90b7-b5eb861665c2","navigationType":0,"readyForUser":1743.2999997138977,"redirectCount":0,"resourceLoadedEnd":1326,"resourceLoadedStart":360.5,"resourceTiming":[{"duration":69.2999997138977,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":360.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":360.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":429.7999997138977,"responseStart":0,"secureConnectionStart":0},{"duration":69.30000019073486,"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":360.8999996185303,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":360.8999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":430.19999980926514,"responseStart":0,"secureConnectionStart":0},{"duration":485.69999980926514,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":361.19999980926514,"connectEnd":361.19999980926514,"connectStart":361.19999980926514,"domainLookupEnd":361.19999980926514,"domainLookupStart":361.19999980926514,"fetchStart":361.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":456.5,"responseEnd":846.8999996185303,"responseStart":510.69999980926514,"secureConnectionStart":361.19999980926514},{"duration":918.4000000953674,"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":361.3999996185303,"connectEnd":361.3999996185303,"connectStart":361.3999996185303,"domainLookupEnd":361.3999996185303,"domainLookupStart":361.3999996185303,"fetchStart":361.3999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":457.2999997138977,"responseEnd":1279.7999997138977,"responseStart":511.8999996185303,"secureConnectionStart":361.3999996185303},{"duration":154.59999990463257,"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":361.5,"connectEnd":361.5,"connectStart":361.5,"domainLookupEnd":361.5,"domainLookupStart":361.5,"fetchStart":361.5,"redirectEnd":0,"redirectStart":0,"requestStart":457.5,"responseEnd":516.0999999046326,"responseStart":512.3999996185303,"secureConnectionStart":361.5},{"duration":154.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":361.7999997138977,"connectEnd":361.7999997138977,"connectStart":361.7999997138977,"domainLookupEnd":361.7999997138977,"domainLookupStart":361.7999997138977,"fetchStart":361.7999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":457.59999990463257,"responseEnd":516.2999997138977,"responseStart":513,"secureConnectionStart":361.7999997138977},{"duration":153.80000019073486,"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":364.3999996185303,"connectEnd":364.3999996185303,"connectStart":364.3999996185303,"domainLookupEnd":364.3999996185303,"domainLookupStart":364.3999996185303,"fetchStart":364.3999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":457.7999997138977,"responseEnd":518.1999998092651,"responseStart":514.0999999046326,"secureConnectionStart":364.3999996185303},{"duration":72.2999997138977,"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":364.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":364.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":436.7999997138977,"responseStart":0,"secureConnectionStart":0},{"duration":153.90000009536743,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":364.69999980926514,"connectEnd":364.69999980926514,"connectStart":364.69999980926514,"domainLookupEnd":364.69999980926514,"domainLookupStart":364.69999980926514,"fetchStart":364.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":457.8999996185303,"responseEnd":518.5999999046326,"responseStart":517.3999996185303,"secureConnectionStart":364.69999980926514},{"duration":72.60000038146973,"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":364.8999996185303,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":364.8999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":437.5,"responseStart":0,"secureConnectionStart":0},{"duration":177,"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":365.09999990463257,"connectEnd":365.09999990463257,"connectStart":365.09999990463257,"domainLookupEnd":365.09999990463257,"domainLookupStart":365.09999990463257,"fetchStart":365.09999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":459.2999997138977,"responseEnd":542.0999999046326,"responseStart":514.5999999046326,"secureConnectionStart":365.09999990463257},{"duration":950.7000002861023,"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":375.2999997138977,"connectEnd":375.2999997138977,"connectStart":375.2999997138977,"domainLookupEnd":375.2999997138977,"domainLookupStart":375.2999997138977,"fetchStart":375.2999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":470,"responseEnd":1326,"responseStart":1285.5999999046326,"secureConnectionStart":375.2999997138977},{"duration":947.8000001907349,"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":375.3999996185303,"connectEnd":375.3999996185303,"connectStart":375.3999996185303,"domainLookupEnd":375.3999996185303,"domainLookupStart":375.3999996185303,"fetchStart":375.3999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":476.2999997138977,"responseEnd":1323.1999998092651,"responseStart":1282.6999998092651,"secureConnectionStart":375.3999996185303},{"duration":249.09999990463257,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":1169.1999998092651,"connectEnd":1169.1999998092651,"connectStart":1169.1999998092651,"domainLookupEnd":1169.1999998092651,"domainLookupStart":1169.1999998092651,"fetchStart":1169.1999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":1383.2999997138977,"responseEnd":1418.2999997138977,"responseStart":1417.2999997138977,"secureConnectionStart":1169.1999998092651},{"duration":89.80000019073486,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":1547.6999998092651,"connectEnd":1547.6999998092651,"connectStart":1547.6999998092651,"domainLookupEnd":1547.6999998092651,"domainLookupStart":1547.6999998092651,"fetchStart":1547.6999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":1603.7999997138977,"responseEnd":1637.5,"responseStart":1636.2999997138977,"secureConnectionStart":1547.6999998092651},{"duration":288.5,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":1592.2999997138977,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1592.2999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1880.7999997138977,"responseStart":0,"secureConnectionStart":0},{"duration":185.59999990463257,"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":1816.7999997138977,"connectEnd":1816.7999997138977,"connectStart":1816.7999997138977,"domainLookupEnd":1816.7999997138977,"domainLookupStart":1816.7999997138977,"fetchStart":1816.7999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":1989.5999999046326,"responseEnd":2002.3999996185303,"responseStart":2000.8999996185303,"secureConnectionStart":1816.7999997138977}],"fetchStart":1,"domainLookupStart":56,"domainLookupEnd":98,"connectStart":98,"connectEnd":119,"secureConnectionStart":106,"requestStart":120,"responseStart":330,"responseEnd":344,"domLoading":346,"domInteractive":1963,"domContentLoadedEventStart":1963,"domContentLoadedEventEnd":2056,"domComplete":2417,"loadEventStart":2417,"loadEventEnd":2418,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1885.7999997138977},{"name":"bigPipe.sidebar-id.end","time":1886.8999996185303},{"name":"bigPipe.activity-panel-pipe-id.start","time":1887.0999999046326},{"name":"bigPipe.activity-panel-pipe-id.end","time":1893.5999999046326},{"name":"activityTabFullyLoaded","time":2085}],"measures":[],"correlationId":"4bfeb18f79d2ba","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":122,"dbReadsTimeInMs":17,"dbConnsTimeInMs":26,"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