[MDEV-22738] *SAN: sql/sql_select.cc:24493:22: runtime error: load of value 3200171710, which is not a valid value for type 'enum_parsing_place' (on optimized builds) Created: 2020-05-28 Updated: 2023-04-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Stored routines |
| Affects Version/s: | 10.2, 10.3, 10.4, 10.5 |
| Fix Version/s: | 10.4, 10.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Roel Van de Paar | Assignee: | Oleksandr Byelkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | not-10.1 | ||
| Description |
|
Leads to:
Bug confirmed present in: Bug confirmed not present in: |
| Comments |
| Comment by Alexander Barkov [ 2020-05-29 ] | ||||||||||||||||
|
The problem is not related to GEOMETRY and is repeatable with this script:
Notice, thd->lex->current_select->context_analysis_place looks not initialized properly. |