~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_delete.c

  • Committer: Monty Taylor
  • Date: 2008-12-09 05:51:21 UTC
  • mfrom: (667.1.2 remove-strfill)
  • mto: This revision was merged to the branch mainline in revision 670.
  • Revision ID: monty@inaugust.com-20081209055121-oin4t65auiulqjwd
Merged toru.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
 
89
89
  mi_sizestore(lastpos,info->lastpos);
90
90
  _mi_writeinfo(info,WRITEINFO_UPDATE_KEYFILE);
 
91
  if (info->invalidator != 0)
 
92
  {
 
93
    (*info->invalidator)(info->filename);
 
94
    info->invalidator=0;
 
95
  }
91
96
  return(0);
92
97
 
93
98
err: