~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_dynrec.cc

  • Committer: Brian Aker
  • Date: 2009-03-22 21:27:04 UTC
  • mfrom: (960.2.22 mordred)
  • Revision ID: brian@tangent.org-20090322212704-ysn4mkkjg2u9kv22
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1502
1502
  unsigned char *rec_buff,*old_record;
1503
1503
  int error;
1504
1504
 
1505
 
  if (!(old_record=malloc(info->s->base.reclength)))
 
1505
  if (!(old_record=(unsigned char *)malloc(info->s->base.reclength)))
1506
1506
    return(1);
1507
1507
 
1508
1508
  /* Don't let the compare destroy blobs that may be in use */