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; |
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 10.1 [ 16100 ] | |
Assignee | Sergei Petrunia [ psergey ] |
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Fix Version/s | 10.1.6 [ 19401 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Resolution | Fixed [ 1 ] | |
Status | Confirmed [ 10101 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 69858 ] | MariaDB v4 [ 149246 ] |