[MDEV-33010] Crash MariaDB Server after repeating executing queries. Created: 2023-12-13 Updated: 2024-01-30 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | Optimizer, Server |
| Affects Version/s: | 10.4, 10.5, 10.6, 10.11, 11.0, 11.1, 11.2, 11.3, 11.1.2, 11.2.2 |
| Fix Version/s: | 10.4, 10.5, 10.6, 10.11, 11.0, 11.1, 11.2, 11.3 |
| Type: | Bug | Priority: | Critical |
| Reporter: | John Jove | Assignee: | Oleg Smirnov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Server version: 11.1.2-MariaDB-1:11.1.2+maria~ubu2204 source revision: 9bc25d98209df6810f7a7d5e7dd3ae677a313ab5 |
||
| Issue Links: |
|
||||||||
| Description |
|
I first run the following statements to create tables.
After creating tables, I repeat executing the following statement through the MariaDB CLI.
After repeating several times (maybe 20 times), I lost the connection to the server. Or try to run the following EXPLAIN query twice, I can get the same error.
The following trace is gotten from the log.
|
| Comments |
| Comment by John Jove [ 2023-12-13 ] | ||||||||||||||||||||||||||||||||||||||||||||||||
|
When removing the key build in column c1 in table t1, the error is gone. | ||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Alice Sherepa [ 2023-12-14 ] | ||||||||||||||||||||||||||||||||||||||||||||||||
|
Thank you!
|