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

Public Attributes | |
| IO_CACHE * | io_cache |
| byte * | addon_buf |
| uint | addon_length |
| st_sort_addon_field * | addon_field |
| void(* | unpack )(struct st_sort_addon_field *, byte *) |
| byte * | record_pointers |
| ha_rows | found_records |
Definition at line 74 of file table.h.
Definition at line 77 of file table.h.
Referenced by filesort(), filesort_free_buffers(), and init_read_record().
Definition at line 79 of file table.h.
Referenced by filesort(), filesort_free_buffers(), init_read_record(), rr_unpack_from_buffer(), and rr_unpack_from_tempfile().
Definition at line 82 of file table.h.
Referenced by create_sort_index(), init_read_record(), and mysql_delete().
Definition at line 76 of file table.h.
Referenced by create_sort_index(), filesort(), free_io_cache(), init_read_record(), make_select(), mysql_delete(), and reopen_table().
Definition at line 81 of file table.h.
Referenced by filesort_free_buffers(), init_read_record(), and save_index().
| void(* st_filesort_info::unpack)(struct st_sort_addon_field *, byte *) |
Referenced by filesort(), rr_unpack_from_buffer(), and rr_unpack_from_tempfile().
1.4.7

