#include <structs.h>
Collaboration diagram for st_read_record:

Public Attributes | |
| st_table * | table |
| handler * | file |
| st_table ** | forms |
| int(* | read_record )(struct st_read_record *) |
| THD * | thd |
| SQL_SELECT * | select |
| uint | cache_records |
| uint | ref_length |
| uint | struct_length |
| uint | reclength |
| uint | rec_cache_size |
| uint | error_offset |
| uint | index |
| byte * | ref_pos |
| byte * | record |
| byte * | rec_buf |
| byte * | cache |
| byte * | cache_pos |
| byte * | cache_end |
| byte * | read_positions |
| IO_CACHE * | io_cache |
| bool | print_error |
| bool | ignore_not_found_rows |
Definition at line 120 of file structs.h.
Definition at line 133 of file structs.h.
Referenced by init_rr_cache(), rr_from_cache(), rr_from_pointers(), and rr_unpack_from_buffer().
Definition at line 133 of file structs.h.
Referenced by init_rr_cache(), rr_from_cache(), rr_from_pointers(), and rr_unpack_from_buffer().
Definition at line 122 of file structs.h.
Referenced by end_read_record(), evaluate_join_record(), join_ft_read_next(), join_read_first(), join_read_last(), join_read_next(), join_read_prev(), make_join_readinfo(), rr_from_pointers(), rr_from_tempfile(), rr_index(), rr_index_first(), and rr_sequential().
| struct st_table** st_read_record::forms |
Definition at line 134 of file structs.h.
Referenced by rr_from_tempfile(), and rr_unpack_from_tempfile().
| int(* st_read_record::read_record)(struct st_read_record *) |
Referenced by acl_load(), copy_data_between_tables(), db_drop_events_from_table(), end_read_record(), events_table_scan_all(), find_all_keys(), flush_cached_records(), get_all_items_for_category(), QUICK_INDEX_MERGE_SELECT::get_next(), join_init_read_record(), join_read_first(), join_read_last(), Event_scheduler::load_events_from_db(), make_join_readinfo(), plugin_load(), rr_index_first(), search_categories(), search_keyword(), search_topics(), sub_select(), and test_if_skip_sort_order().
Definition at line 131 of file structs.h.
Referenced by join_read_first(), join_read_last(), join_read_next(), join_read_prev(), rr_from_cache(), rr_from_pointers(), rr_from_tempfile(), rr_index(), rr_index_first(), and rr_sequential().
Definition at line 128 of file structs.h.
Referenced by init_rr_cache(), rr_from_pointers(), rr_from_tempfile(), rr_unpack_from_buffer(), and rr_unpack_from_tempfile().
| struct st_table* st_read_record::table |
Definition at line 121 of file structs.h.
Referenced by end_read_record(), init_rr_cache(), join_ft_read_next(), join_read_first(), join_read_last(), join_read_next(), join_read_next_same(), join_read_next_same_or_null(), join_read_prev(), join_read_prev_same(), make_join_readinfo(), rr_from_cache(), rr_handle_error(), rr_unpack_from_buffer(), and rr_unpack_from_tempfile().
| THD* st_read_record::thd |
1.4.7

