[MDEV-21058] CREATE TABLE with generated column and RLIKE results in sigabrt Created: 2019-11-14 Updated: 2023-11-28 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | Virtual Columns |
| Affects Version/s: | 10.4.11, 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 10.10, 10.11, 11.0 |
| Fix Version/s: | 10.4, 10.5, 10.6, 10.11 |
| Type: | Bug | Priority: | Major |
| Reporter: | Manuel Rigger | Assignee: | Nikita Malyavin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Ubuntu 19.04 |
||
| Issue Links: |
|
||||||||
| Description |
|
Consider the following CREATE TABLE statement:
Unexpectedly, the statement results in a segfault on the current trunk (89ae01f) with the following stacktrace:
|
| Comments |
| Comment by Alice Sherepa [ 2019-11-15 ] | |||||||||||||||||
|
Thanks! It might be related to
| |||||||||||||||||
| Comment by Elena Stepanova [ 2020-08-27 ] | |||||||||||||||||
|
Updated the summary slightly as it's not really segfault in the description, it's sigabrt (caused by an assertion failure).
| |||||||||||||||||
| Comment by Alice Sherepa [ 2023-04-19 ] | |||||||||||||||||
|
on non-debug table is created with error:
|