Public Attributes |
uint64_t | auto_increment_value |
uint64_t | max_data_file_length |
uint64_t | keys_in_use |
uint64_t | max_record_length |
drizzled::internal::my_off_t | search_after_block |
drizzled::internal::my_off_t | new_file_pos |
drizzled::internal::my_off_t | key_file_blocks |
drizzled::internal::my_off_t | keydata |
drizzled::internal::my_off_t | totaldata |
drizzled::internal::my_off_t | key_blocks |
drizzled::internal::my_off_t | start_check_pos |
drizzled::ha_rows | total_records |
drizzled::ha_rows | total_deleted |
ha_checksum | record_checksum |
ha_checksum | glob_crc |
uint64_t | use_buffers |
size_t | read_buffer_length |
size_t | write_buffer_length |
size_t | sort_buffer_length |
size_t | sort_key_blocks |
uint32_t | out_flag |
uint32_t | warning_printed |
uint32_t | error_printed |
uint32_t | verbose |
uint32_t | opt_sort_key |
uint32_t | total_files |
uint32_t | max_level |
uint32_t | testflag |
uint32_t | key_cache_block_size |
uint8_t | language |
bool | using_global_keycache |
bool | opt_lock_memory |
bool | opt_follow_links |
bool | retry_repair |
bool | force_sort |
char | temp_filename [FN_REFLEN] |
char * | isam_file_name |
int | tmpfile_createflag |
drizzled::myf | myf_rw |
drizzled::internal::io_cache_st | read_cache |
uint64_t | unique_count [MI_MAX_KEY_SEG+1] |
uint64_t | notnull_count [MI_MAX_KEY_SEG+1] |
ha_checksum | key_crc [HA_MAX_POSSIBLE_KEY] |
ulong | rec_per_key_part [MI_MAX_KEY_SEG *HA_MAX_POSSIBLE_KEY] |
void * | session |
const char * | db_name |
const char * | table_name |
const char * | op_name |
enum_mi_stats_method | stats_method |
Detailed Description
Definition at line 390 of file myisam.h.
The documentation for this struct was generated from the following file: