~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisamdef.h

  • Committer: Brian Aker
  • Date: 2008-07-01 22:45:34 UTC
  • Revision ID: brian@tangent.org-20080701224534-ro5rfc190vgqs0z8
Moved pread over to just supporting myisam (someone can refactor from here
if they want).

Show diffs side-by-side

added added

removed removed

Lines of Context:
794
794
 
795
795
extern void mi_set_index_cond_func(MI_INFO *info, index_cond_func_t func,
796
796
                                   void *func_arg);
 
797
/* Just for myisam legacy */
 
798
extern size_t my_pwrite(File Filedes,const uchar *Buffer,size_t Count,
 
799
                      my_off_t offset,myf MyFlags);
 
800
extern size_t my_pread(File Filedes,uchar *Buffer,size_t Count,my_off_t offset,
 
801
                     myf MyFlags);
797
802
#ifdef __cplusplus
798
803
}
799
804
#endif