Commit 84e32ef
committed
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)1 parent 8dbfaa2 commit 84e32ef
1 file changed
+10
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4219 | 4219 | | |
4220 | 4220 | | |
4221 | 4221 | | |
4222 | | - | |
| 4222 | + | |
4223 | 4223 | | |
4224 | | - | |
4225 | | - | |
| 4224 | + | |
4226 | 4225 | | |
4227 | | - | |
4228 | | - | |
| 4226 | + | |
| 4227 | + | |
| 4228 | + | |
| 4229 | + | |
| 4230 | + | |
| 4231 | + | |
4229 | 4232 | | |
| 4233 | + | |
4230 | 4234 | | |
4231 | | - | |
| 4235 | + | |
4232 | 4236 | | |
4233 | 4237 | | |
4234 | 4238 | | |
| |||
0 commit comments