~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_write.c

Fixed the _mi_report_crashed warning (and a couple of others)

Show diffs side-by-side

added added

removed removed

Lines of Context:
545
545
                                uchar *key, uint *return_key_length,
546
546
                                uchar **after_key)
547
547
{
548
 
  uint keys, length, last_length, key_ref_length;
 
548
  uint keys;
 
549
  uint length;
 
550
  uint last_length= 0;
 
551
  uint key_ref_length;
549
552
  uchar *end, *lastpos, *prevpos= NULL;
550
553
  uchar key_buff[MI_MAX_KEY_BUFF];
551
554