535
542
bool add_item_to_list(Session *session, Item *item);
536
543
bool add_group_to_list(Session *session, Item *item, bool asc);
537
544
bool add_order_to_list(Session *session, Item *item, bool asc);
544
552
TableList* get_table_list();
545
553
bool init_nested_join(Session *session);
546
554
TableList *end_nested_join(Session *session);