~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_statrec.c

  • Committer: Monty
  • Date: 2008-10-02 05:41:33 UTC
  • mfrom: (398.1.10 codestyle)
  • Revision ID: mordred@scylla.inaugust.com-20081002054133-tyxv5bmqpazfaqqi
Merged up to 408 of stdint-includes-fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
261
261
                    info->s->base.pack_reclength - info->s->base.reclength);
262
262
  }
263
263
  if (locked)
264
 
    VOID(_mi_writeinfo(info,0));                /* Unlock keyfile */
 
264
    _mi_writeinfo(info,0);              /* Unlock keyfile */
265
265
  if (!error)
266
266
  {
267
267
    if (!buf[0])