Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.4.10
-
CentOS Linux release 7.7.1908
Linux 4.15.18-9-pve (x86_64)
Description
We upgraded from MariaDB 10.3.20 to MariaDB 10.4.10 and everything went fine during the upgade. But since then, MariaDB systematically crashes when playing the following SELECT SQL request :
SELECT PV.* |
FROM PROPVAL PV, |
PROPLIST PL
|
WHERE (PV.OBJIHM_CODE IS NULL OR PV.OBJIHM_CODE = 0) |
AND PV.PROPLIST_CODE = PL.PROPLIST_CODE |
AND PV.ZONEECR_CODE = 58298 |
ORDER BY PV.UNIVERS_CODE |
If the SELECT clause is changed to SELECT PL.*, then the request executes without error.
Attachments
Issue Links
- is caused by
-
MDEV-16188 Use in-memory PK filters built from range index scans
- Closed