~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler_structs.h

  • Committer: Brian Aker
  • Date: 2009-08-18 07:20:29 UTC
  • mfrom: (1117.1.9 merge)
  • Revision ID: brian@gaz-20090818072029-s9ch5lcmltxwidn7
Merge of Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
{
81
81
  const CHARSET_INFO *table_charset, *default_table_charset;
82
82
  LEX_STRING connect_string;
83
 
  LEX_STRING comment;
84
83
  const char *data_file_name, *index_file_name;
85
84
  const char *alias;
86
 
  uint64_t max_rows,min_rows;
87
85
  uint64_t auto_increment_value;
88
86
  uint32_t table_options;
89
 
  uint32_t avg_row_length;
90
87
  uint32_t used_fields;
91
88
  uint32_t key_block_size;
92
89
  uint32_t block_size;
97
94
  uint32_t extra_size;                      /* length of extra data segment */
98
95
  bool table_existed;                   /* 1 in create if table existed */
99
96
  bool varchar;                         /* 1 if table has a VARCHAR */
100
 
  enum ha_choice page_checksum;         /* If we have page_checksums */
101
97
} HA_CREATE_INFO;
102
98
 
103
99
typedef struct st_ha_alter_information