| 954 | #endif /* WITH_PARTITION_STORAGE_ENGINE */ |
| 955 | |
| 956 | inline List<JOIN_CONDITION> * get_join_condition(){ |
| 957 | if (join_condition.elements == 0){ |
| 958 | join_condition.empty(); |
| 959 | } |
| 960 | return &join_condition; |
| 961 | } |
| 962 | |
| 963 | bool setup_underlying(THD *thd); |
| 964 | void print(THD *thd, String *str, enum_query_type query_type); |
no test coverage detected