Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1.5
-
None
-
Win x64
Description
Version: '10.1.5-MariaDB' mariadb.org binary distribution
|
[ERROR] mysqld got exception 0xc0000005 ;
|
mysqld.exe!filesort()[filesort.cc:215]
|
mysqld.exe!mysql_delete()[sql_delete.cc:507]
|
mysqld.exe!mysql_execute_command()[sql_parse.cc:4041]
|
mysqld.exe!mysql_parse()[sql_parse.cc:7178]
|
mysqld.exe!dispatch_command()[sql_parse.cc:1473]
|
mysqld.exe!do_command()[sql_parse.cc:1093]
|
mysqld.exe!threadpool_process_request()[threadpool_common.cc:233]
|
mysqld.exe!io_completion_callback()[threadpool_win.cc:568]
|
How To Repeat:
---------------------
Start server: mysqld.exe --no-defaults --console
drop table if exists t1; |
create table t1(a int) engine=innodb; |
delete from t1 order by a; |
Thanks for the report and the test case.
The problem was introduced with the following revision:
commit 4938b822634b173c0d7ef882f721b553b223fadd
Author: Sergei Petrunia <psergey@askmonty.org>
Date: Sun Apr 12 04:48:42 2015 +0300
MDEV-7836: ANALYZE FORMAT=JSON should provide info about GROUP/ORDER BY
Provide basic info about sorting/grouping done by the queries.