~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/table.h

MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
526
526
  my_bool locked_by_logger;
527
527
  my_bool no_replicate;
528
528
  my_bool locked_by_name;
529
 
  my_bool fulltext_searched;
530
529
  my_bool no_cache;
531
530
  /* To signal that the table is associated with a HANDLER statement */
532
531
  my_bool open_by_handler;
1173
1172
} TABLE_FIELD_W_TYPE;
1174
1173
 
1175
1174
 
1176
 
my_bool
 
1175
bool
1177
1176
table_check_intact(TABLE *table, const uint table_f_count,
1178
1177
                   const TABLE_FIELD_W_TYPE *table_def);
1179
1178