--source include/have_file_key_management_plugin.inc
|
|
SET GLOBAL aria_encrypt_tables = 1;
|
|
CREATE TABLE t1 (i INT, KEY(i)) ENGINE=Aria;
|
INSERT INTO t1 VALUES (1);
|
DROP TABLE t1;
|
mysqld: 10.1/storage/maria/ma_crypt.c:432: ma_encrypt: Assertion `rc == 0' failed.
|
150420 0:15:01 [ERROR] mysqld got signal 6 ;
|
Stack trace from 10.1 commit 22a7b4de
|
#6 0x00007f4081916311 in *__GI___assert_fail (assertion=0x7f4084daf87c "rc == 0", file=<optimized out>, line=432, function=0x7f4084daf8d3 "ma_encrypt") at assert.c:81
|
#7 0x00007f408497a017 in ma_encrypt (crypt_data=0x7f40789a82b0, src=0x7f407b004085 "\001", dst=0x7f4078aab085 "\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245\245"..., size=10, pageno=1, lsn=4294976107, key_version=0x7f4083ca8a94) at 10.1/storage/maria/ma_crypt.c:432
|
#8 0x00007f4084979e3d in ma_crypt_index_pre_write_hook (args=0x7f4083ca8b40) at 10.1/storage/maria/ma_crypt.c:384
|
#9 0x00007f408496186f in pagecache_fwrite (pagecache=0x7f4085d9f200, filedesc=0x7f407cea9488, buffer=0x7f407b004070 "\001", pageno=1, type=PAGECACHE_LSN_PAGE, flags=36) at 10.1/storage/maria/ma_pagecache.c:664
|
#10 0x00007f408496b119 in flush_cached_blocks (pagecache=0x7f4085d9f200, file=0x7f40789586e8, cache=0x7f4083ca8d60, end=0x7f4083ca8d68, type=FLUSH_RELEASE, first_errno=0x7f4083ca8cc4) at 10.1/storage/maria/ma_pagecache.c:4399
|
#11 0x00007f408496ba67 in flush_pagecache_blocks_int (pagecache=0x7f4085d9f200, file=0x7f40789586e8, type=FLUSH_RELEASE, filter=0, filter_arg=0x0) at 10.1/storage/maria/ma_pagecache.c:4688
|
#12 0x00007f408496be66 in flush_pagecache_blocks_with_filter (pagecache=0x7f4085d9f200, file=0x7f40789586e8, type=FLUSH_RELEASE, filter=0, filter_arg=0x0) at 10.1/storage/maria/ma_pagecache.c:4804
|
#13 0x00007f40849cc354 in maria_close (info=0x7f4078974070) at 10.1/storage/maria/ma_close.c:47
|
#14 0x00007f408493f070 in ha_maria::close (this=0x7f40788b6888) at 10.1/storage/maria/ha_maria.cc:1263
|
#15 0x00007f4084475d48 in handler::ha_close (this=0x7f40788b6888) at 10.1/sql/handler.cc:2575
|
#16 0x00007f408432dc64 in closefrm (table=0x7f4078888c70, free_share=true) at 10.1/sql/table.cc:3009
|
#17 0x00007f40841d772c in intern_close_table (table=0x7f4078888c70) at 10.1/sql/sql_base.cc:359
|
#18 0x00007f40843fc810 in tdc_remove_table (thd=0x7f407aa5b070, remove_type=TDC_RT_REMOVE_ALL, db=0x7f4078806730 "test", table_name=0x7f4078806118 "t1", kill_delayed_threads=false) at 10.1/sql/table_cache.cc:917
|
#19 0x00007f40842f363b in mysql_rm_table_no_locks (thd=0x7f407aa5b070, tables=0x7f4078806150, if_exists=false, drop_temporary=false, drop_view=false, dont_log_query=false, dont_free_locks=false) at 10.1/sql/sql_table.cc:2462
|
#20 0x00007f40842f292d in mysql_rm_table (thd=0x7f407aa5b070, tables=0x7f4078806150, if_exists=0 '\000', drop_temporary=0 '\000') at 10.1/sql/sql_table.cc:2085
|
#21 0x00007f408424693f in mysql_execute_command (thd=0x7f407aa5b070) at 10.1/sql/sql_parse.cc:4147
|
#22 0x00007f408425002e in mysql_parse (thd=0x7f407aa5b070, rawbuf=0x7f4078806088 "DROP TABLE t1", length=13, parser_state=0x7f4083cae1b0) at 10.1/sql/sql_parse.cc:7165
|
#23 0x00007f408423f03e in dispatch_command (command=COM_QUERY, thd=0x7f407aa5b070, packet=0x7f407eff3071 "DROP TABLE t1", packet_length=13) at 10.1/sql/sql_parse.cc:1462
|
#24 0x00007f408423de0e in do_command (thd=0x7f407aa5b070) at 10.1/sql/sql_parse.cc:1090
|
#25 0x00007f408436f0a7 in do_handle_one_connection (thd_arg=0x7f407aa5b070) at 10.1/sql/sql_connect.cc:1347
|
#26 0x00007f408436edec in handle_one_connection (arg=0x7f407aa5b070) at 10.1/sql/sql_connect.cc:1258
|
#27 0x00007f4084923f46 in pfs_spawn_thread (arg=0x7f4081023870) at 10.1/storage/perfschema/pfs.cc:1860
|
#28 0x00007f4083931b50 in start_thread (arg=<optimized out>) at pthread_create.c:304
|
#29 0x00007f40819c695d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
|
On a release build, a warning is produced:
MariaDB [test]> DROP TABLE t1;
|
Query OK, 0 rows affected, 1 warning (0.01 sec)
|
|
MariaDB [test]> show warnings;
|
+-------+------+------------------------------------------------+
|
| Level | Code | Message |
|
+-------+------+------------------------------------------------+
|
| Error | 168 | failed to encrypt! rc: -1, dstlen: 0 size: 10
|
|
|
+-------+------+------------------------------------------------+
|
1 row in set (0.00 sec)
|
{"report":{"fcp":1239.1000003814697,"ttfb":348.80000019073486,"pageVisibility":"visible","entityId":50985,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"6eb59ec9-f3d7-4e98-8189-6e5679b4a16e","navigationType":0,"readyForUser":1336.6999998092651,"redirectCount":0,"resourceLoadedEnd":1026.9000005722046,"resourceLoadedStart":358.1000003814697,"resourceTiming":[{"duration":229.5999994277954,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":358.1000003814697,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":358.1000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":587.6999998092651,"responseStart":0,"secureConnectionStart":0},{"duration":229.10000038146973,"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":359,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":359,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":588.1000003814697,"responseStart":0,"secureConnectionStart":0},{"duration":442.1000003814697,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":359.30000019073486,"connectEnd":590.6000003814697,"connectStart":590.6000003814697,"domainLookupEnd":590.6000003814697,"domainLookupStart":590.6000003814697,"fetchStart":359.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":590.8000001907349,"responseEnd":801.4000005722046,"responseStart":604,"secureConnectionStart":590.6000003814697},{"duration":566,"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":360.19999980926514,"connectEnd":360.19999980926514,"connectStart":360.19999980926514,"domainLookupEnd":360.19999980926514,"domainLookupStart":360.19999980926514,"fetchStart":360.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":591.1999998092651,"responseEnd":926.1999998092651,"responseStart":607,"secureConnectionStart":360.19999980926514},{"duration":292.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":360.30000019073486,"connectEnd":360.30000019073486,"connectStart":360.30000019073486,"domainLookupEnd":360.30000019073486,"domainLookupStart":360.30000019073486,"fetchStart":360.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":636.1999998092651,"responseEnd":652.9000005722046,"responseStart":651.5,"secureConnectionStart":360.30000019073486},{"duration":307.19999980926514,"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":360.5,"connectEnd":360.5,"connectStart":360.5,"domainLookupEnd":360.5,"domainLookupStart":360.5,"fetchStart":360.5,"redirectEnd":0,"redirectStart":0,"requestStart":638.5,"responseEnd":667.6999998092651,"responseStart":666.3000001907349,"secureConnectionStart":360.5},{"duration":309.6000003814697,"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":360.80000019073486,"connectEnd":360.80000019073486,"connectStart":360.80000019073486,"domainLookupEnd":360.80000019073486,"domainLookupStart":360.80000019073486,"fetchStart":360.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":644.1999998092651,"responseEnd":670.4000005722046,"responseStart":668.1000003814697,"secureConnectionStart":360.80000019073486},{"duration":275,"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":360.9000005722046,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":360.9000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":635.9000005722046,"responseStart":0,"secureConnectionStart":0},{"duration":309.3999996185303,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":361.1000003814697,"connectEnd":361.1000003814697,"connectStart":361.1000003814697,"domainLookupEnd":361.1000003814697,"domainLookupStart":361.1000003814697,"fetchStart":361.1000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":645.6999998092651,"responseEnd":670.5,"responseStart":668.6999998092651,"secureConnectionStart":361.1000003814697},{"duration":275.20000076293945,"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":361.19999980926514,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":361.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":636.4000005722046,"responseStart":0,"secureConnectionStart":0},{"duration":310.5999994277954,"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":361.4000005722046,"connectEnd":361.4000005722046,"connectStart":361.4000005722046,"domainLookupEnd":361.4000005722046,"domainLookupStart":361.4000005722046,"fetchStart":361.4000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":646,"responseEnd":672,"responseStart":669.1999998092651,"secureConnectionStart":361.4000005722046},{"duration":563.3999996185303,"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":368.4000005722046,"connectEnd":368.4000005722046,"connectStart":368.4000005722046,"domainLookupEnd":368.4000005722046,"domainLookupStart":368.4000005722046,"fetchStart":368.4000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":899.9000005722046,"responseEnd":931.8000001907349,"responseStart":928,"secureConnectionStart":368.4000005722046},{"duration":658.1000003814697,"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":368.80000019073486,"connectEnd":368.80000019073486,"connectStart":368.80000019073486,"domainLookupEnd":368.80000019073486,"domainLookupStart":368.80000019073486,"fetchStart":368.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":1014.4000005722046,"responseEnd":1026.9000005722046,"responseStart":1026.3000001907349,"secureConnectionStart":368.80000019073486},{"duration":127.30000019073486,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":932.6000003814697,"connectEnd":932.6000003814697,"connectStart":932.6000003814697,"domainLookupEnd":932.6000003814697,"domainLookupStart":932.6000003814697,"fetchStart":932.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":1021.1000003814697,"responseEnd":1059.9000005722046,"responseStart":1059.1999998092651,"secureConnectionStart":932.6000003814697},{"duration":300.30000019073486,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":1149.5,"connectEnd":1149.5,"connectStart":1149.5,"domainLookupEnd":1149.5,"domainLookupStart":1149.5,"fetchStart":1149.5,"redirectEnd":0,"redirectStart":0,"requestStart":1410.6000003814697,"responseEnd":1449.8000001907349,"responseStart":1446,"secureConnectionStart":1149.5}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":186,"responseStart":348,"responseEnd":368,"domLoading":352,"domInteractive":1437,"domContentLoadedEventStart":1437,"domContentLoadedEventEnd":1510,"domComplete":3266,"loadEventStart":3266,"loadEventEnd":3266,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1416.6000003814697},{"name":"bigPipe.sidebar-id.end","time":1417.4000005722046},{"name":"bigPipe.activity-panel-pipe-id.start","time":1417.6000003814697},{"name":"bigPipe.activity-panel-pipe-id.end","time":1420.1000003814697},{"name":"activityTabFullyLoaded","time":1521}],"measures":[],"correlationId":"2216426e5ffcab","effectiveType":"4g","downlink":9.4,"rtt":0,"serverDuration":86,"dbReadsTimeInMs":9,"dbConnsTimeInMs":17,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}