~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/table.h

MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1172
1172
} TABLE_FIELD_W_TYPE;
1173
1173
 
1174
1174
 
1175
 
my_bool
 
1175
bool
1176
1176
table_check_intact(TABLE *table, const uint table_f_count,
1177
1177
                   const TABLE_FIELD_W_TYPE *table_def);
1178
1178