Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDEV-28437: Assertion `!eliminated' failed: Part #2
In SELECT_LEX::update_used_tables(), do not run the loop setting tl->table->maybe_null when tl is an eliminated table (Rationale: First, with current table elimination, tl already has maybe_null=1. Second, one should not care what flags eliminated tables had)
- Loading branch information