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