~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler_structs.h

  • Committer: Brian Aker
  • Date: 2009-08-17 15:34:55 UTC
  • mto: (1117.1.9 merge)
  • mto: This revision was merged to the branch mainline in revision 1118.
  • Revision ID: brian@gaz-20090817153455-emrlqx6cbxo9knfm
Fix for Stewart's patch (includes hack to solve MAX rows problem).

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;