mirror of
https://github.com/MariaDB/server.git
synced 2025-12-18 10:22:14 +03:00
int join_read_key(JOIN_TAB*) The eq_ref access method TABLE_REF (accessed through JOIN_TAB) to save state and to track if this is the first row it finds or not. This state was not reset on subquery re-execution causing an assert. Fixed by resetting the state before the subquery re-execution.
125 KiB
125 KiB