CREATE TABLE t1 (i INT ) ENGINE=MyISAM;
INSERT INTO t1 VALUES (1),(2);
SELECT * FROM t1 GROUP BY MID( CURRENT_USER , 'foo' ) WITH ROLLUP ;
mysqld: 5.5/strings/ctype-utf8.c:2104: my_strnxfrm_unicode: Assertion `src' failed.
131216 12:55:02 [ERROR] mysqld got signal 6 ;
#8 0x0000000000d0024f in my_strnxfrm_unicode (cs=0x15336e0 <my_charset_utf8_general_ci>, dst=0x7f8c7d821c81 '\245' <repeats 71 times>, "h4z\025", '\245' <repeats 52 times>, 'Z' <repeats 73 times>..., dstlen=0, src=0x0, srclen=0) at 5.5/strings/ctype-utf8.c:2104
#9 0x00000000007db091 in make_sortkey (param=0x7f8c842a9150, to=0x7f8c7d821c81 '\245' <repeats 71 times>, "h4z\025", '\245' <repeats 52 times>, 'Z' <repeats 73 times>..., ref_pos=0x7f8c842a8fc0 "") at 5.5/sql/filesort.cc:857
#10 0x00000000007da810 in find_all_keys (param=0x7f8c842a9150, select=0x7f8c7d96d340, sort_keys=0x7f8c7d821c20, sort_keys_buf=0x7f8c7d821c80 "\001", '\245' <repeats 71 times>, "h4z\025", '\245' <repeats 52 times>, 'Z' <repeats 72 times>..., buffpek_pointers=0x7f8c842a9360, tempfile=0x7f8c842a91d0) at 5.5/sql/filesort.cc:652
#11 0x00000000007d94bd in filesort (thd=0x7f8c7e67b060, table=0x7f8c7d989660, sortorder=0x7f8c7d96d908, s_length=1, select=0x7f8c7d96d340, max_rows=18446744073709551615, sort_positions=false, examined_rows=0x7f8c842a95f8) at 5.5/sql/filesort.cc:240
#12 0x000000000068e486 in create_sort_index (thd=0x7f8c7e67b060, join=0x7f8c7d91cbe0, order=0x7f8c7d91cae8, filesort_limit=18446744073709551615, select_limit=18446744073709551615, is_order_by=true) at 5.5/sql/sql_select.cc:19738
#13 0x0000000000665b95 in JOIN::exec (this=0x7f8c7d91cbe0) at 5.5/sql/sql_select.cc:2831
#14 0x00000000006665ab in mysql_select (thd=0x7f8c7e67b060, rref_pointer_array=0x7f8c7e67ecb8, tables=0x7f8c7d91c2b8, wild_num=1, fields=..., conds=0x0, og_num=1, order=0x0, group=0x7f8c7d91cae8, having=0x0, proc_param=0x0, select_options=2147748608, result=0x7f8c7d91cbc0, unit=0x7f8c7e67e378, select_lex=0x7f8c7e67ea50) at 5.5/sql/sql_select.cc:3081
#15 0x000000000065d109 in handle_select (thd=0x7f8c7e67b060, lex=0x7f8c7e67e2c8, result=0x7f8c7d91cbc0, setup_tables_done_option=0) at 5.5/sql/sql_select.cc:319
#16 0x0000000000636b07 in execute_sqlcom_select (thd=0x7f8c7e67b060, all_tables=0x7f8c7d91c2b8) at 5.5/sql/sql_parse.cc:4687
#17 0x000000000062fe10 in mysql_execute_command (thd=0x7f8c7e67b060) at 5.5/sql/sql_parse.cc:2231
#18 0x00000000006391d5 in mysql_parse (thd=0x7f8c7e67b060, rawbuf=0x7f8c7d91c078 "SELECT * FROM t1 GROUP BY MID( CURRENT_USER, 'foo' ) WITH ROLLUP", length=64, parser_state=0x7f8c842aa660) at 5.5/sql/sql_parse.cc:5798
#19 0x000000000062d3e0 in dispatch_command (command=COM_QUERY, thd=0x7f8c7e67b060, packet=0x7f8c7e7d3061 "SELECT * FROM t1 GROUP BY MID( CURRENT_USER, 'foo' ) WITH ROLLUP", packet_length=64) at 5.5/sql/sql_parse.cc:1078
#20 0x000000000062c58a in do_command (thd=0x7f8c7e67b060) at 5.5/sql/sql_parse.cc:793
#21 0x000000000072c626 in do_handle_one_connection (thd_arg=0x7f8c7e67b060) at 5.5/sql/sql_connect.cc:1266
#22 0x000000000072c0f8 in handle_one_connection (arg=0x7f8c7e67b060) at 5.5/sql/sql_connect.cc:1181
#23 0x0000000000b5e558 in pfs_spawn_thread (arg=0x7f8c7e680940) at 5.5/storage/perfschema/pfs.cc:1015
#24 0x00007f8c83f200db in start_thread () from /lib64/libpthread.so.0
#25 0x00007f8c82bd790d in clone () from /lib64/libc.so.6
revision-id: sergii@pisem.net-20131213120038-hjea4r5zp7sjuq8l
revno: 4004
branch-nick: 5.5
Also reproducible on 10.0. Could not reproduce on 5.3.
Elena Stepanova
made changes -
2013-12-16 11:05
Field
Original Value
New Value
Link
This issue relates to TODO-60
[ TODO-60
]
Elena Stepanova
made changes -
2013-12-16 11:05
Link
This issue relates to TODO-224
[ TODO-224
]
Alexander Barkov
made changes -
2013-12-17 14:24
Resolution
Fixed
[ 1
]
Status
Open
[ 1
]
Closed
[ 6
]
Sergei Golubchik
made changes -
2014-06-13 15:06
Workflow
defaullt
[ 31701
]
MariaDB v2
[ 43063
]
Sergei Golubchik
made changes -
2021-12-06 21:39
Workflow
MariaDB v3
[ 62107
]
MariaDB v4
[ 147355
]
{"report":{"fcp":1443.6999998092651,"ttfb":414.1000003814697,"pageVisibility":"visible","entityId":28401,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":32,"apdex":0.5,"journeyId":"f3faad1a-cd32-4946-80da-cf7cf7600f37","navigationType":0,"readyForUser":1531.3000001907349,"redirectCount":0,"resourceLoadedEnd":1927.6999998092651,"resourceLoadedStart":418.9000005722046,"resourceTiming":[{"duration":192.5999994277954,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":418.9000005722046,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":418.9000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":611.5,"responseStart":0,"secureConnectionStart":0},{"duration":192.70000076293945,"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":419.19999980926514,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":419.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":611.9000005722046,"responseStart":0,"secureConnectionStart":0},{"duration":296.8999996185303,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":419.4000005722046,"connectEnd":419.4000005722046,"connectStart":419.4000005722046,"domainLookupEnd":419.4000005722046,"domainLookupStart":419.4000005722046,"fetchStart":419.4000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":419.4000005722046,"responseEnd":716.3000001907349,"responseStart":716.3000001907349,"secureConnectionStart":419.4000005722046},{"duration":415.80000019073486,"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":419.5,"connectEnd":419.5,"connectStart":419.5,"domainLookupEnd":419.5,"domainLookupStart":419.5,"fetchStart":419.5,"redirectEnd":0,"redirectStart":0,"requestStart":419.5,"responseEnd":835.3000001907349,"responseStart":835.3000001907349,"secureConnectionStart":419.5},{"duration":424.4000005722046,"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":419.69999980926514,"connectEnd":419.69999980926514,"connectStart":419.69999980926514,"domainLookupEnd":419.69999980926514,"domainLookupStart":419.69999980926514,"fetchStart":419.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":419.69999980926514,"responseEnd":844.1000003814697,"responseStart":844.1000003814697,"secureConnectionStart":419.69999980926514},{"duration":424.69999980926514,"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":419.9000005722046,"connectEnd":419.9000005722046,"connectStart":419.9000005722046,"domainLookupEnd":419.9000005722046,"domainLookupStart":419.9000005722046,"fetchStart":419.9000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":419.9000005722046,"responseEnd":844.6000003814697,"responseStart":844.6000003814697,"secureConnectionStart":419.9000005722046},{"duration":425,"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":420,"connectEnd":420,"connectStart":420,"domainLookupEnd":420,"domainLookupStart":420,"fetchStart":420,"redirectEnd":0,"redirectStart":0,"requestStart":420,"responseEnd":845,"responseStart":845,"secureConnectionStart":420},{"duration":493.20000076293945,"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":420.19999980926514,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":420.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":913.4000005722046,"responseStart":0,"secureConnectionStart":0},{"duration":425.0999994277954,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":420.4000005722046,"connectEnd":420.4000005722046,"connectStart":420.4000005722046,"domainLookupEnd":420.4000005722046,"domainLookupStart":420.4000005722046,"fetchStart":420.4000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":420.4000005722046,"responseEnd":845.5,"responseStart":845.5,"secureConnectionStart":420.4000005722046},{"duration":493.0999994277954,"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":420.6000003814697,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":420.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":913.6999998092651,"responseStart":0,"secureConnectionStart":0},{"duration":425.30000019073486,"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":420.69999980926514,"connectEnd":420.69999980926514,"connectStart":420.69999980926514,"domainLookupEnd":420.69999980926514,"domainLookupStart":420.69999980926514,"fetchStart":420.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":420.69999980926514,"responseEnd":846,"responseStart":846,"secureConnectionStart":420.69999980926514},{"duration":1227.6000003814697,"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":429.80000019073486,"connectEnd":429.80000019073486,"connectStart":429.80000019073486,"domainLookupEnd":429.80000019073486,"domainLookupStart":429.80000019073486,"fetchStart":429.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":429.80000019073486,"responseEnd":1657.4000005722046,"responseStart":1657.4000005722046,"secureConnectionStart":429.80000019073486},{"duration":1497.7999992370605,"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":429.9000005722046,"connectEnd":429.9000005722046,"connectStart":429.9000005722046,"domainLookupEnd":429.9000005722046,"domainLookupStart":429.9000005722046,"fetchStart":429.9000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":429.9000005722046,"responseEnd":1927.6999998092651,"responseStart":1927.6999998092651,"secureConnectionStart":429.9000005722046},{"duration":692.5,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":966.1999998092651,"connectEnd":966.1999998092651,"connectStart":966.1999998092651,"domainLookupEnd":966.1999998092651,"domainLookupStart":966.1999998092651,"fetchStart":966.1999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":966.1999998092651,"responseEnd":1658.6999998092651,"responseStart":1658.6999998092651,"secureConnectionStart":966.1999998092651},{"duration":515.5999994277954,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":1435.6000003814697,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1435.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1951.1999998092651,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":233,"responseStart":414,"responseEnd":421,"domLoading":417,"domInteractive":1953,"domContentLoadedEventStart":1953,"domContentLoadedEventEnd":2009,"domComplete":2509,"loadEventStart":2509,"loadEventEnd":2510,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1929.6000003814697},{"name":"bigPipe.sidebar-id.end","time":1930.4000005722046},{"name":"bigPipe.activity-panel-pipe-id.start","time":1930.6000003814697},{"name":"bigPipe.activity-panel-pipe-id.end","time":1932.6999998092651},{"name":"activityTabFullyLoaded","time":2024.9000005722046}],"measures":[],"correlationId":"f163903b112ab0","effectiveType":"4g","downlink":9.7,"rtt":0,"serverDuration":111,"dbReadsTimeInMs":16,"dbConnsTimeInMs":25,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}