~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_share.h

  • Committer: Brian Aker
  • Date: 2009-12-01 02:39:03 UTC
  • mfrom: (1234.1.4 push)
  • Revision ID: brian@gaz-20091201023903-1id5z7xnup695jaq
Merge of Brian + Jay test fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
    column_bitmap_size(0),
83
83
    blob_ptr_size(0),
84
84
    db_low_byte_first(false),
85
 
    crashed(false),
86
85
    name_lock(false),
87
86
    replace_with_name_lock(false),
88
87
    waiting_on_cond(false),
144
143
    column_bitmap_size(0),
145
144
    blob_ptr_size(0),
146
145
    db_low_byte_first(false),
147
 
    crashed(false),
148
146
    name_lock(false),
149
147
    replace_with_name_lock(false),
150
148
    waiting_on_cond(false),
293
291
 
294
292
  uint8_t blob_ptr_size;                        /* 4 or 8 */
295
293
  bool db_low_byte_first;               /* Portable row format */
296
 
  bool crashed;
297
294
  bool name_lock;
298
295
  bool replace_with_name_lock;
299
296
  bool waiting_on_cond;                 /* Protection against free */