~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_write.c

MyISAM cleanups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
237
237
int _mi_ck_write_btree(register MI_INFO *info, uint keynr, uchar *key,
238
238
                       uint key_length)
239
239
{
240
 
  int error;
 
240
  uint error;
241
241
  uint comp_flag;
242
242
  MI_KEYDEF *keyinfo=info->s->keyinfo+keynr;
243
243
  my_off_t  *root=&info->s->state.key_root[keynr];