Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.3.1, 10.2(EOL)
-
None
-
Win64
-
10.2.12
Description
Version: '10.3.1-MariaDB' mariadb.org binary distribution
|
[ERROR] mysqld got exception 0xc0000005 ;
|
mysqld.exe!Item_window_func::update_used_tables()[item_windowfunc.cc:69]
|
mysqld.exe!setup_windows()[sql_window.cc:319]
|
mysqld.exe!setup_without_group()[sql_select.cc:666]
|
mysqld.exe!JOIN::prepare()[sql_select.cc:816]
|
mysqld.exe!mysql_select()[sql_select.cc:3715]
|
mysqld.exe!handle_select()[sql_select.cc:366]
|
mysqld.exe!execute_sqlcom_select()[sql_parse.cc:6476]
|
mysqld.exe!mysql_execute_command()[sql_parse.cc:3730]
|
mysqld.exe!mysql_parse()[sql_parse.cc:7935]
|
mysqld.exe!dispatch_command()[sql_parse.cc:1821]
|
mysqld.exe!do_command()[sql_parse.cc:1369]
|
mysqld.exe!threadpool_process_request()[threadpool_common.cc:346]
|
mysqld.exe!tp_callback()[threadpool_common.cc:192]
|
How to repeat
------------------
drop table if exists t; |
create table t (a int) engine=innodb; |
select a from t having ntile(1)over w1; |
Attachments
Issue Links
- relates to
-
MDEV-12851 Window functions with is null function in query crashes server
-
- Closed
-
-
MDEV-13552 Bug: Server Shutsdown when using LEAD Window Function within a CASE Function
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue relates to |
Link |
This issue relates to |
Fix Version/s | 10.2 [ 14601 ] | |
Affects Version/s | 10.2 [ 14601 ] | |
Assignee | Vicentiu Ciorbaru [ cvicentiu ] |
Sprint | 10.2.12 [ 216 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Vicentiu Ciorbaru [ cvicentiu ] | Igor Babaev [ igor ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Assignee | Igor Babaev [ igor ] | Vicentiu Ciorbaru [ cvicentiu ] |
Component/s | Optimizer - Window functions [ 13502 ] | |
Fix Version/s | 10.3.4 [ 22904 ] | |
Fix Version/s | 10.2.12 [ 22810 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10002 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 82326 ] | MariaDB v4 [ 152729 ] |
Thanks for the report.