Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
10.5.9
-
None
-
ubuntu 20.04 and also mariadb docker
Description
after migrate to mariadb 10.5.9. docker ( default config)
I found some sql can crash database (got signal 11).
after scrutinize , found that coz old table with too much redundant key index and
long IN condition sql.
attachment
1. sample of tables create (test_creat.sql)
2. sql which got signal 11 ( test_kill.sql)
3. similar sql just reduce IN one array which no problem ( test_notkill.sql)
Attachments
Issue Links
- duplicates
-
MDEV-24953 10.5.9 crashes with large IN() list
- Closed