| 653 | table->reginfo.not_exists_optimize); |
| 654 | } |
| 655 | bool is_last_inner_table() |
| 656 | { |
| 657 | return (first_inner && first_inner->last_inner == this) || |
| 658 | last_sj_inner_tab == this; |
| 659 | } |
| 660 | /* |
| 661 | Check whether the table belongs to a nest of inner tables of an |
| 662 | outer join or to a nest of inner tables of a semi-join |