~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_share.h

Merge Stewarts cleanup for proto on tinyint

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
  LEX_STRING table_name;                /* Table name (for open) */
83
83
  LEX_STRING path;      /* Path to .frm file (from datadir) */
84
84
  LEX_STRING normalized_path;           /* unpack_filename(path) */
85
 
  LEX_STRING connect_string;
86
85
 
87
86
  uint32_t   block_size;                   /* create information */
88
87
  uint32_t   version;