mirror of
https://github.com/MariaDB/server.git
synced 2025-11-27 05:41:41 +03:00
Item_singlerow_subselect may be converted to Item_cond during optimization. So there is a possibility of constructing nested Item_cond_and or Item_cond_or which is not allowed (such conditions must be flattened). This commit checks if such kind of optimization has been applied and flattens the condition if needed
204 KiB
204 KiB