~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mf_iocache.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:
147
147
 
148
148
int init_io_cache(IO_CACHE *info, File file, size_t cachesize,
149
149
                  enum cache_type type, my_off_t seek_offset,
150
 
                  pbool use_async_io, myf cache_myflags)
 
150
                  bool use_async_io, myf cache_myflags)
151
151
{
152
152
  size_t min_cache;
153
153
  my_off_t pos;
319
319
 
320
320
bool reinit_io_cache(IO_CACHE *info, enum cache_type type,
321
321
                        my_off_t seek_offset,
322
 
                        pbool use_async_io __attribute__((unused)),
323
 
                        pbool clear_cache)
 
322
                        bool use_async_io __attribute__((unused)),
 
323
                        bool clear_cache)
324
324
{
325
325
  DBUG_ENTER("reinit_io_cache");
326
326
  DBUG_PRINT("enter",("cache: 0x%lx type: %d  seek_offset: %lu  clear_cache: %d",