[MCOL-3700] SELECT with subquery causes Internal error: Lost connection to ExeMgr. Please contact your administrator Created: 2019-12-26 Updated: 2023-10-25 Resolved: 2023-10-25 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | PrimProc |
| Affects Version/s: | 1.4.2 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Critical |
| Reporter: | Elena Stepanova | Assignee: | Roman |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
The query is not unique, many similar ones cause the same effect. |
| Comments |
| Comment by Gregory Dorman (Inactive) [ 2021-02-21 ] |
|
This crash is a proxy for various run-time errors. I have two reproductions: Reproduction 1: subquery cannot be executed because "The storage engine for the table doesn't support IDB-1001: Function 'whatever' isn't supported. MariaDB [gjd]> insert into t2 values (1),(2); MariaDB [gjd]> Test 2. Another reproduction MariaDB [gjd]> create table t3 (a int, b datetime) engine=Columnstore; MariaDB [gjd]> insert into t3 values (1,'2008-05-15 12:00:00'); MariaDB [gjd]> (why convert_tz is not supported, is a different ticker - Reproduction 2. It is supposed to be run-time error. Test 1.2 Using Columnstore: |