~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mf_iocache.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
    #  error
159
159
*/
160
160
 
161
 
int init_io_cache(IO_CACHE *info, File file, size_t cachesize,
 
161
int init_io_cache(IO_CACHE *info, int file, size_t cachesize,
162
162
                  enum cache_type type, my_off_t seek_offset,
163
163
                  bool use_async_io, myf cache_myflags)
164
164
{