The world's most popular open source database
#include <table.h>
Collaboration diagram for st_order:

Public Attributes | |
| st_order * | next |
| Item ** | item |
| Item * | item_ptr |
| Item ** | item_copy |
| int | counter |
| bool | asc |
| bool | free_me |
| bool | in_field_list |
| bool | counter_used |
| Field * | field |
| char * | buff |
| table_map | used |
| table_map | depend_map |
Definition at line 30 of file table.h.
| char* st_order::buff |
Definition at line 32 of file table.h.
Referenced by add_group_and_distinct_keys(), alloc_group_fields(), calc_group_buffer(), create_tmp_table(), end_update(), end_write(), find_field_in_group_list(), get_best_group_min_max(), get_sort_by_table(), Item_func_group_concat::print(), proc_analyse_init(), JOIN::rollup_init(), JOIN::rollup_make_fields(), setup_new_fields(), setup_procedure(), and test_if_subpart().
| struct st_order* st_order::next |
Definition at line 31 of file table.h.
Referenced by add_group_and_distinct_keys(), alloc_group_fields(), calc_group_buffer(), change_group_ref(), create_distinct_group(), create_tmp_table(), end_update(), end_write(), eq_ref_table(), find_field_in_group_list(), find_field_in_order_list(), get_best_group_min_max(), get_index_for_order(), get_sort_by_table(), JOIN::prepare(), proc_analyse_init(), JOIN::rollup_init(), JOIN::rollup_make_fields(), setup_new_fields(), and test_if_subpart().
1.4.7

