~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_panic.c

  • Committer: Brian Aker
  • Date: 2008-07-14 04:46:28 UTC
  • Revision ID: brian@tangent.org-20080714044628-mk3nt2rbaeqt8oe9
Removed oddball types in my_global.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
        if (flush_io_cache(&info->rec_cache))
58
58
          error=my_errno;
59
59
        reinit_io_cache(&info->rec_cache,READ_CACHE,0,
60
 
                       (pbool) (info->lock_type != F_UNLCK),1);
 
60
                       (bool) (info->lock_type != F_UNLCK),1);
61
61
      }
62
62
      if (info->lock_type != F_UNLCK && ! info->was_locked)
63
63
      {