mirror of
https://github.com/MariaDB/server.git
synced 2025-11-24 06:01:25 +03:00
When a CTE referring to another CTE from the same with clause was used twice then the server could not find the second CTE and reported a bogus error message. This happened because for any unit that was created as a clone of a CTE specification the pointer to the WITH clause that owned this CTE was not set.
40 KiB
40 KiB