| 671 | return FALSE; |
| 672 | } |
| 673 | struct st_join_table *get_first_inner_table() |
| 674 | { |
| 675 | if (first_inner) |
| 676 | return first_inner; |
| 677 | return first_sj_inner_tab; |
| 678 | } |
| 679 | void set_select_cond(COND *to, uint line) |
| 680 | { |
| 681 | DBUG_PRINT("info", ("select_cond changes %p -> %p at line %u tab %p", |