| 904 | List<Item>* get_item_list(); |
| 905 | ulong get_table_join_options(); |
| 906 | inline void init_order() |
| 907 | { |
| 908 | order_list.elements= 0; |
| 909 | order_list.first= 0; |
| 910 | order_list.next= &order_list.first; |
| 911 | } |
| 912 | /* |
| 913 | This method created for reiniting LEX in mysql_admin_table() and can be |
| 914 | used only if you are going remove all SELECT_LEX & units except belonger |