~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_sys.h

  • Committer: Jay Pipes
  • Date: 2009-02-04 15:44:25 UTC
  • mfrom: (829 drizzle)
  • mto: This revision was merged to the branch mainline in revision 830.
  • Revision ID: jpipes@serialcoder-20090204154425-th8xfk2ujz2y8xwg
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
475
475
extern ha_checksum my_checksum(ha_checksum crc, const unsigned char *mem,
476
476
                               size_t count);
477
477
extern void my_sleep(uint32_t m_seconds);
478
 
extern uint32_t my_set_max_open_files(uint32_t files);
 
478
extern uint64_t my_set_max_open_files(uint64_t files);
479
479
void my_free_open_file_info(void);
480
480
 
481
481
extern uint64_t my_getsystime(void);