mirror of
https://github.com/MariaDB/server.git
synced 2025-11-08 00:28:29 +03:00
Table could be marked dependent because it is either 1) an inner table of an outer join, or 2) it is a part of STRAIGHT_JOIN. In case of STRAIGHT_JOIN table->maybe_null should not be assigned. The fix is to set st_table::maybe_null to 'true' only for those tables which are used in outer join.
22 KiB
22 KiB