mirror of
https://github.com/MariaDB/server.git
synced 2025-11-18 07:48:43 +03:00
The problem was in that when finding the last table reference in a nested join tree, the procedure doing the iteration over the right-most branches of a join tree was testing for RIGHT JOINs the table reference that represents the join, and not the second operand of the JOIN. Currently the information whether a join is LEFT/RIGHT is stored not on the join object itself, but on one of its operands.
138 KiB
138 KiB