[MDEV-22644] Query processor ran out of internal resources and could not produce a query plan” Created: 2020-05-20 Updated: 2020-06-28 Resolved: 2020-06-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Manipulation - Subquery |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | febriyant | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | crash, need_feedback, query-plan | ||
| Attachments: |
|
| Description |
|
i some query like this
i got error message like this
*detail error message on attachment this error come from limitation mariadb ? when i using " where in () and or in ()" multiple and so much record ?? |
| Comments |
| Comment by Elena Stepanova [ 2020-05-29 ] |
|
Please check the query you've pasted, it's syntactically incorrect. It's all right to obfuscate column and table names if that's what you were trying to do, but don't change the syntax. Please also specify which MariaDB version you are using and paste or attach your config files, or the output of show variables from the same session where the error occurs. |